summaryrefslogtreecommitdiff
path: root/test/fixtures
AgeCommit message (Expand)Author
2018-09-22test: remove string literals for strictEquals/notStrictEqualsMaleDong
2018-09-21test: do not export common.leakedGlobals()Rich Trott
2018-09-21worker,coverage: support V8 coverage generationAnna Henningsen
2018-09-09tools,doc: apilinks should handle root scenariosKyle Farnung
2018-09-08tools: add [src] links to child-process.htmlSam Ruby
2018-09-05coverage: expose native V8 coverageBenjamin Coe
2018-09-05tools: add [src] links to async_hooks.htmlSam Ruby
2018-09-02tools: add [src] links to assert.htmlSam Ruby
2018-08-29tools: Include links to source code in documentationSam Ruby
2018-08-18src: encode 0x27 (') for special URLsTimothy Gu
2018-08-12test,doc: fix lint error in test fixturesRich Trott
2018-08-08test: update certificates and private keysFedor Indutny
2018-07-22test: move AEAD test vectors out of scriptTobias Nießen
2018-07-16assert: improve simple assertRuben Bridgewater
2018-07-14test: refactor process/worker exitCode testsDenys Otrishko
2018-07-09tools: build all.json by combining generated JSONSam Ruby
2018-07-03test: add test for missing dynamic instantiate hookMichaël Zasso
2018-06-30esm: loader hook URL validation and error messagesguybedford
2018-06-21module: experimental modules runMain separationguybedford
2018-06-06test: add test for Linux perfMatheus Marchini
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06worker: initial implementationAnna Henningsen
2018-06-04test: add source for test.wasmDaniel Bevenius
2018-06-01test: remove unused empty fixtureRich Trott
2018-05-22test: test about:blank against invalid WHATWG URLJoyee Cheung
2018-05-18url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta
2018-05-11esm: provide named exports for builtin libsGus Caplan
2018-04-28http2: fix responses to long payload reqsAnatoli Papirovski
2018-04-20test: fix test-child-process-send-returns-booleanRich Trott
2018-04-14test: update keys/Makefile to clean and build allDaniel Bevenius
2018-04-10module: fix `e.stack` error when throwing undefined or nullZhenzhen Zhan
2018-04-06test: update assert messages to show expected and actual valuesDave O'Mahony
2018-04-04lib: ensure --check flag works with --requireJohn-David Dalton
2018-04-01module: skip preserveSymlinks for mainGuy Bedford
2018-03-21test: move ESM fixtures to fixtures dirMichaël Zasso
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung
2018-03-11module: check file ext before dir as documentedBradley Farias
2018-03-08test: address nits and rename the corresponding fixtureUjjwal Sharma
2018-03-01loader: fix --inspect-brkGus Caplan
2018-02-26Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater
2018-02-16module: fix main lookup regression from #18728Guy Bedford
2018-02-16test: wrap countdown callback in common.mustCallBamieh
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-02-12repl: remove deprecated NODE_REPL_HISTORY_FILERuben Bridgewater
2018-02-07src: don't abort when package.json is a directoryBen Noordhuis
2018-01-26test: force context allocation in test moduleYang Guo
2018-01-24assert: wrap original error in ifErrorRuben Bridgewater
2018-01-22inspector: --inspect-brk for es modulesGuy Bedford
2018-01-19test: replace assert.equal with assert.strictEqualSho Miyamoto
2018-01-17test: use shorthand propertiesTobias Nießen