summaryrefslogtreecommitdiff
path: root/test/parallel
Commit message (Expand)AuthorAgeFilesLines
* process: flush stdout/stderr upon `process.exit()`process-exit-stdio-flushingJeremiah Senkpiel2016-05-161-0/+25
* test: fix flaky test-preloadRich Trott2016-05-131-2/+2
* util: adhere to `noDeprecation` set at runtimeAnna Henningsen2016-05-131-0/+33
* src,module: add --preserve-symlinks command line flagJames M Snell2016-05-133-1/+135
* repl: copying tabs shouldn't trigger completionEugene Obrezkov2016-05-131-1/+3
* test: add tests for stream3 buffering using corkAlex J Burke2016-05-122-0/+177
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-12195-233/+235
* test: fix test-process-exec-argv flakinessSantiago Gimeno2016-05-121-1/+1
* test: make sure O_NOATIME is present only in LinuxSakthipriyan Vairamani2016-05-121-7/+8
* repl: exports `Recoverable`Blake Embrey2016-05-121-0/+40
* benchmark,test,lib: remove extra spacesRich Trott2016-05-1120-48/+48
* handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel2016-05-112-39/+39
* Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel2016-05-112-53/+40
* test: ensure test-npm-install uses correct nodeMyles Borins2016-05-111-1/+4
* test: fix test-vm-cached-data to work with old v8Myles Borins2016-05-111-1/+2
* test: test preloaded modules using stdin or replBradley Meck2016-05-111-16/+59
* test: fix test-debugger-pidSantiago Gimeno2016-05-111-0/+54
* test: allow out-of-order replies in dgram testsAnna Henningsen2016-05-102-18/+29
* tools: lint for object literal spacingRich Trott2016-05-0828-50/+50
* test: add tests for console.[info|error|warn]Bryan English2016-05-051-11/+49
* intl: Don't crash if v8BreakIterator not availableSteven R. Loomis2016-05-041-0/+15
* buffer: fix lastIndexOf index underflow issueAnna Henningsen2016-05-041-0/+17
* buffer: fix lastIndexOf crash for overlong needleAnna Henningsen2016-05-041-0/+23
* buffer: fix UCS2 indexOf for odd buffer lengthAnna Henningsen2016-05-041-0/+3
* buffer: fix needle length misestimation for UCS2Anna Henningsen2016-05-041-0/+6
* test: avoid test-cluster-master-* flakinessStefan Budeanu2016-05-042-37/+29
* lib,test: update in preparation for linter updateRich Trott2016-05-041-1/+6
* src: add O_NOATIME constantRich Trott2016-05-041-0/+11
* repl: create history file with mode 0600Carl Lei2016-05-041-0/+53
* test: fix alpn tests for openssl1.0.2hShigeki Ohtsu2016-05-041-8/+9
* util: truncate inspect array and typed arrayJames M Snell2016-05-031-0/+55
* util: fix inspecting of proxy objectsJames M Snell2016-05-031-0/+84
* test: refactor large event emitter testscjihrig2016-05-023-176/+191
* readline: remove deprecated methodscjihrig2016-05-021-29/+25
* assert: allow circular referencesRich Trott2016-04-291-12/+20
* process: add process.cpuUsage() - implementation, doc, testsPatrick Mueller2016-04-291-0/+63
* events: pass the original listener added by onceDavidCai2016-04-291-0/+11
* test,tools: limit lint tolerance of gc globalRich Trott2016-04-283-4/+4
* test,tools: adjust function argument alignmentRich Trott2016-04-2827-73/+105
* crypto: fix error in deprecation messageRich Trott2016-04-281-0/+31
* test: check that 2nd handle.close() call is a nopBen Noordhuis2016-04-272-0/+7
* src: simplify handlewrap state tracking logicBen Noordhuis2016-04-272-7/+11
* net: introduce `Socket#connecting` propertyFedor Indutny2016-04-272-1/+22
* readline: allow history to be disabledsurya panikkal2016-04-261-0/+19
* cluster: migrate from worker.suicideEvan Lucas2016-04-254-8/+16
* handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel2016-04-252-38/+46
* url: drop auth in `url.resolve()` if host changesAlex Kocharin2016-04-251-1/+15
* repl: don’t complete expressions when eval failsAnna Henningsen2016-04-251-27/+30
* module: preserve symlinks when requiringAlex Lamar2016-04-251-0/+57
* console: timeEnd() with no label emits warningEugene Obrezkov2016-04-251-3/+7