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-1
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,7 @@ public class Test262Runnable extends TestRunnable {
182
182
"class-fields-private",
183
183
"class-fields-public",
184
184
"class-methods-private",
185
+
"class-static-block",
185
186
"class-static-fields-private",
186
187
"class-static-fields-public",
187
188
"class-static-methods-private",
@@ -242,7 +243,6 @@ public class Test262Runnable extends TestRunnable {
242
243
"arbitrary-module-namespace-names",
243
244
"array-find-from-last",
244
245
"class-fields-private-in",
245
-
"class-static-block",
246
246
"resizable-arraybuffer",
247
247
"tail-call-optimization",
248
248
}));
@@ -255,6 +255,7 @@ public class Test262Runnable extends TestRunnable {
0 commit comments