summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-09-17string_decoder: support typed array or data viewBenjamin Chen
2018-09-17module: fix inconsistency between load and _findPathDenys Otrishko
2018-09-17src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-09-17util: make TextEncoder/TextDecoder globalJames M Snell
2018-09-17http2: add http2stream.endAfterHeaders propertyJames M Snell
2018-09-17assert: add default operator to `assert.fail()`Ruben Bridgewater
2018-09-16tools: prevent string literals in some assertionsRich Trott
2018-09-16test: prepare test-assert for strictEqual lintingRich Trott
2018-09-16test: remove string literal from assertionRich Trott
2018-09-16test: remove string literal from assertionRich Trott
2018-09-16test: remove string literal arg from assertionRich Trott
2018-09-16test: remove string literal message from assertionRich Trott
2018-09-16test: remove string literal from assertionRich Trott
2018-09-16test: refactor flag checkRich Trott
2018-09-16test: simplify assertion in http2 testsRich Trott
2018-09-16test: improve assertion in test-inspector.jsRich Trott
2018-09-16test: remove string literal message in assertionsRich Trott
2018-09-16test: remove string literal message from assertionRich Trott
2018-09-16src: fix `--prof-process` CLI argument handlingAnna Henningsen
2018-09-15child_process: move process.binding('spawn_sync') to internalBindingAnto Aravinth
2018-09-15util: use a shared symbol for util.inspect.customchocolateboy
2018-09-15fs: fix promisified fs.readdir withFileTypesAnatoli Papirovski
2018-09-14worker: correct (de)initialization orderAnna Henningsen
2018-09-14module: add createRequireFunction methodGus Caplan
2018-09-14inspector: implemented V8InspectorClient::resourceNameToUrlAlexey Kozyatinskiy
2018-09-14src: added URL::FromFilePath methodAlexey Kozyatinskiy
2018-09-13test: minor refactor in common/index.jsJames M Snell
2018-09-13util: limit inspection output size to 128 MBRuben Bridgewater
2018-09-12test: checks on napi factory wrap’s finalizationLucas Woo
2018-09-12n-api: add generic finalizer callbackGabriel Schulhof
2018-09-12module: accept Windows relative pathJoão Reis
2018-09-11assert: align argument namesRuben Bridgewater
2018-09-11net: port isIPv6 to JSWeijia Wang
2018-09-10test: remove string literal from deepStrictEqualiliashkolyar
2018-09-09tools,doc: apilinks should handle root scenariosKyle Farnung
2018-09-09process: generate list of allowed env flags programmaticallyAnna Henningsen
2018-09-09test: remove string argument to strictEqual()Hariss096
2018-09-08test: replaces assert.throws() with common.expectsError()Saud Khanzada
2018-09-08tools: add [src] links to child-process.htmlSam Ruby
2018-09-07test: update postmortem metadata test for V8 6.9cjihrig
2018-09-07test: add new_large_object_space heap spaceMichaël Zasso
2018-09-07test: update postmortem metadata testMatheus Marchini
2018-09-07test: fix inspector tests after V8 upgradeAlexey Kozyatinskiy
2018-09-07src: add InitializeV8Platform functionDaniel Bevenius
2018-09-07src: initialize PerIsolateData eagerlyAndreas Haas
2018-09-07util: improve inspect performanceRuben Bridgewater
2018-09-07benchmark: refactor util benchmarksRuben Bridgewater
2018-09-07test: remove usage of deprecated V8 APIs in addonsMichaël Zasso
2018-09-07test: fix flaky addons/callback-scope/test-resolve-asyncAnna Henningsen
2018-09-07url: move process.binding('url') to internalBindingWeijia Wang