You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graal-js/src/com.oracle.truffle.js.test.external/src/com/oracle/truffle/js/test/external/test262/Test262Runnable.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@ public class Test262Runnable extends TestRunnable {
105
105
"Array.prototype.values",
106
106
"ArrayBuffer",
107
107
"Atomics",
108
+
"Atomics.pause",
108
109
"Atomics.waitAsync",
109
110
"BigInt",
110
111
"DataView",
@@ -274,7 +275,6 @@ public class Test262Runnable extends TestRunnable {
0 commit comments