Skip to content

Commit

Permalink
Scala.js: Refine the reason why InteroperabilityTest is blacklisted.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Sep 14, 2020
1 parent d8b0b2f commit 9b3a352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ object Build {
++ (dir / "shared/src/test/require-jdk7" ** "*.scala").get

++ (dir / "js/src/test/scala/org/scalajs/testsuite/compiler" ** (("*.scala": FileFilter)
-- "InteroperabilityTest.scala" // compiler crash, related to value classes in JS interop
-- "InteroperabilityTest.scala" // nested native JS classes + JS exports
-- "OptimizerTest.scala" // non-native JS classes
-- "RegressionJSTest.scala" // non-native JS classes
-- "RuntimeTypesTest.scala" // compile errors: no ClassTag for Null and Nothing
Expand Down

0 comments on commit 9b3a352

Please sign in to comment.