Skip to content

Commit

Permalink
Tests using Error.prepareStackTrace/stackTraceLimit should use v8-com…
Browse files Browse the repository at this point in the history
…pat mode.
  • Loading branch information
iamstolis committed Jun 27, 2024
1 parent c13a6c4 commit 294592e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions graal-js/src/com.oracle.truffle.js.test/js/GR-53714.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Regression test of the handling of long values.
*
* @option temporal
* @option v8-compat
*/

load('assert.js');
Expand Down
2 changes: 2 additions & 0 deletions graal-js/src/com.oracle.truffle.js.test/js/callsite.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

/**
* Tests of CallSite built-ins.
*
* @option v8-compat
*/

load('assert.js');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*/
/*
* Test that getting Error.stackTraceLimit is side-effect-free.
*
* @option v8-compat
*/

class MyError extends Error {
Expand Down

0 comments on commit 294592e

Please sign in to comment.