56 Commits (c20901a7f574d7ecea70dfc852a3307d7178ddba)

Author SHA1 Message Date
Bradley Farias c8a389e19f module: Allow runMain to be ESM 8 years ago
Matt Loring 9e08695f85
src: Node implementation of v8::Platform 8 years ago
XadillaX f422e38bca
test: remove redundant `using` in cctest 7 years ago
Daniel Bevenius d94e4b8e81
test: make totalLen snake case 7 years ago
Anna Henningsen c80d400c01
Revert "test: disable MultipleEnvironmentsPerIsolate" 7 years ago
Anna Henningsen ef7da4200d
Revert "test: add DISABLED_ prefix to commented out test" 7 years ago
Anna Henningsen 93f25f4b44
test: properly order freeing resources in cctest 7 years ago
Timothy Gu e96ca62480
src: avoid dereference without existence check 8 years ago
Daniel Bevenius 75bf8a9db9 test: add DISABLED_ prefix to commented out test 8 years ago
Ben Noordhuis 1b7372f2fb src: replace ASSERT with CHECK 8 years ago
Refael Ackermann 95ab966a74 test: disable MultipleEnvironmentsPerIsolate 8 years ago
Jimmy Thomson 94dd42577c
test: fix cctest failure on Windows 8 years ago
Eugene Ostroukhov 5fbbd25dc4 test: check uv_ip4_addr return value 8 years ago
Eugene Ostroukhov 3d0ef56264 inspector, test: Fix test bug detected by Coverity 8 years ago
Eugene Ostroukhov 6e2c29bcab inspector: perform DNS lookup for host 8 years ago
Sam Roberts 26ab769940 inspector: refactor to rename and comment methods 8 years ago
Daniel Bevenius 25ade76fb0
test: add override to ServerDone function 8 years ago
Eugene Ostroukhov 5c26378cb7 inspector: fix process._debugEnd() for inspector 8 years ago
Eugene Ostroukhov 7c3a23b9c1 inspector: handle socket close before close frame 8 years ago
Anna Henningsen d5db4d25dc
test: cleanup handles in test_environment 8 years ago
Ben Noordhuis 6c912a8216 test: fix coverity UNINIT_CTOR cctest warning 8 years ago
Daniel Bevenius ec53921d2e src: make AtExit callback's per Environment 8 years ago
Alexey Orlenko b03f1f0c01
test: add basic cctest for base64.h 8 years ago
Daniel Bevenius 5ccaba49f0 test: add variable arguments support for Argv 8 years ago
Daniel Bevenius 92de91d570 test: fix truncation of argv 8 years ago
James M Snell 51b007aaa7 test: add cctest for native URL class 8 years ago
Daniel Bevenius 6a09a69ec9 build: enable cctest to use generated objects 8 years ago
Timothy Gu e7a3add531 src: clean up MaybeStackBuffer 8 years ago
Eugene Ostroukhov ba776b3a56 inspector: no crash when WS server can't start 8 years ago
Eugene Ostroukhov 295bd11468 test: have inspector test pick an open port 8 years ago
Daniel Bevenius 6d3c5b78c8 src: reduce test_inspector_socket_server output 8 years ago
Eugene Ostroukhov 3196faedab test: fix Coverity warning in inspector test 8 years ago
Eugene Ostroukhov 3c29b2f851 inspector: fix Coverity defects 8 years ago
Ben Noordhuis a2441476cc
test: check result of uv_loop_init and uv_write 8 years ago
Eugene Ostroukhov 42da740ed8 inspector: split HTTP/WS server from the inspector 8 years ago
Ben Noordhuis 8264a22256 test: run cpplint on files in test/cctest 8 years ago
Ben Noordhuis b80f05efaa test: fix memory leaks in malloc cctests 8 years ago
Eugene Ostroukhov ec7f3a1674 test: fix issues reported by Coverity 8 years ago
Ben Noordhuis b3d283acd4 test: fix -Wformat warnings in inspector cctest 9 years ago
Anna Henningsen 72c60e892c
src: notify V8 for low memory when alloc fails 8 years ago
Anna Henningsen ea94086ad2
src: provide allocation + nullptr check shortcuts 8 years ago
Anna Henningsen 48ed65440c
src: pass desired return type to allocators 8 years ago
Eugene Ostroukhov a67f11d9f4 inspector: wait for both sides closing 8 years ago
Rich Trott d2eb7ce010 src: Malloc/Calloc size 0 returns non-null pointer 8 years ago
Eugene Ostroukhov bc1ebd67d8 inspector: zero out structure members 8 years ago
Eugene Ostroukhov 6f9157fbab inspector: fix tests on Windows 8 years ago
Eugene Ostroukhov b6db963915 inspector: simplify buffer management 8 years ago
Eugene Ostroukhov 49e473a45f test: fix failing inspector cctest 9 years ago
Ben Noordhuis c8c1f96abe src: avoid manual memory management in inspector 9 years ago
Ben Noordhuis 0190db44ac test: fix memory leaks in inspector tests 9 years ago