Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-07-05url: normalize port on scheme changeTimothy Gu
2017-07-04test: restore no-op function in testRich Trott
2017-07-04test: skip test-fs-readdir-ucs2 if no supportRich Trott
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-07-04test: fix require nits in some test-tls-* testsVse Mozhet Byt
2017-07-03test,fs: delay unlink in test-regress-GH-4027.jsJaime Bernardo
2017-07-03http: guard against failed sockets creationRefael Ackermann
2017-07-03test: remove common.noopRich Trott
2017-07-03test: refactor test-http(s)-set-timeout-serverAlexey Orlenko
2017-07-03child_process: use internal/errorsTobias Nießen
2017-07-03path: fix incorrect use of ERR_INVALID_ARG_TYPETobias Nießen
2017-07-03assert: fix incorrect use of ERR_INVALID_ARG_TYPETobias Nießen
2017-07-03test: refactor test-http-invalidheaderfieldRich Trott
2017-07-03assert: refactor the codeRuben Bridgewater
2017-07-03test: refactor test-http-hostname-typecheckingRich Trott
2017-07-03test: change var to const in ./commonRuben Bridgewater
2017-07-03src: fix process.abort() interaction with V8Anna Henningsen
2017-07-03test: mark test-npm-install flaky on armRefael Ackermann
2017-07-03test: replace indexOf with includes and startsWithNataly Shrits
2017-07-02test: refactor test-fs-options-immutableRich Trott
2017-07-02test: refactor test-crypto-pbkdf2Rich Trott
2017-07-02test: remove undef NDEBUG from at-exit addons testDaniel Bevenius
2017-07-02errors,url: port url errors to internal/errorsstarkwang
2017-07-02assert: fix assert.fail with zero argumentsRuben Bridgewater
2017-07-02test,async_hooks: stabilize tests on WindowsRefael Ackermann
2017-07-01n-api: add napi_delete_property()cjihrig
2017-07-01n-api: add napi_delete_element()cjihrig
2017-06-30test: verify napi_get_property() walks prototypecjihrig
2017-06-30repl: fix old history error handlingRuben Bridgewater
2017-06-30test: verify isNativeError accepts internal errorscjihrig
2017-06-30test: refactor test-child-process-send-type-errorRich Trott
2017-06-29test: mark test-fs-readdir-ucs2 flakyJoão Reis
2017-06-29stream: use more explicit statementsRuben Bridgewater
2017-06-29test: fix failure in test-icu-data-dir.jsTobias Nießen
2017-06-29src: add missing new line to printed messageTimothy Gu
2017-06-29src: revise character width calculationTimothy Gu
2017-06-29readline: properly handle 0-width charactersTimothy Gu
2017-06-29test: refactor test-cluster-basicRich Trott
2017-06-29test: refactor test-vm-sigintRich Trott
2017-06-29test: refactor test-tls-two-cas-one-stringRich Trott
2017-06-28dgram,process,util: refactor Error to TypeErrorRuben Bridgewater
2017-06-28errors: fix and improve error typesRuben Bridgewater
2017-06-28test: remove unneeded HandleScope usageEzequiel Garcia
2017-06-28test: skip fips tests using OpenSSL config fileDaniel Bevenius
2017-06-28src,fs: calculate times as unsigned longRefael Ackermann
2017-06-27test: refactor test-tls-invoked-queuedRich Trott
2017-06-27test: refactor test-tls-env-extra-caRich Trott
2017-06-26test: make http(s)-set-timeout-server more similarJulien Klepatch
2017-06-26test: check uv_ip4_addr return valueEugene Ostroukhov
2017-06-24child_process: emit IPC messages on next tickcjihrig