0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 13:09:21 +01:00
nodejs/test/known_issues
Chengzhong Wu d2479fa020
vm: return all own names and symbols in property enumerator interceptor
Property enumerator methods like `Object.getOwnPropertyNames`,
`Object.getOwnPropertySymbols`, and `Object.keys` all invokes the
named property enumerator interceptor. V8 will filter the result based
on the invoked enumerator variant. Fix the enumerator interceptor to
return all potential properties.

PR-URL: https://github.com/nodejs/node/pull/54522
Refs: https://github.com/jsdom/jsdom/issues/3688
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2024-08-30 11:22:58 +00:00
..
known_issues.status src: make realm binding data store weak 2023-06-14 02:05:00 +00:00
test-cli-print-var-crypto.js
test-cwd-enoent-file.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-dgram-bind-shared-ports-after-port-0.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-fs-writeFileSync-invalid-windows.js
test-http-clientrequest-end-contentlength.js test: verify request payload is uploaded consistently 2024-05-12 21:15:30 +02:00
test-http-clientrequest-end-empty-response-body.js test: verify request payload is uploaded consistently 2024-05-12 21:15:30 +02:00
test-http-clientrequest-write-chunked.js test: verify request payload is uploaded consistently 2024-05-12 21:15:30 +02:00
test-http-path-contains-unicode.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-inspector-cluster-port-clash.js
test-inspector-instrumentation-breakpoint.js test: add Debugger.setInstrumentationBreakpoint known issue 2024-05-12 22:33:07 +02:00
test-repl-require-context.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-stdin-is-always-net.socket.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-stream-writable-sync-error.js
test-url-parse-conformance.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-vm-function-declaration-uses-define.js
test-vm-timeout-escape-nexttick.js test: unflake test-vm-timeout-escape-nexttick 2023-05-24 11:07:06 +00:00
test-vm-timeout-escape-queuemicrotask.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
testcfg.py