summaryrefslogtreecommitdiff
path: root/test/files/neg/t3234.check
Commit message (Collapse)AuthorAgeFilesLines
* Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-271-6/+0
| | | | | | | | With GenBCode being the default and only supported backend for Java 8, we can get rid of GenASM. This commit also fixes/migrates/moves to pending/deletes tests which depended on GenASM before.
* Made -Xfatal-warnings less immediately fatal.Paul Phillips2012-08-101-1/+5
| | | | | | | Instead of changing warnings to errors mid-stream, at the end of a run I check for condition "no errors, some warnings, and fatal warnings" and then generate an error at that point. This is necessary to test for some warnings which come from later stages.
* SI-6142: warn @inline-methods ending up not inlined (rightfully or not)Miguel Garcia2012-07-261-0/+2