Skip to content

Commit 66bc9ca

Browse files
committed
Scala.js: Update the status of two tests.
They do not cause a StackOverflow error anymore, but they still do not pass due to other reasons.
1 parent 9581eb1 commit 66bc9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,10 +1103,10 @@ object Build {
11031103
)).get
11041104

11051105
++ (dir / "js/src/test/scala/org/scalajs/testsuite/library" ** (("*.scala": FileFilter)
1106-
-- "BigIntTest.scala" // StackOverflow in the compiler
1106+
-- "BigIntTest.scala" // Ambiguous reference because of new non-shadowing rule in Scala 3, pending update upstream
11071107
-- "ObjectTest.scala" // compile errors
11081108
-- "StackTraceTest.scala" // would require `npm install source-map-support`
1109-
-- "UnionTypeTest.scala" // requires a Scala 2 macro + StackOverflow in the compiler
1109+
-- "UnionTypeTest.scala" // requires a Scala 2 macro
11101110
)).get
11111111

11121112
++ (dir / "js/src/test/scala/org/scalajs/testsuite/niobuffer" ** "*.scala").get

0 commit comments

Comments
 (0)