Skip to content

Commit dc35327

Browse files
OracleLabsAutomationwoess
authored andcommitted
[GR-59279] Update the status of test suites.
PullRequest: js/3315
2 parents 6ac0320 + 408d839 commit dc35327

File tree

6 files changed

+33
-65
lines changed

6 files changed

+33
-65
lines changed

common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
55
],
66

7-
"mx_version": "7.33.1",
7+
"mx_version": "7.34.1",
88

99
"COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet",
1010
"jdks": {

graal-js/mx.graal-js/mx_graal_js.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def apply(self, config):
165165
if next((arg.startswith('-e') for arg in reversed(vmArgs) if arg in ['-ea', '-da', '-enableassertions', '-disableassertions']), False):
166166
vmArgs += ['-Dpolyglot.engine.AssertProbes=true']
167167
vmArgs += ['-Dpolyglotimpl.DisableClassPathIsolation=true']
168-
vmArgs += ['--enable-native-access=org.graalvm.truffle,org.graalvm.truffle.runtime']
168+
vmArgs += ['--enable-native-access=org.graalvm.truffle']
169169
mainClassArgs += ['-JUnitOpenPackages', 'org.graalvm.js/*=com.oracle.truffle.js.test']
170170
mainClassArgs += ['-JUnitOpenPackages', 'org.graalvm.js/*=com.oracle.truffle.js.snapshot']
171171
mainClassArgs += ['-JUnitOpenPackages', 'org.graalvm.js/*=ALL-UNNAMED']
@@ -264,6 +264,7 @@ def _append_default_js_vm_args(vm_args, min_heap='2g', max_heap='2g', stack_size
264264
if mx.suite('compiler', fatalIfMissing=False) is None and not any(x.startswith('-Dpolyglot.engine.WarnInterpreterOnly') for x in vm_args + get_jdk().java_args):
265265
vm_args += ['-Dpolyglot.engine.WarnInterpreterOnly=false']
266266

267+
vm_args += ['--enable-native-access=org.graalvm.truffle']
267268
return vm_args
268269

269270
def _js_cmd_line(args, main_class, runtime_jvm_args=None, append_default_args=True):
@@ -279,7 +280,7 @@ def graaljs_cmd_line(args, append_default_args=True, jdk=None):
279280
+ mx_truffle.resolve_truffle_dist_names()
280281
+ (['tools:CHROMEINSPECTOR', 'tools:TRUFFLE_PROFILER', 'tools:INSIGHT', 'tools:INSIGHT_HEAP'] if mx.suite('tools', fatalIfMissing=False) is not None else [])
281282
+ (['wasm:WASM'] if mx.suite('wasm', fatalIfMissing=False) is not None else []),
282-
jdk=jdk) + ['--enable-native-access=org.graalvm.truffle,org.graalvm.truffle.runtime']
283+
jdk=jdk)
283284
main_dist = mx.distribution('GRAALJS_LAUNCHER')
284285
main_class_arg = '--module=' + main_dist.get_declaring_module_name() + '/' + main_dist.mainClass if main_dist.use_module_path() else main_dist.mainClass
285286
return _js_cmd_line(args, main_class=main_class_arg, runtime_jvm_args=runtime_jvm_args, append_default_args=append_default_args)

graal-js/mx.graal-js/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
"name" : "regex",
2626
"subdir" : True,
27-
"version" : "8bcba88e91a5f2c9baef75bfac79bae771e986b6",
27+
"version" : "47a7322b39814d055c668cdd23aabbc9c0e2da90",
2828
"urls" : [
2929
{"url" : "https://github.com/oracle/graal.git", "kind" : "git"},
3030
]

graal-js/test/test262.json

