@@ -1065,17 +1065,16 @@ object Build {
1065
1065
++ (dir / " shared/src/test/require-jdk7/org/scalajs/testsuite/javalib/util" ** " *.scala" ).get
1066
1066
1067
1067
++ (dir / " js/src/test/scala/org/scalajs/testsuite/compiler" ** ((" *.scala" : FileFilter )
1068
- -- " InteroperabilityTest.scala" // various compile errors
1069
- -- " OptimizerTest.scala" // compile errors: false + string and () + string
1070
- -- " ReflectionTest.scala" // tests fail
1068
+ -- " InteroperabilityTest.scala" // various compile errors, pending update upstream
1069
+ -- " OptimizerTest.scala" // compile errors: false + string and () + string, pending update upstream
1070
+ -- " ReflectionTest.scala" // tests fail (wrong load spec for JS globals)
1071
1071
-- " RegressionJSTest.scala" // non-native JS classes
1072
1072
-- " RuntimeTypesTest.scala" // compile errors: no ClassTag for Null and Nothing
1073
1073
)).get
1074
1074
1075
1075
++ (dir / " js/src/test/scala/org/scalajs/testsuite/javalib" ** ((" *.scala" : FileFilter )
1076
1076
-- " FormatterJSTest.scala" // compile error with the f"" interpolator
1077
1077
-- " ObjectJSTest.scala" // non-native JS classes
1078
- -- " ThrowableJSTest.scala" // test fails ("java.lang.Error: stub") because it uses js.constructorOf
1079
1078
)).get
1080
1079
1081
1080
++ (dir / " js/src/test/scala/org/scalajs/testsuite/jsinterop" ** ((" *.scala" : FileFilter )
@@ -1084,15 +1083,14 @@ object Build {
1084
1083
-- " ExportsTest.scala" // JS exports
1085
1084
-- " IterableTest.scala" // non-native JS classes
1086
1085
-- " JSExportStaticTest.scala" // JS exports
1087
- -- " JSNativeInPackage.scala" // IR checking errors
1086
+ -- " JSNativeInPackage.scala" // tests fail (wrong load spec for JS globals)
1088
1087
-- " JSOptionalTest.scala" // non-native JS classes
1089
1088
-- " JSSymbolTest.scala" // non-native JS classes
1090
1089
-- " MiscInteropTest.scala" // non-native JS classes
1091
1090
-- " ModulesWithGlobalFallbackTest.scala" // non-native JS classes
1092
1091
-- " NestedJSClassTest.scala" // non-native JS classes
1093
1092
-- " NonNativeJSTypeTest.scala" // non-native JS classes
1094
1093
-- " PromiseMock.scala" // non-native JS classes
1095
- -- " SpecialTest.scala" // test fails ("java.lang.Error: stub") because it uses js.constructorOf
1096
1094
)).get
1097
1095
1098
1096
++ (dir / " js/src/test/scala/org/scalajs/testsuite/junit" ** ((" *.scala" : FileFilter )
@@ -1105,7 +1103,7 @@ object Build {
1105
1103
1106
1104
++ (dir / " js/src/test/scala/org/scalajs/testsuite/library" ** ((" *.scala" : FileFilter )
1107
1105
-- " BigIntTest.scala" // Ambiguous reference because of new non-shadowing rule in Scala 3, pending update upstream
1108
- -- " ObjectTest.scala" // compile errors
1106
+ -- " ObjectTest.scala" // compile errors caused by #9588
1109
1107
-- " StackTraceTest.scala" // would require `npm install source-map-support`
1110
1108
-- " UnionTypeTest.scala" // requires a Scala 2 macro
1111
1109
)).get
0 commit comments