Skip to content

Commit 497e463

Browse files
committed
Blacklist two tests using .java source files in 2.12.{0,1}.
They were already blacklisted in 2.11.x versions, because they use .java source files. Somehow they got whitelisted in 2.12.{0,1}, and survived because bypassing linking errors was tolerated. However, as we drop support for that, they need to be blacklisted.
1 parent 4d95563 commit 497e463

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

partest-suite/src/test/resources/scala/tools/partest/scalajs/2.12.0/BlacklistedTests.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,8 @@ run/t3452g
936936
run/t3452d
937937
run/t3452b
938938
run/t3452a
939+
run/t1430
940+
run/t4729
939941
run/t8442
940942
run/t8601e
941943
run/t9298

partest-suite/src/test/resources/scala/tools/partest/scalajs/2.12.0/WhitelistedTests.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3138,9 +3138,7 @@ run/trait-defaults-modules2
31383138
pos/functions.scala
31393139
pos/MailBox.scala
31403140
neg/t6289
3141-
run/t4729
31423141
run/t6114.scala
3143-
run/t1430
31443142
pos/constant-warning.scala
31453143
pos/t2712-5.scala
31463144
pos/t2712-2.scala

partest-suite/src/test/resources/scala/tools/partest/scalajs/2.12.1/BlacklistedTests.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,8 @@ run/t3452g
946946
run/t3452d
947947
run/t3452b
948948
run/t3452a
949+
run/t1430
950+
run/t4729
949951
run/t8442
950952
run/t8601e
951953
run/t9298

partest-suite/src/test/resources/scala/tools/partest/scalajs/2.12.1/WhitelistedTests.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3136,9 +3136,7 @@ run/trait-defaults-modules2
31363136
pos/functions.scala
31373137
pos/MailBox.scala
31383138
neg/t6289
3139-
run/t4729
31403139
run/t6114.scala
3141-
run/t1430
31423140
pos/constant-warning.scala
31433141
pos/t2712-5.scala
31443142
pos/t2712-2.scala

0 commit comments

Comments
 (0)