summaryrefslogtreecommitdiff
path: root/test/files/neg/t3115.flags
Commit message (Collapse)AuthorAgeFilesLines
* Removed a bunch of -Y warning options.Paul Phillips2010-04-151-1/+1
| | | | | | | back in the form of a compiler plugin. Also promoted -Yfatal-warnings to -Xfatal-warnings: this is key to writing tests which involve warnings and should be at least semi-supported. Closes #3300, no review.
* If I work on this patch any longer without chec...Paul Phillips2010-04-051-1/+1
| | | | | | | | | | | | | | | | If I work on this patch any longer without checking in I will go stark raving mad. It is broken up into a couple pieces. This one is the changes to test/. It includes fixing a bunch of tests, removing deprecated constructs, moving jars used by tests to the most specific plausible location rather than having all jars on the classpath of all tests, and some filesystem layout change (continuations get their whole own srcpath.) This would be the world's most tedious review, so let's say no review. [Note: after this commit, I doubt things will build very smoothly until the rest of the partest changes follow. Which should only be seconds, but just in case.]
* Fixed failing test t3115 via judicious applicat...Paul Phillips2010-03-081-0/+1
Fixed failing test t3115 via judicious application of -Yfatal-warnings. No review.