0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/known_issues
Refael Ackermann c9d45c4505 test: harden test-dgram-bind-shared-ports
* add `mustCall` and `mustNotCall` to all callbacks
* added `known_issue` for port binding

PR-URL: https://github.com/nodejs/node/pull/13100
Refs: https://github.com/nodejs/node/issues/13055
Refs: https://github.com/nodejs/node/pull/12999
Refs: https://github.com/nodejs/node/issues/13526
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2017-06-09 17:14:44 -04:00
..
known_issues.status test: skip irrelevant test on Windows 2017-04-06 10:06:14 -07:00
test-cwd-enoent-file.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-dgram-bind-shared-ports-after-port-0.js test: harden test-dgram-bind-shared-ports 2017-06-09 17:14:44 -04:00
test-http-path-contains-unicode.js test: add known_test request with Unicode in the URL 2017-06-01 20:20:49 -07: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: make the rest of tests path-independent 2017-05-14 16:05:48 +03:00
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: add known_issues test for #5350 2016-12-21 09:58:51 -05:00
test-vm-proxy-failure-CP.js test: failing behaviour on sandboxed Proxy 2017-03-17 09:44:41 -07:00
testcfg.py