0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/known_issues
Joyee Cheung 1357913180
test: use URL fixtures under test/fixtures/wpt/url/resources
Removes the following files:

- test/fixtures/url-tests.js
- test/fixtures/url-setter-tests.js
- test/fixtures/url-toascii.js

in favor of:

- test/fixtures/wpt/url/resources/urltestdata.json
- test/fixtures/wpt/url/resources/setters_tests.json
- test/fixtures/wpt/url/resources/toascii.json

Also removes dependency of `fixtures/url-tests.js` in http2 tests
and use `fixtures/person-large.jpg` instead since they are just
looking for a big enough file to transfer.

PR-URL: https://github.com/nodejs/node/pull/24035
Refs: https://github.com/nodejs/node/issues/23192
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
2018-11-09 20:27:20 +08:00
..
known_issues.status test: fix flaky VM timeout test on Raspberry Pi 2018-11-07 19:26:32 -08:00
test-cluster-bind-privileged-port.js test: skip failing tests for osx mojave 2018-10-21 06:01:49 +02:00
test-cwd-enoent-file.js test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
test-dgram-bind-shared-ports-after-port-0.js
test-http-path-contains-unicode.js test: fix argument order in assertion 2018-10-19 18:31:51 -07:00
test-inspector-cluster-port-clash.js test: reversed arguments in strictqual to reflect documentation 2018-10-15 12:00:00 +02:00
test-path-parse-6229.js
test-repl-require-context.js
test-stdin-is-always-net.socket.js test,tools: enable running tests under workers 2018-06-06 19:44:11 +02:00
test-url-parse-conformance.js test: use URL fixtures under test/fixtures/wpt/url/resources 2018-11-09 20:27:20 +08:00
test-vm-ownkeys.js test: add failing vm tests to known_issues 2017-10-27 10:27:14 +02:00
test-vm-ownpropertynames.js test: add failing vm tests to known_issues 2017-10-27 10:27:14 +02:00
test-vm-ownpropertysymbols.js test: add failing vm tests to known_issues 2017-10-27 10:27:14 +02:00
test-vm-timeout-escape-nexttick.js test: fix flaky VM timeout test on Raspberry Pi 2018-11-07 19:26:32 -08:00
test-vm-timeout-escape-promise.js doc, test: document and test vm timeout escapes 2018-10-24 13:51:59 -07:00
test-vm-timeout-escape-queuemicrotask.js doc, test: document and test vm timeout escapes 2018-10-24 13:51:59 -07:00
testcfg.py