0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/known_issues
AnnaMag 7ef2d90e1b 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 09:16:23 +01:00
..
known_issues.status
test-module-deleted-extensions.js
test-path-parse-6229.js
test-repl-require-context.js
test-stdin-is-always-net.socket.js
test-stdout-buffer-flush-on-exit.js
test-url-parse-conformance.js
test-vm-attributes-property-not-on-sandbox.js
test-vm-data-property-writable.js
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-vm-inherited_properties.js
test-vm-proxy-failure-CP.js
testcfg.py