Lines changed: 28 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -819,8 +819,8 @@
819819
"comment" : "Long-running generated Unicode tests."
820820
}, {
821821
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Garay.js",
822-
"status" : "FAIL",
823-
"comment" : "new failures 2024-10-16"
822+
"status" : "SKIP",
823+
"comment" : "Long-running generated Unicode tests."
824824
}, {
825825
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Georgian.js",
826826
"status" : "SKIP",
@@ -855,8 +855,8 @@
855855
"comment" : "Long-running generated Unicode tests."
856856
}, {
857857
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Gurung_Khema.js",
858-
"status" : "FAIL",
859-
"comment" : "new failures 2024-10-16"
858+
"status" : "SKIP",
859+
"comment" : "Long-running generated Unicode tests."
860860
}, {
861861
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Han.js",
862862
"status" : "SKIP",
@@ -947,8 +947,8 @@
947947
"comment" : "Long-running generated Unicode tests."
948948
}, {
949949
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Kirat_Rai.js",
950-
"status" : "FAIL",
951-
"comment" : "new failures 2024-10-16"
950+
"status" : "SKIP",
951+
"comment" : "Long-running generated Unicode tests."
952952
}, {
953953
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Lao.js",
954954
"status" : "SKIP",
@@ -1099,8 +1099,8 @@
10991099
"comment" : "Long-running generated Unicode tests."
11001100
}, {
11011101
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Ol_Onal.js",
1102-
"status" : "FAIL",
1103-
"comment" : "new failures 2024-10-16"
1102+
"status" : "SKIP",
1103+
"comment" : "Long-running generated Unicode tests."
11041104
}, {
11051105
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Old_Hungarian.js",
11061106
"status" : "SKIP",
@@ -1227,8 +1227,8 @@
12271227
"comment" : "Long-running generated Unicode tests."
12281228
}, {
12291229
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Sunuwar.js",
1230-
"status" : "FAIL",
1231-
"comment" : "new failures 2024-10-16"
1230+
"status" : "SKIP",
1231+
"comment" : "Long-running generated Unicode tests."
12321232
}, {
12331233
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Syloti_Nagri.js",
12341234
"status" : "SKIP",
@@ -1299,16 +1299,16 @@
12991299
"comment" : "Long-running generated Unicode tests."
13001300
}, {
13011301
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Todhri.js",
1302-
"status" : "FAIL",
1303-
"comment" : "new failures 2024-10-16"
1302+
"status" : "SKIP",
1303+
"comment" : "Long-running generated Unicode tests."
13041304
}, {
13051305
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Toto.js",
13061306
"status" : "SKIP",
13071307
"comment" : "Long-running generated Unicode tests."
13081308
}, {
13091309
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Tulu_Tigalari.js",
1310-
"status" : "FAIL",
1311-
"comment" : "new failures 2024-10-16"
1310+
"status" : "SKIP",
1311+
"comment" : "Long-running generated Unicode tests."
13121312
}, {
13131313
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_-_Ugaritic.js",
13141314
"status" : "SKIP",
@@ -1499,8 +1499,8 @@
14991499
"comment" : "Long-running generated Unicode tests."
15001500
}, {
15011501
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Garay.js",
1502-
"status" : "FAIL",
1503-
"comment" : "new failures 2024-10-16"
1502+
"status" : "SKIP",
1503+
"comment" : "Long-running generated Unicode tests."
15041504
}, {
15051505
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Georgian.js",
15061506
"status" : "SKIP",
@@ -1535,8 +1535,8 @@
15351535
"comment" : "Long-running generated Unicode tests."
15361536
}, {
15371537
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Gurung_Khema.js",
1538-
"status" : "FAIL",
1539-
"comment" : "new failures 2024-10-16"
1538+
"status" : "SKIP",
1539+
"comment" : "Long-running generated Unicode tests."
15401540
}, {
15411541
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Han.js",
15421542
"status" : "SKIP",
@@ -1627,8 +1627,8 @@
16271627
"comment" : "Long-running generated Unicode tests."
16281628
}, {
16291629
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Kirat_Rai.js",
1630-
"status" : "FAIL",
1631-
"comment" : "new failures 2024-10-16"
1630+
"status" : "SKIP",
1631+
"comment" : "Long-running generated Unicode tests."
16321632
}, {
16331633
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Lao.js",
16341634
"status" : "SKIP",
@@ -1779,8 +1779,8 @@
17791779
"comment" : "Long-running generated Unicode tests."
17801780
}, {
17811781
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Ol_Onal.js",
1782-
"status" : "FAIL",
1783-
"comment" : "new failures 2024-10-16"
1782+
"status" : "SKIP",
1783+
"comment" : "Long-running generated Unicode tests."
17841784
}, {
17851785
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Old_Hungarian.js",
17861786
"status" : "SKIP",
@@ -1907,8 +1907,8 @@
19071907
"comment" : "Long-running generated Unicode tests."
19081908
}, {
19091909
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Sunuwar.js",
1910-
"status" : "FAIL",
1911-
"comment" : "new failures 2024-10-16"
1910+
"status" : "SKIP",
1911+
"comment" : "Long-running generated Unicode tests."
19121912
}, {
19131913
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Syloti_Nagri.js",
19141914
"status" : "SKIP",
@@ -1979,16 +1979,16 @@
19791979
"comment" : "Long-running generated Unicode tests."
19801980
}, {
19811981
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Todhri.js",
1982-
"status" : "FAIL",
1983-
"comment" : "new failures 2024-10-16"
1982+
"status" : "SKIP",
1983+
"comment" : "Long-running generated Unicode tests."
19841984
}, {
19851985
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Toto.js",
19861986
"status" : "SKIP",
19871987
"comment" : "Long-running generated Unicode tests."
19881988
}, {
19891989
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tulu_Tigalari.js",
1990-
"status" : "FAIL",
1991-
"comment" : "new failures 2024-10-16"
1990+
"status" : "SKIP",
1991+
"comment" : "Long-running generated Unicode tests."
19921992
}, {
19931993
"filePath" : "built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Ugaritic.js",
19941994
"status" : "SKIP",
@@ -2029,18 +2029,6 @@
20292029
"filePath" : "built-ins/RegExp/property-escapes/generated/Soft_Dotted.js",
20302030
"status" : "SKIP",
20312031
"comment" : "Long-running generated Unicode tests."
2032-
}, {
2033-
"filePath" : "built-ins/RegExp/property-escapes/generated/strings/Basic_Emoji.js",
2034-
"status" : "FAIL",
2035-
"comment" : "new failures 2024-10-16"
2036-
}, {
2037-
"filePath" : "built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji.js",
2038-
"status" : "FAIL",
2039-
"comment" : "new failures 2024-10-16"
2040-
}, {
2041-
"filePath" : "built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Flag_Sequence.js",
2042-
"status" : "FAIL",
2043-
"comment" : "new failures 2024-10-16"
20442032
}, {
20452033
"filePath" : "built-ins/RegExp/property-escapes/generated/Terminal_Punctuation.js",
20462034
"status" : "SKIP",
@@ -2069,10 +2057,6 @@
20692057
"filePath" : "built-ins/RegExp/property-escapes/generated/XID_Start.js",
20702058
"status" : "SKIP",
20712059
"comment" : "Long-running generated Unicode tests."
2072-
}, {
2073-
"filePath" : "built-ins/RegExp/unicodeSets/generated/rgi-emoji-16.0.js",
2074-
"status" : "FAIL",
2075-
"comment" : "new failures 2024-10-16"
20762060
}, {
20772061
"filePath" : "built-ins/String/prototype/toLowerCase/special_casing_conditional.js",
20782062
"status" : "FAIL"
@@ -3137,10 +3121,6 @@
31373121
"COMPILE_IMMEDIATELY" : "SKIP"
31383122
},
31393123
"comment" : "Long-running in compile mode"
3140-
}, {
3141-
"filePath" : "intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-timezone.js",
3142-
"status" : "FAIL",
3143-
"comment" : "Based on new data in CLDR 46"
31443124
}, {
31453125
"filePath" : "intl402/language-tags-canonicalized.js",
31463126
"status" : "PASS",
@@ -3167,10 +3147,6 @@
31673147
"COMPILE_IMMEDIATELY" : "SKIP"
31683148
},
31693149
"comment" : "Long-running in compile mode"
3170-
}, {
3171-
"filePath" : "intl402/NumberFormat/prototype/format/useGrouping-extended-en-IN.js",
3172-
"status" : "FAIL",
3173-
"comment" : "new failures 2024-08-09"
31743150
}, {
31753151
"filePath" : "intl402/Temporal/Duration/prototype/round/relativeto-infinity-throws-rangeerror.js",
31763152
"status" : "FAIL",

graal-js/test/testV8.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
}, {
2727
"filePath" : "intl/break-iterator/zh-break.js",
2828
"status" : "FAIL"
29-
}, {
30-
"filePath" : "intl/date-format/resolved-options.js",
31-
"status" : "FAIL",
32-
"comment" : "ICU4J 74.1 update"
3329
}, {
3430
"filePath" : "intl/default_locale.js",
3531
"status" : "FAIL",
@@ -67,10 +63,6 @@
6763
"filePath" : "intl/regress-10526.js",
6864
"status" : "FAIL",
6965
"comment" : "new failures 2021-02-16"
70-
}, {
71-
"filePath" : "intl/regress-10527.js",
72-
"status" : "FAIL",
73-
"comment" : "new failures 2021-02-16"
7466
}, {
7567
"filePath" : "intl/regress-10613.js",
7668
"status" : "FAIL",

graal-nodejs/deps/v8/src/graal/graal_isolate.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ v8::Isolate* GraalIsolate::New(v8::Isolate::CreateParams const& params, v8::Isol
531531
options.push_back({const_cast<char*>("-Dsun.java.command=node"), nullptr});
532532

533533
options.push_back({const_cast<char*>("--enable-native-access=org.graalvm.truffle"), nullptr});
534-
options.push_back({const_cast<char*>("--enable-native-access=org.graalvm.truffle.runtime"), nullptr}); // GR-57817
535534

536535
#if defined(DEBUG)
537536
std::string debugPort = getstdenv("DEBUG_PORT");

0 commit comments

Comments
 (0)