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: fix unreliable known_issues test 2016-05-05 19:41:44 -07:00
test-module-deleted-extensions.js test: add batch of known issue tests 2016-03-12 09:56:29 -05:00
test-path-parse-6229.js test: add known issue test for path parse issue #6229 2016-08-29 15:15:18 -07:00
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: fix offending max-len linter error 2016-04-01 02:47:40 +05:30
test-stdout-buffer-flush-on-exit.js test: remove blank lines at end of files 2016-10-05 21:06:36 -07: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 test: run known_issues tests in CI 2016-05-06 15:14:38 -07:00