Skip to content

Commit c242a2e

Browse files
authored
Test262 update (mozilla#1986)
* updates the version of the test262 project in use to the latest one (3fd4ec27f1798ebecafc73b354a45dcdda9bde29) * adds some missing folders to our setup and adjusts the UNSUPPORTED_FEATURES
1 parent bf4cc32 commit c242a2e

3 files changed

Lines changed: 525 additions & 44 deletions

File tree

tests/src/test/java/org/mozilla/javascript/tests/Test262SuiteTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ public class Test262SuiteTest {
9090
static final Set<String> UNSUPPORTED_FEATURES =
9191
new HashSet<>(
9292
Arrays.asList(
93+
"AggregateError",
9394
"Atomics",
9495
"IsHTMLDDA",
95-
"SharedArrayBuffer",
9696
"async-functions",
9797
"async-iteration",
9898
"class",
@@ -104,7 +104,10 @@ public class Test262SuiteTest {
104104
"regexp-dotall",
105105
"regexp-unicode-property-escapes",
106106
"resizable-arraybuffer",
107+
"SharedArrayBuffer",
107108
"tail-call-optimization",
109+
"Temporal",
110+
"upsert",
108111
"u180e"));
109112

110113
static {

tests/test262

Submodule test262 updated 552 files

0 commit comments

Comments
 (0)