summaryrefslogtreecommitdiff
path: root/test/files/run/exceptions-2.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some scalac output is on stderr, and it's useful to see that in the log file, especially for debugging. Adds a line filter for logs, specified as "filter: pattern" in the test source. Backslashes are made forward only when detected as paths. Test alignments: Deprecations which do not pertain to the system under test are corrected in the obvious way. When testing deprecated API, suppress warnings by deprecating the Test object. Check files are updated with useful true warnings, instead of running under -nowarn. Language feature imports as required, instead of running under -language. Language feature not required, such as casual use of postfix. Heed useful warning. Ignore broken warnings. (Rarely, -nowarn.) Inliner warnings pop up under -optimise only, so for now, just filter them out where they occur. Debug output from the test required an update.
* Fixed spellingAntonio Cunei2008-08-311-1/+1
|
* Fixed #466.Iulian Dragos2008-02-261-0/+4
|
* Fixed ticket #244.Iulian Dragos2007-11-201-0/+2
|
* Fixed ticket #88 (verify error, exceptions).Iulian Dragos2007-09-241-0/+3
|
* Fixed the bugfix for returns inside finallyIulian Dragos2007-01-291-0/+9
|
* Fixed bug regarding 'return's inside try-finall...Iulian Dragos2006-09-251-0/+8
| | | | | Fixed bug regarding 'return's inside try-finally blocks
* Fixed bug #632 and updated test file.Iulian Dragos2006-06-201-16/+2
|
* updated check file (stacktrace changed with Mai...michelou2006-06-161-0/+7
| | | | | updated check file (stacktrace changed with MainGenericRunner)
* Fixed two try-finally bugs.Iulian Dragos2006-05-191-4/+10
|
* (no commit message)Martin Odersky2006-02-171-2/+2
|
* Added more test files for try-catch blocks.Iulian Dragos2006-01-301-0/+31