Skip to content

Commit

Permalink
test: do not report node-related error
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Christophe committed Apr 28, 2024
1 parent 3838a43 commit d34e802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/262/cursor.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"stage":"empty-emulate","index":38786,"target":null}
{"stage":"empty-emulate","index":39751,"target":null}
3 changes: 2 additions & 1 deletion test/262/stages/empty-emulate.manual.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@
"test/language/expressions/optional-chaining/eval-optional-call.js"
],
"Reflect.has triggers getters on global object contextified by vm -- https://github.com/nodejs/node/issues/52737": [
"test/language/expressions/typeof/get-value.js"
"test/language/expressions/typeof/get-value.js",
"test/language/module-code/import-assertions/eval-gtbndng-indirect-faux-assertion.js"
]
}

0 comments on commit d34e802

Please sign in to comment.