summaryrefslogtreecommitdiff
path: root/test/cctest
Commit message (Expand)AuthorAgeFilesLines
* test: add DISABLED_ prefix to commented out testDaniel Bevenius2017-07-291-3/+1
* src: replace ASSERT with CHECKBen Noordhuis2017-07-272-9/+9
* test: disable MultipleEnvironmentsPerIsolateRefael Ackermann2017-07-151-0/+2
* test: fix cctest failure on WindowsJimmy Thomson2017-07-101-1/+1
* test: check uv_ip4_addr return valueEugene Ostroukhov2017-06-262-5/+6
* inspector, test: Fix test bug detected by CoverityEugene Ostroukhov2017-06-211-4/+6
* inspector: perform DNS lookup for hostEugene Ostroukhov2017-06-161-10/+62
* inspector: refactor to rename and comment methodsSam Roberts2017-06-012-23/+23
* test: add override to ServerDone functionDaniel Bevenius2017-05-251-1/+1
* inspector: fix process._debugEnd() for inspectorEugene Ostroukhov2017-05-221-17/+70
* inspector: handle socket close before close frameEugene Ostroukhov2017-05-121-1/+31
* test: cleanup handles in test_environmentAnna Henningsen2017-04-291-0/+1
* test: fix coverity UNINIT_CTOR cctest warningBen Noordhuis2017-04-181-1/+6
* src: make AtExit callback's per EnvironmentDaniel Bevenius2017-04-123-6/+121
* test: add basic cctest for base64.hAlexey Orlenko2017-04-081-0/+127
* test: add variable arguments support for ArgvDaniel Bevenius2017-04-041-11/+21
* test: fix truncation of argvDaniel Bevenius2017-03-311-2/+2
* test: add cctest for native URL classJames M Snell2017-03-271-0/+69
* build: enable cctest to use generated objectsDaniel Bevenius2017-03-243-4/+87
* src: clean up MaybeStackBufferTimothy Gu2017-02-241-0/+124
* inspector: no crash when WS server can't startEugene Ostroukhov2017-01-201-10/+12
* test: have inspector test pick an open portEugene Ostroukhov2017-01-191-18/+21
* src: reduce test_inspector_socket_server outputDaniel Bevenius2017-01-061-2/+2
* test: fix Coverity warning in inspector testEugene Ostroukhov2017-01-031-1/+1
* inspector: fix Coverity defectsEugene Ostroukhov2016-12-142-6/+8
* test: check result of uv_loop_init and uv_writeBen Noordhuis2016-12-071-3/+4
* inspector: split HTTP/WS server from the inspectorEugene Ostroukhov2016-12-061-0/+517
* test: run cpplint on files in test/cctestBen Noordhuis2016-12-011-15/+26
* test: fix memory leaks in malloc cctestsBen Noordhuis2016-11-181-16/+23
* test: fix issues reported by CoverityEugene Ostroukhov2016-10-131-27/+29
* test: fix -Wformat warnings in inspector cctestBen Noordhuis2016-10-031-3/+3
* src: notify V8 for low memory when alloc failsAnna Henningsen2016-09-291-0/+4
* src: provide allocation + nullptr check shortcutsAnna Henningsen2016-09-291-0/+16
* src: pass desired return type to allocatorsAnna Henningsen2016-09-291-5/+7
* inspector: wait for both sides closingEugene Ostroukhov2016-09-221-6/+8
* src: Malloc/Calloc size 0 returns non-null pointerRich Trott2016-09-211-0/+14
* inspector: zero out structure membersEugene Ostroukhov2016-09-201-8/+10
* inspector: fix tests on WindowsEugene Ostroukhov2016-09-161-18/+38
* inspector: simplify buffer managementEugene Ostroukhov2016-08-311-6/+4
* test: fix failing inspector cctestEugene Ostroukhov2016-08-091-7/+9
* src: avoid manual memory management in inspectorBen Noordhuis2016-08-011-68/+53
* test: fix memory leaks in inspector testsBen Noordhuis2016-08-011-15/+12
* inspector: Do cleanups before notifying callbackEugene Ostroukhov2016-06-291-1/+4
* inspector: fix inspector connection cleanupEugene Ostroukhov2016-06-171-28/+50
* src: make Sec-WebSocket-Key check case-insensitiveMyles Borins2016-06-141-0/+15
* src,lib: v8-inspector supportPavel Feldman2016-05-301-0/+864
* src: don't use locale-sensitive strcasecmp()Ben Noordhuis2016-05-051-0/+18
* deps: check in gtest, add util unit testBen Noordhuis2015-04-011-0/+58