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