summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: use fixtures moduleScott J Beck2017-10-281-3/+4
* test: imporove assert messagesHadis-Fard2017-10-281-5/+3
* test: show values instead of assertion messageCheyenne Arrowsmith2017-10-281-2/+1
* test: include values in assertion messagesnhoel2017-10-281-7/+25
* querystring: convert to using internal/errorsRami Moshe2017-10-282-7/+19
* module: fix extension lookups for top-level mainGuy Bedford2017-10-281-0/+7
* module: fix hook module CJS dependency loadingguybedford2017-10-283-0/+13
* test: use process.features.debug in common moduleRich Trott2017-10-271-1/+1
* test: use common.buildType in repl-domain-abortRich Trott2017-10-271-2/+1
* test: skip test-process-config if no config.gypiGibson Fahnestock2017-10-271-5/+24
* crypto: migrate setFipsCrypto to internal/errorsJames M Snell2017-10-271-4/+9
* test: use fixtures module in tls-handshake-errorMark Walker2017-10-271-3/+5
* test: add failing vm tests to known_issuesMichaël Zasso2017-10-273-0/+84
* src: fix vm module for strict modeFranziska Hinkelmann2017-10-271-5/+2
* test: change tmp directories prefixRefael Ackermann2017-10-261-1/+3
* http2: fix mapToHeaders() with single string valueJinwoo Lee2017-10-261-0/+12
* crypto: migrate crypto.randomBytes to internal/errorsJames M Snell2017-10-261-7/+26
* tools: add eslint rule for documented errorsJames M Snell2017-10-261-0/+34
* crypto: migrate timingSafeEqual to internal/errorsJames M Snell2017-10-261-12/+26
* test: add test for WrapStream readStopAshish Kaila2017-10-261-0/+42
* test: add test for prop interceptors on sandboxMichaël Zasso2017-10-261-0/+129
* test: allow tests to pass without internetDaniel Bevenius2017-10-264-30/+38
* util,assert: expose util.isDeepStrictEqual()Rich Trott2017-10-251-0/+483
* net: fix timeout with null handleAnatoli Papirovski2017-10-251-0/+17
* test: call toLowerCase on the resolved moduleDaniel Bevenius2017-10-251-1/+1
* buffer: move setupBufferJS to internalBryan English2017-10-251-13/+9
* http2: do not allow socket manipulationAnatoli Papirovski2017-10-258-17/+121
* test: fix test for inherited properties on vmFranziska Hinkelmann2017-10-252-20/+38
* module: support custom paths to require.resolve()cjihrig2017-10-252-1/+57
* test: allow for different nsswitch.conf settingsDaniel Bevenius2017-10-254-4/+16
* test: make test-v8-serdes work without stdinAnna Henningsen2017-10-251-8/+10
* test: add missing assertioncjihrig2017-10-241-2/+5
* util: graduate TextEncoder/TextDecoder, testsJames M Snell2017-10-2310-4/+563
* crypto: migrate crypto sign to internal/errorsJames M Snell2017-10-232-22/+103
* crypto: refactor argument validation for pbkdf2James M Snell2017-10-231-27/+116
* http2: multiple style and performance updatesJames M Snell2017-10-232-0/+170
* http2: allow port 80 in http2.connectAnatoli Papirovski2017-10-231-0/+19
* http: do not blindly destroy UNIX domain socketsLuigi Pinca2017-10-232-0/+38
* vm: deprecate vm.runInDebugContextJosh Gavant2017-10-231-0/+5
* http: support generic `Duplex` streamsAnna Henningsen2017-10-231-0/+60
* http2: support generic `Duplex` streamsAnna Henningsen2017-10-232-0/+85
* test: add `makeDuplexPair()` helperAnna Henningsen2017-10-232-0/+54
* src: turn JS stream into a full duplexAnna Henningsen2017-10-231-0/+22
* buffer: buffer.transcode to use internal/errorsWeijia Wang2017-10-231-2/+7
* src: use new V8 API in vm moduleFranziska Hinkelmann2017-10-2310-75/+54
* child_process: restore exec{File}Sync error propsMichaël Zasso2017-10-231-1/+16
* timers: cleanup extraneous property on ImmediatesJeremiah Senkpiel2017-10-231-1/+1
* tty,doc: add type-check to isattyBryan English2017-10-222-0/+17
* test: handle blank shells in test-os.jsGibson Fahnestock2017-10-221-1/+5
* test: increase enoughTestMem to 1.75 GbRich Trott2017-10-221-1/+1