@@ -1075,15 +1075,13 @@ object Build {
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
- -- " StringBufferJSTest.scala" // IR checking errors
1079
1078
-- " ThrowableJSTest.scala" // test fails ("java.lang.Error: stub")
1080
1079
)).get
1081
1080
1082
1081
++ (dir / " js/src/test/scala/org/scalajs/testsuite/jsinterop" ** ((" *.scala" : FileFilter )
1083
1082
-- " AsyncTest.scala" // needs PromiseMock.scala
1084
1083
-- " DynamicTest.scala" // one test requires JS exports, all other tests pass
1085
1084
-- " ExportsTest.scala" // JS exports
1086
- -- " FunctionTest.scala" // IR checking errors
1087
1085
-- " IterableTest.scala" // non-native JS classes
1088
1086
-- " JSExportStaticTest.scala" // JS exports
1089
1087
-- " JSNativeInPackage.scala" // IR checking errors
@@ -1095,8 +1093,6 @@ object Build {
1095
1093
-- " NonNativeJSTypeTest.scala" // non-native JS classes
1096
1094
-- " PromiseMock.scala" // non-native JS classes
1097
1095
-- " SpecialTest.scala" // not yet implemented JS-specific primitive
1098
- -- " SymbolTest.scala" // IR checking errors
1099
- -- " UndefOrTest.scala" // StackOverflow in the compiler
1100
1096
)).get
1101
1097
1102
1098
++ (dir / " js/src/test/scala/org/scalajs/testsuite/junit" ** ((" *.scala" : FileFilter )
@@ -1112,7 +1108,6 @@ object Build {
1112
1108
-- " ObjectTest.scala" // compile errors
1113
1109
-- " StackTraceTest.scala" // would require `npm install source-map-support`
1114
1110
-- " UnionTypeTest.scala" // requires a Scala 2 macro + StackOverflow in the compiler
1115
- -- " WrappedDictionaryTest.scala" // IR checking errors
1116
1111
)).get
1117
1112
1118
1113
++ (dir / " js/src/test/scala/org/scalajs/testsuite/niobuffer" ** " *.scala" ).get
@@ -1128,9 +1123,7 @@ object Build {
1128
1123
-- " SAMJSTest.scala" // non-native JS classes
1129
1124
)).get
1130
1125
1131
- ++ (dir / " js/src/test/scala-new-collections" ** ((" *.scala" : FileFilter )
1132
- -- " WrappedDictionaryToTest.scala" // IR checking errors
1133
- )).get
1126
+ ++ (dir / " js/src/test/scala-new-collections" ** " *.scala" ).get
1134
1127
)
1135
1128
}
1136
1129
)
0 commit comments