aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-07-20 16:11:49 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-07-20 17:31:10 +0200
commit7eef035ea617be1f38c9d901b6c08ee8982fb73e (patch)
treed3b319bd3baf82bad6472f99e9ccaeb71c098d21 /test/dotc/tests.scala
parent8d266198c5ef3fd82511a6c6882d94bf5d7e50e4 (diff)
downloaddotty-7eef035ea617be1f38c9d901b6c08ee8982fb73e.tar.gz
dotty-7eef035ea617be1f38c9d901b6c08ee8982fb73e.tar.bz2
dotty-7eef035ea617be1f38c9d901b6c08ee8982fb73e.zip
Disable Ycheck:all until #725 is fixed.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 6fefbf664..9c8257493 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -23,7 +23,7 @@ class tests extends CompilerTest {
implicit val defaultOptions = noCheckOptions ++ List(
"-Yno-deep-subtypes", "-Yno-double-bindings",
"-d", defaultOutputDir) ++ {
- if (isRunByJenkins) List("-Ycheck:all")
+ if (isRunByJenkins) List("-Ycheck:-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef") // should be Ycheck:all, but #725
else List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef")
}