node/test/known_issues
AnnaMag 2cab00aec0
test: fix assertion in vm test
Prototypes are not strict equal when they are from
different contexts. Therefore, assert.strictEqual()
fails for objects that are created in different
contexts, e.g., in vm.runInContext().

Instead of expecting the prototypes to be equal,
only check the properties of the objects
for equality.

PR-URL: https://github.com/nodejs/node/pull/11862
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
2017-03-20 10:38:10 -04:00
..
known_issues.status
test-module-deleted-extensions.js
test-path-parse-6229.js
test-process-external-stdio-close.js
test-repl-require-context.js test: simplify output handling in repl tests 2017-02-14 11:52:08 -05:00
test-stdin-is-always-net.socket.js
test-stdout-buffer-flush-on-exit.js test: remove blank lines at end of files 2016-10-06 11:52:51 -07:00
test-url-parse-conformance.js test: remove WHATWG URL test data file extension 2017-02-25 11:24:32 -05:00
test-vm-attributes-property-not-on-sandbox.js test: add vm module edge cases 2017-02-14 11:52:35 -05:00
test-vm-data-property-writable.js test: add known_issues test for #10223 2017-01-31 14:09:37 -06:00
test-vm-getters.js test: fix assertion in vm test 2017-03-20 10:38:10 -04:00
test-vm-global-non-writable-properties.js test: add regression tests for vm bugs 2017-01-30 12:09:02 -05:00
test-vm-inherited_properties.js test: add known_issues test for #5350 2017-01-04 10:44:02 -06:00
test-vm-proxy-failure-CP.js test: failing behaviour on sandboxed Proxy 2017-03-20 10:38:00 -04:00
testcfg.py