Skip to content

Commit

Permalink
ignore problematic scala.js sources
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Sep 28, 2023
1 parent d6023f3 commit cc60664
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1466,6 +1466,8 @@ object Build {
(
(dir / "shared/src/test/scala" ** (("*.scala": FileFilter)
-- "ReflectiveCallTest.scala" // uses many forms of structural calls that are not allowed in Scala 3 anymore
-- "ArrayTest.scala" // refutable pattern match
-- "UTF16Test.scala" // refutable pattern match
)).get

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

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

0 comments on commit cc60664

Please sign in to comment.