summaryrefslogtreecommitdiff
path: root/test/files/run/t7407b.flags
Commit message (Collapse)AuthorAgeFilesLines
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-1/+0
| | | | | | Added a deprecation warning for `-optimize`. Later we'll also graduate `-Yopt` to `-opt`, probably for 2.12.0-M5.
* Don't force the GenASM backend when passing -optimizeLukas Rytz2015-04-011-1/+1
| | | | | | This behavior is confusing and also problematic for writing partest tests: CI passes -optimize, which negates the -Ybackend:GenBCode entry in a flags file.
* SI-7407 fixed in GenBCode but beware, it remains a bug in GenASMMiguel Garcia2013-08-211-0/+1
GenBCode runs only under a flag, and moreover only if -optimise is not present (see ScalaSettings for details). Therefore during a nightly, when tests are run under -optimise, we need -Ynooptimise to deactivate the optimizer. With that, GenBCode can run and tackle the test case successfuly.