summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-11-28http2: allow to configure maximum tolerated invalid framesDenys Otrishko
2019-11-28crypto: forbid setting the PBKDF2 iter count to 0Tobias Nießen
2019-11-27fs: add retryDelay option to rimrafcjihrig
2019-11-27fs: remove rimraf's emfileWait optioncjihrig
2019-11-27fs: make rimraf default to 0 retriescjihrig
2019-11-27fs: rename rimraf's maxBusyTries to maxRetriescjihrig
2019-11-26test: skip test-domain-error-types in debug mode temporariliyRich Trott
2019-11-26test: move test-worker-prof to sequentialRich Trott
2019-11-26esm: data URLs should ignore unknown parametersBradley Farias
2019-11-26test: dir class initialisation w/o handlerDmitriy Kikinskiy
2019-11-26test: change object assign by spread operatorpoutch
2019-11-25test: use useful message argument in test functionRich Trott
2019-11-25test: test for minimum ICU version consistencyRichard Lau
2019-11-25test: code&learn var to let updateNazar Malyy
2019-11-25test: change object assign to spread objectpoutch
2019-11-25test: use spread instead of Object.assigndnlup
2019-11-24test: changed var to let in module-errorsJamar Torres
2019-11-24test: use spread instead of object.assignShubham Chaturvedi
2019-11-24lib: change var to letDimitris Ktistakis
2019-11-24test: change var to let in test-trace-eventsJon Church
2019-11-24test: test cover cases when trace is emptytelenord
2019-11-23test: switch to object spread in common/benchmark.jspalmires
2019-11-22fs: cover fs.opendir ERR_INVALID_CALLBACKVladislav Botvin
2019-11-22test: add common.mustCall() to stream testRich Trott
2019-11-22test: move explanatory comment to expected location in fileRich Trott
2019-11-22test: move stream test to parallelRich Trott
2019-11-22test: remove string literal as message in strictEqual() in stream testRich Trott
2019-11-22test: use arrow function for callback in stream testRich Trott
2019-11-22test: replace setTimeout with setImmediate in stream testRich Trott
2019-11-21test: refactor test-dgram-multicast-set-interface-lo.jsTaylor Gagne
2019-11-21test: move test not requiring internet from internet to parallelRich Trott
2019-11-21test: use reserved .invalid TLD for invalid address in testRich Trott
2019-11-21test: improve assertion message in internet dgram testRich Trott
2019-11-21test: cover 'close' method in Dir classArtem Maksimov
2019-11-21test: add test for options validation of createServerZYSzys
2019-11-20test: clean up http-set-trailersDenys Otrishko
2019-11-20src: add abstract `IsolatePlatformDelegate`Marcel Laverdet
2019-11-20crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen
2019-11-20tls: cli option to enable TLS key logging to fileSam Roberts
2019-11-19https: add client support for TLS keylog eventsSam Roberts
2019-11-19stream: always invoke end callbackRobert Nagy
2019-11-19fs: make FSStatWatcher.start privateLucas Holmquist
2019-11-19src: add file name to 'Module did not self-register' errorJeremy Apthorp
2019-11-19src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen
2019-11-19src: introduce custom smart pointers for `BaseObject`sAnna Henningsen
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-19util: escape C1 control characters and switch to hex formatRuben Bridgewater
2019-11-18test: handle undefined default_configurationShelley Vohr
2019-11-18test: Change from var to constJure Stepisnik
2019-11-18test: changed var to let in test-repl-editorJL Phillips