0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/test/known_issues
Michaël Zasso 363091dea5 test: add failing vm tests to known_issues
Currently, `Reflect.ownKeys(this)`, `Object.getOwnPropertyNames(this)`
and `Object.getOwnPropertySymbols(this)` when run in a sandbox, fails
to retrieve Symbol and non-enumerable values.

PR-URL: https://github.com/nodejs/node/pull/16410
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-10-27 10:27:14 +02:00
..
known_issues.status test: skip irrelevant test on Windows 2017-04-06 10:06:14 -07:00
test-cwd-enoent-file.js test: change isAix to isAIX 2017-07-16 02:24:47 -07: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: adjust indentation for stricter linting 2017-07-27 09:24:20 -07:00
test-inspector-cluster-port-clash.js test: check and fail inspector-cluster-port-clash 2017-07-06 13:58:50 +02:00
test-module-deleted-extensions.js
test-path-parse-6229.js
test-repl-require-context.js test: continue normalizing fixtures use 2017-08-27 21:14:34 -03:00
test-stdin-is-always-net.socket.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
test-url-parse-conformance.js test: continue normalizing fixtures use 2017-08-27 21:14:34 -03: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
testcfg.py