summaryrefslogtreecommitdiff
path: root/test/files/run/t7407.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-8925, SI-7407 test cases, fixed in new backendLukas Rytz2014-11-041-1/+1
| | | | | | | | Given that the issues are old (2.10) and we move to the new backend in 2.12, I don't plan to fix them in GenASM. The test case for 7407 existed already, this commit just adds `-Yopt:l:none` to the flags to make no dead code is eliminated.
* 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.