summaryrefslogtreecommitdiff
path: root/test/cctest
AgeCommit message (Expand)Author
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
2016-08-01test: fix memory leaks in inspector testsBen Noordhuis
2016-06-29inspector: Do cleanups before notifying callbackEugene Ostroukhov
2016-06-17inspector: fix inspector connection cleanupEugene Ostroukhov
2016-06-14src: make Sec-WebSocket-Key check case-insensitiveMyles Borins
2016-05-30src,lib: v8-inspector supportPavel Feldman
2016-05-05src: don't use locale-sensitive strcasecmp()Ben Noordhuis
2015-04-01deps: check in gtest, add util unit testBen Noordhuis