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
2020-12-11build,lib,test: change whitelist to allowlistMichaël Zasso
2020-12-11stream: support abortsignal in constructorBenjamin Gruenbaum
2020-12-10test: increase execFile abort coverageMoshe vilner
2020-12-09test: fix flaky test-replRich Trott
2020-12-08test: check null proto-of-proto in util.inspect()Rich Trott
2020-12-08test: add SIGTRAP to test-signal-handlerAsh Cripps
2020-12-08test: fix child-process-pipe-dataflowSantiago Gimeno
2020-12-07tools: enable no-unused-expressions lint ruleMichaël Zasso
2020-12-07tools: upgrade to @babel/eslint-parser 7.12.1Antoine du Hamel
2020-12-07stream: support abort signalBenjamin Gruenbaum
2020-12-07test: fix comment misspellings of transferredRich Trott
2020-12-07test: fix flaky test-http2-respond-file-error-pipe-offsetRich Trott
2020-12-07test: fix bootstrap testBenjamin Gruenbaum
2020-12-07test: increase coverage for readlineZijian Liu
2020-12-06child_process: add AbortSignal supportBenjamin Gruenbaum
2020-12-06vm: add `SafeForTerminationScope`s for SIGINT interruptionsAnna Henningsen
2020-12-05stream: add FileHandle support to Read/WriteStreamMomtchil Momtchev
2020-12-04test: skip flaky parts of broadcastchannel test on WindowsRich Trott
2020-12-02test: fix test-worker-broadcastchannel-wptRich Trott
2020-12-02events: support signal in EventTargetBenjamin Gruenbaum
2020-12-02tls: permit null as a cipher valueRich Trott
2020-12-01https: add abortcontroller testBenjamin Gruenbaum
2020-12-01worker: add experimental BroadcastChannelJames M Snell
2020-12-01errors: display original symbol namebcoe
2020-12-01http2: check write not scheduled in scope destructorDavid Halls
2020-12-01test: fix typo in commentinokawa
2020-11-30module: add isPreloading indicatorJames M Snell
2020-11-30http: enable call chaining with setHeader()pooja d.p
2020-11-29test: replace anonymous functions by arrowsAleksandr Krutko
2020-11-27fs: pass ERR_DIR_CLOSED asynchronously to dir.closeZijian Liu
2020-11-27test: fix flaky sequential/test-fs-watchRich Trott
2020-11-26test: increase coverage for util.inspect()Rich Trott
2020-11-24test: improve test coverage SourceMap APIJuan José Arboleda
2020-11-24test: fix missed warning for non-experimental AbortControllerJames M Snell
2020-11-21lib: add error handling for input streamrexagod
2020-11-21src: integrate URL::href() and use in inspectorDaijiro Wachi
2020-11-21test: update comments in test-fs-read-offset-nullRich Trott
2020-11-21http2: add support for AbortSignal to http2Session.requestMadara Uchiha
2020-11-21n-api: fix test_async_context warningsGabriel Schulhof
2020-11-21errors: refactor to use more primordialsAntoine du Hamel
2020-11-19http2: add support for TypedArray to getUnpackedSettingsAntoine du Hamel
2020-11-19lib: set abort-controller toStringTagBenjamin Gruenbaum
2020-11-19http: add support for abortsignal to http.requestBenjamin Gruenbaum
2020-11-19test: update wpt url and resourceDaijiro Wachi
2020-11-19lib: add throws option to fs.f/l/statSyncAndrew Casey
2020-11-18domain: improve deprecation warning text for DEP0097Anna Henningsen
2020-11-18fs: filehandle read now accepts object as argumentNikola Glavina
2020-11-18test: fix typo in inspector-helper.jsLuigi Pinca
2020-11-18test: deflake test-http-destroyed-socket-write2Luigi Pinca
2020-11-17test: make test-http2-client-jsstream-destroy.js reliableRich Trott