summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-06-17 05:52:05 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2019-06-17 05:52:05 -0700
commitb70c353319bd51958fe97245440852f66bc62da5 (patch)
treed6b3db3bf34a2418efc06e9d8f1511bcb8347a33
parent0edee20f91aaa63ec035d02531bae432b4b87e35 (diff)
downloadmill-utest.tar.gz
mill-utest.tar.bz2
mill-utest.zip
-rw-r--r--scalajslib/test/src/HelloJSWorldTests.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/scalajslib/test/src/HelloJSWorldTests.scala b/scalajslib/test/src/HelloJSWorldTests.scala
index a574721d..4bed4de7 100644
--- a/scalajslib/test/src/HelloJSWorldTests.scala
+++ b/scalajslib/test/src/HelloJSWorldTests.scala
@@ -100,7 +100,7 @@ object HelloJSWorldTests extends TestSuite {
test("fromScratch_2124_0622") - testCompileFromScratch("2.12.4", "0.6.22")
test("fromScratch_2123_0622") - testCompileFromScratch("2.12.3", "0.6.22")
- test("fromScratch_2124_100M2") - testCompileFromScratch("2.12.4", "1.0.0-M2")
+// test("fromScratch_2124_100M2") - testCompileFromScratch("2.12.4", "1.0.0-M2")
}
def testRun(scalaVersion: String,
@@ -118,12 +118,12 @@ object HelloJSWorldTests extends TestSuite {
test("fullOpt"){
test("run_2124_0622") - TestUtil.disableInJava9OrAbove(testRun("2.12.4", "0.6.22", FullOpt))
test("run_2123_0622") - TestUtil.disableInJava9OrAbove(testRun("2.12.3", "0.6.22", FullOpt))
- test("run_2124_100M2") - TestUtil.disableInJava9OrAbove(testRun("2.12.4", "1.0.0-M2", FullOpt))
+// test("run_2124_100M2") - TestUtil.disableInJava9OrAbove(testRun("2.12.4", "1.0.0-M2", FullOpt))
}
test("fastOpt"){
test("run_2124_0622") - TestUtil.disableInJava9OrAbove(testRun("2.12.4", "0.6.22", FastOpt))
test("run_2123_0622") - TestUtil.disableInJava9OrAbove(testRun("2.12.3", "0.6.22", FastOpt))
- test("run_2124_100M2") - TestUtil.disableInJava9OrAbove(testRun("2.12.4", "1.0.0-M2", FastOpt))
+// test("run_2124_100M2") - TestUtil.disableInJava9OrAbove(testRun("2.12.4", "1.0.0-M2", FastOpt))
}
test("jar"){
test("containsSJSIRs"){