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