@@ -1063,39 +1063,32 @@ object Build {
10631063 ++ (dir / " shared/src/test/require-jdk7/org/scalajs/testsuite/javalib/util" ** " *.scala" ).get
10641064
10651065 ++ (dir / " js/src/test/scala/org/scalajs/testsuite/compiler" ** ((" *.scala" : FileFilter )
1066- -- " InteroperabilityTest.scala" // various compile errors
1067- -- " OptimizerTest.scala" // compile errors: false + string and () + string
1068- -- " ReflectionTest.scala" // tests fail
1066+ -- " InteroperabilityTest.scala" // various compile errors, pending update upstream
1067+ -- " OptimizerTest.scala" // compile errors: false + string and () + string, pending update upstream
1068+ -- " ReflectionTest.scala" // tests fail (wrong load spec for JS globals)
10691069 -- " RegressionJSTest.scala" // non-native JS classes
10701070 -- " RuntimeTypesTest.scala" // compile errors: no ClassTag for Null and Nothing
10711071 )).get
10721072
10731073 ++ (dir / " js/src/test/scala/org/scalajs/testsuite/javalib" ** ((" *.scala" : FileFilter )
10741074 -- " FormatterJSTest.scala" // compile error with the f"" interpolator
10751075 -- " ObjectJSTest.scala" // non-native JS classes
1076- -- " StringBufferJSTest.scala" // IR checking errors
1077- -- " ThrowableJSTest.scala" // test fails ("java.lang.Error: stub")
10781076 )).get
10791077
10801078 ++ (dir / " js/src/test/scala/org/scalajs/testsuite/jsinterop" ** ((" *.scala" : FileFilter )
10811079 -- " AsyncTest.scala" // needs PromiseMock.scala
10821080 -- " DynamicTest.scala" // one test requires JS exports, all other tests pass
10831081 -- " ExportsTest.scala" // JS exports
1084- -- " FunctionTest.scala" // IR checking errors
10851082 -- " IterableTest.scala" // non-native JS classes
10861083 -- " JSExportStaticTest.scala" // JS exports
1087- -- " JSNativeInPackage.scala" // IR checking errors
1084+ -- " JSNativeInPackage.scala" // tests fail (wrong load spec for JS globals)
10881085 -- " JSOptionalTest.scala" // non-native JS classes
10891086 -- " JSSymbolTest.scala" // non-native JS classes
10901087 -- " MiscInteropTest.scala" // non-native JS classes
10911088 -- " ModulesWithGlobalFallbackTest.scala" // non-native JS classes
10921089 -- " NestedJSClassTest.scala" // non-native JS classes
10931090 -- " NonNativeJSTypeTest.scala" // non-native JS classes
10941091 -- " PromiseMock.scala" // non-native JS classes
1095- -- " SpecialTest.scala" // assertion error in ExpandSAMs
1096- -- " SymbolTest.scala" // IR checking errors
1097- -- " ThisFunctionTest.scala" // assertion error in ExpandSAMs
1098- -- " UndefOrTest.scala" // StackOverflow in the compiler
10991092 )).get
11001093
11011094 ++ (dir / " js/src/test/scala/org/scalajs/testsuite/junit" ** ((" *.scala" : FileFilter )
@@ -1107,20 +1100,15 @@ object Build {
11071100 )).get
11081101
11091102 ++ (dir / " js/src/test/scala/org/scalajs/testsuite/library" ** ((" *.scala" : FileFilter )
1110- -- " BigIntTest.scala" // StackOverflow in the compiler
1111- -- " ObjectTest.scala" // compile errors
1103+ -- " BigIntTest.scala" // Ambiguous reference because of new non-shadowing rule in Scala 3, pending update upstream
1104+ -- " ObjectTest.scala" // compile errors caused by #9588
11121105 -- " StackTraceTest.scala" // would require `npm install source-map-support`
1113- -- " UnionTypeTest.scala" // requires a Scala 2 macro + StackOverflow in the compiler
1114- -- " WrappedDictionaryTest.scala" // IR checking errors
1106+ -- " UnionTypeTest.scala" // requires a Scala 2 macro
11151107 )).get
11161108
11171109 ++ (dir / " js/src/test/scala/org/scalajs/testsuite/niobuffer" ** " *.scala" ).get
11181110 ++ (dir / " js/src/test/scala/org/scalajs/testsuite/scalalib" ** " *.scala" ).get
1119-
1120- ++ (dir / " js/src/test/scala/org/scalajs/testsuite/typedarray" ** ((" *.scala" : FileFilter )
1121- -- " TypedArrayTest.scala" // assertion error in ExpandSAMs
1122- )).get
1123-
1111+ ++ (dir / " js/src/test/scala/org/scalajs/testsuite/typedarray" ** " *.scala" ).get
11241112 ++ (dir / " js/src/test/scala/org/scalajs/testsuite/utils" ** " *.scala" ).get
11251113
11261114 ++ (dir / " js/src/test/require-2.12" ** ((" *.scala" : FileFilter )
@@ -1131,9 +1119,7 @@ object Build {
11311119 -- " SAMJSTest.scala" // non-native JS classes
11321120 )).get
11331121
1134- ++ (dir / " js/src/test/scala-new-collections" ** ((" *.scala" : FileFilter )
1135- -- " WrappedDictionaryToTest.scala" // IR checking errors
1136- )).get
1122+ ++ (dir / " js/src/test/scala-new-collections" ** " *.scala" ).get
11371123 )
11381124 }
11391125 )
0 commit comments