Skip to content

Commit 3e33f60

Browse files
authored
Exclude test file that fails on Scala.js + JVM 8 (#18600)
2 parents 63eb5e4 + 5264c47 commit 3e33f60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/run/StringConcat.scala

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// scalajs: --skip
2+
3+
// Under JVM 8,
4+
// this sometimes blows a StackOverflowError
5+
// in PrepJSInterop
6+
17
@main def Test() = {
28

39
// This should generally obey 15.18.1. of the JLS (String Concatenation Operator +)

0 commit comments

Comments
 (0)