Skip to content

Commit 1009b9a

Browse files
committed
ignore problematic scala.js sources
1 parent 8ecc6f6 commit 1009b9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/Build.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,8 @@ object Build {
14661466
(
14671467
(dir / "shared/src/test/scala" ** (("*.scala": FileFilter)
14681468
-- "ReflectiveCallTest.scala" // uses many forms of structural calls that are not allowed in Scala 3 anymore
1469+
-- "ArrayTest.scala" // refutable pattern match
1470+
-- "UTF16Test.scala" // refutable pattern match
14691471
)).get
14701472

14711473
++ (dir / "shared/src/test/require-sam" ** "*.scala").get
@@ -1475,6 +1477,8 @@ object Build {
14751477
++ (dir / "js/src/test/scala" ** (("*.scala": FileFilter)
14761478
-- "StackTraceTest.scala" // would require `npm install source-map-support`
14771479
-- "UnionTypeTest.scala" // requires the Scala 2 macro defined in Typechecking*.scala
1480+
-- "ObjectTest.scala" // refutable pattern match
1481+
-- "TupleTest.scala" // refutable pattern match
14781482
)).get
14791483

14801484
++ (dir / "js/src/test/require-2.12" ** "*.scala").get

0 commit comments

Comments
 (0)