Skip to content

Commit

Permalink
Add promise-try to supported test262 features.
Browse files Browse the repository at this point in the history
  • Loading branch information
woess committed Jun 12, 2024
1 parent e593be4 commit 771cc8b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ public class Test262Runnable extends TestRunnable {
"object-spread",
"optional-catch-binding",
"optional-chaining",
"promise-try",
"promise-with-resolvers",
"proxy-missing-checks",
"regexp-dotall",
Expand All @@ -265,7 +266,6 @@ public class Test262Runnable extends TestRunnable {
"Intl.DurationFormat",
"IsHTMLDDA",
"explicit-resource-management",
"promise-try",
"regexp-modifiers",
"tail-call-optimization",
});
Expand All @@ -277,6 +277,7 @@ public class Test262Runnable extends TestRunnable {
"ShadowRealm",
"decorators",
"json-parse-with-source",
"promise-try",
});

public Test262Runnable(TestSuite suite, TestFile testFile) {
Expand Down

0 comments on commit 771cc8b

Please sign in to comment.