summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-12-22child_process: clean event listener correctlyBenjamin Gruenbaum
2020-12-22v8: fix native `serdes` constructorsExE Boss
2020-12-22test: increase abort logic coverageMoshe vilner
2020-12-21test: increase coverage for streamZiJian Liu
2020-12-21lib: support BigInt in querystring.stringifyraisinten
2020-12-21src: use correct microtask queue for checkpointsAnna Henningsen
2020-12-21repl: disable blocking completions by defaultAnna Henningsen
2020-12-20stream: fix pipe deadlock when starting with needDrainRobert Nagy
2020-12-18test: increase coverage for workerZiJian Liu
2020-12-17http: add test for incomingmessage destroyDaniele Belardi
2020-12-16test: specify global object for globalsRich Trott
2020-12-15test: increase coverage for fs/dir readZijian Liu
2020-12-15stream: accept iterable as a valid first argumentZiJian Liu
2020-12-15readline: cursorTo throw error on NaNZijian Liu
2020-12-15lib: make safe primordials safe to iterateAntoine du Hamel
2020-12-15test: remove test-http2-client-upload as flakyRich Trott
2020-12-14worker: fix broadcast channel SharedArrayBuffer passingAnna Henningsen
2020-12-14test: increase coverage for net/blocklistZijian Liu
2020-12-13test: make executable name more generalShelley Vohr
2020-12-13http: use objects with null prototype in AgentMichaël Zasso
2020-12-13src: use correct outer Context’s microtask queueAnna Henningsen
2020-12-13src: add way to get IsolateData and allocator from EnvironmentAnna Henningsen
2020-12-12test: increased externalized string lengthShelley Vohr
2020-12-12tls: forward new SecureContext optionsAlba Mendez
2020-12-12util: fix instanceof checks with null prototypes during inspectionRuben Bridgewater
2020-12-12util: fix module prefixes during inspectionRuben Bridgewater
2020-12-12child_process: add signal support to spawnBenjamin Gruenbaum
2020-12-11test: add test for async contexts in PerformanceObserverZauberNerd
2020-12-10build,lib,test: change whitelist to allowlistMichaël Zasso
2020-12-10stream: 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