summaryrefslogtreecommitdiff
path: root/test/cctest
AgeCommit message (Expand)Author
2017-09-13http2,async-wrap: introduce AliasedBuffer classMike Kaufman
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-08-17src: Node implementation of v8::PlatformMatt Loring
2017-08-11test: remove redundant `using` in cctestXadillaX
2017-08-11test: make totalLen snake caseDaniel Bevenius
2017-08-10Revert "test: disable MultipleEnvironmentsPerIsolate"Anna Henningsen
2017-08-10Revert "test: add DISABLED_ prefix to commented out test"Anna Henningsen
2017-08-10test: properly order freeing resources in cctestAnna Henningsen
2017-08-06src: avoid dereference without existence checkTimothy Gu
2017-07-29test: add DISABLED_ prefix to commented out testDaniel Bevenius
2017-07-27src: replace ASSERT with CHECKBen Noordhuis
2017-07-15test: disable MultipleEnvironmentsPerIsolateRefael Ackermann
2017-07-10test: fix cctest failure on WindowsJimmy Thomson
2017-06-26test: check uv_ip4_addr return valueEugene Ostroukhov
2017-06-21inspector, test: Fix test bug detected by CoverityEugene Ostroukhov
2017-06-16inspector: perform DNS lookup for hostEugene Ostroukhov
2017-06-01inspector: refactor to rename and comment methodsSam Roberts
2017-05-25test: add override to ServerDone functionDaniel Bevenius
2017-05-22inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-05-12inspector: handle socket close before close frameEugene Ostroukhov
2017-04-29test: cleanup handles in test_environmentAnna Henningsen
2017-04-18test: fix coverity UNINIT_CTOR cctest warningBen Noordhuis
2017-04-12src: make AtExit callback's per EnvironmentDaniel Bevenius
2017-04-08test: add basic cctest for base64.hAlexey Orlenko
2017-04-04test: add variable arguments support for ArgvDaniel Bevenius
2017-03-31test: fix truncation of argvDaniel Bevenius
2017-03-27test: add cctest for native URL classJames M Snell
2017-03-24build: enable cctest to use generated objectsDaniel Bevenius
2017-02-24src: clean up MaybeStackBufferTimothy Gu
2017-01-20inspector: no crash when WS server can't startEugene Ostroukhov
2017-01-19test: have inspector test pick an open portEugene Ostroukhov
2017-01-06src: reduce test_inspector_socket_server outputDaniel Bevenius
2017-01-03test: fix Coverity warning in inspector testEugene Ostroukhov
2016-12-14inspector: fix Coverity defectsEugene Ostroukhov
2016-12-07test: check result of uv_loop_init and uv_writeBen Noordhuis
2016-12-06inspector: split HTTP/WS server from the inspectorEugene Ostroukhov
2016-12-01test: run cpplint on files in test/cctestBen Noordhuis
2016-11-18test: fix memory leaks in malloc cctestsBen Noordhuis
2016-10-13test: fix issues reported by CoverityEugene Ostroukhov
2016-10-03test: fix -Wformat warnings in inspector cctestBen Noordhuis
2016-09-29src: notify V8 for low memory when alloc failsAnna Henningsen
2016-09-29src: provide allocation + nullptr check shortcutsAnna Henningsen
2016-09-29src: pass desired return type to allocatorsAnna Henningsen
2016-09-22inspector: wait for both sides closingEugene Ostroukhov
2016-09-21src: Malloc/Calloc size 0 returns non-null pointerRich Trott
2016-09-20inspector: zero out structure membersEugene Ostroukhov
2016-09-16inspector: fix tests on WindowsEugene Ostroukhov
2016-08-31inspector: simplify buffer managementEugene Ostroukhov
2016-08-09test: fix failing inspector cctestEugene Ostroukhov
2016-08-01src: avoid manual memory management in inspectorBen Noordhuis