Skip to content

Commit a164023

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 ad6623b commit a164023

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
@@ -1104,10 +1104,10 @@ object Build {
11041104
)).get
11051105

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

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

0 commit comments

Comments
 (0)