Skip to content

Commit dbca27b

Browse files
committed
Mark Atomics.pause test262 feature as supported.
1 parent 64724e7 commit dbca27b

File tree

1 file changed

+2
-1
lines changed
  • graal-js/src/com.oracle.truffle.js.test.external/src/com/oracle/truffle/js/test/external/test262

1 file changed

+2
-1
lines changed

graal-js/src/com.oracle.truffle.js.test.external/src/com/oracle/truffle/js/test/external/test262/Test262Runnable.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public class Test262Runnable extends TestRunnable {
105105
"Array.prototype.values",
106106
"ArrayBuffer",
107107
"Atomics",
108+
"Atomics.pause",
108109
"Atomics.waitAsync",
109110
"BigInt",
110111
"DataView",
@@ -274,7 +275,6 @@ public class Test262Runnable extends TestRunnable {
274275
"well-formed-json-stringify",
275276
});
276277
private static final Set<String> UNSUPPORTED_FEATURES = featureSet(new String[]{
277-
"Atomics.pause",
278278
"Intl.DurationFormat",
279279
"IsHTMLDDA",
280280
"Math.sumPrecise",
@@ -286,6 +286,7 @@ public class Test262Runnable extends TestRunnable {
286286
});
287287
private static final Set<String> STAGING_FEATURES = featureSet(new String[]{
288288
"Array.fromAsync",
289+
"Atomics.pause",
289290
"Error.isError",
290291
"FinalizationRegistry.prototype.cleanupSome",
291292
"Float16Array",

0 commit comments

Comments
 (0)