From 1ba9f18f7109206fa913951f2c4cf8ec6cd4e69a Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 27 Nov 2014 16:17:48 +0100 Subject: Disable backend by default in tests. --- test/dotc/tests.scala | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 01f495436..9da2854db 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -15,9 +15,13 @@ class tests extends CompilerTest { implicit val defaultOptions = noCheckOptions ++ List( "-Yno-deep-subtypes", - "-Ycheck:resolveSuper,mixin,restoreScopes" + "-Ycheck:resolveSuper,mixin,restoreScopes", + "-dest", "./out/", + "-Ystop-before:collectEntryPoints" ) + val doEmitBytecode = List("-Ystop-before:terminal") + val twice = List("#runs", "2", "-YnoDoubleBindings") val allowDeepSubtypes = defaultOptions diff List("-Yno-deep-subtypes") -- cgit v1.2.3