From 10d77e905bf631ab7a7ade9e7a6b6d5abf2596f4 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Fri, 2 May 2014 15:31:07 +0200 Subject: Respect -Dpartest.scalac_opts when running the test suite through ANT Used to enable `-Xcheckinit` (now also `-Ybackend:GenBCode`) when compiling tests in the respective jenkins builds. This is currently broken, as you can see in [recent build logs] [1], `-Xcheckinit` is missing: [partest] Scalac options are: -optimise Adds `.flags` files for macro tests (correct range positions not enforced) and for tests failing due to SI-8560 or SI-8562. [1]: https://scala-webapps.epfl.ch/jenkins/view/nightlies/job/scala-nightly-checkinit/2058/consoleFull --- test/files/run/macroPlugins-typedMacroBody.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/run/macroPlugins-typedMacroBody.flags (limited to 'test/files/run/macroPlugins-typedMacroBody.flags') diff --git a/test/files/run/macroPlugins-typedMacroBody.flags b/test/files/run/macroPlugins-typedMacroBody.flags new file mode 100644 index 0000000000..ea7fc37e1a --- /dev/null +++ b/test/files/run/macroPlugins-typedMacroBody.flags @@ -0,0 +1 @@ +-Yrangepos:false -- cgit v1.2.3