diff --git a/project/Build.scala b/project/Build.scala index 3d47be84c91b..dc9e3d2db894 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -1247,6 +1247,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 @@ -1256,6 +1258,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