0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/known_issues
cjihrig 4fc11998b4 test: add cwd ENOENT known issue test
If the current working directory is removed, Node cannot
start normally because the module system calls uv_cwd().

Refs: https://github.com/nodejs/node/pull/12022
PR-URL: https://github.com/nodejs/node/pull/12343
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-04-18 13:44:48 -04:00
..
known_issues.status test: skip irrelevant test on Windows 2017-04-06 10:06:14 -07:00
test-cluster-disconnect-handles.js src: remove support for --debug 2017-04-06 09:50:09 +02:00
test-cwd-enoent-file.js test: add cwd ENOENT known issue test 2017-04-18 13:44:48 -04:00
test-module-deleted-extensions.js
test-path-parse-6229.js
test-repl-require-context.js test: simplify output handling in repl tests 2017-02-05 12:27:07 -08:00
test-stdin-is-always-net.socket.js
test-stdout-buffer-flush-on-exit.js
test-url-parse-conformance.js test: remove WHATWG URL test data file extension 2017-02-21 11:04:58 +08:00
test-vm-attributes-property-not-on-sandbox.js test: add vm module edge cases 2017-02-11 09:48:11 -08:00
test-vm-data-property-writable.js test: add known_issues test for #10223 2017-01-30 10:22:30 +01:00
test-vm-getters.js test: fix assertion in vm test 2017-03-20 09:16:23 +01:00
test-vm-global-non-writable-properties.js test: add regression tests for vm bugs 2017-01-25 15:44:29 -08:00
test-vm-inherited_properties.js
test-vm-proxy-failure-CP.js test: failing behaviour on sandboxed Proxy 2017-03-17 09:44:41 -07:00
testcfg.py