summaryrefslogtreecommitdiff
path: root/test/files/run/bugs.scala
Commit message (Collapse)AuthorAgeFilesLines
* deprecate Pair and TripleDen Shabalin2013-11-201-1/+1
|
* Cull extraneous whitespace.Paul Phillips2013-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | One last flurry with the broom before I leave you slobs to code in your own filth. Eliminated all the trailing whitespace I could manage, with special prejudice reserved for the test cases which depended on the preservation of trailing whitespace. Was reminded I cannot figure out how to eliminate the trailing space on the "scala> " prompt in repl transcripts. At least reduced the number of such empty prompts by trimming transcript code on the way in. Routed ConsoleReporter's "printMessage" through a trailing whitespace stripping method which might help futureproof against the future of whitespace diseases. Deleted the up-to-40 lines of trailing whitespace found in various library files. It seems like only yesterday we performed whitespace surgery on the whole repo. Clearly it doesn't stick very well. I suggest it would work better to enforce a few requirements on the way in.
* SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Removed a few more @deprecated members.Paul Phillips2012-04-281-2/+1
| | | | | The ones which remain I'm not removing on purpose, as I know from experience it's more trouble than it's yet worth.
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+0
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* added EOLs, missing headersmichelou2008-06-101-22/+21
|
* removed more warningsmichelou2008-01-181-40/+41
|
* Merged the dotnet-scala branchmihaylov2007-02-061-6/+6
|
* Refactored portability supportmihaylov2006-11-011-4/+4
|
* Made some test cases platform-independentmihaylov2006-10-101-73/+64
|
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-081-1/+1
|
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-061-5/+5
| | | | | | renamed All->Nothing, AllRef -> Null while keeping the old names as aliases.
* (no commit message)Martin Odersky2006-02-091-1/+1
|
* Made 'bugs' test case more resistant to differe...Gilles Dubochet2006-01-251-2/+12
| | | | | | Made 'bugs' test case more resistant to differences between Java 1.4 and 1.5 (difference in reporting of class cast exceptions).
* added explicit type for partial function in tes...michelou2006-01-171-1/+1
| | | | | added explicit type for partial function in test/files/run/bugs.scala
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+490
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-488/+0
| | | | | Removed old scala tests from new Scala core module.
* Removed a Java-specific bug testmihaylov2005-10-041-46/+27
|
* - Fixed and added bug 399paltherr2005-02-181-0/+18
|
* - Added tests for bug 396paltherr2005-02-091-0/+24
|
* - [MSIL] Removed call to printStackTrace() in o...mihaylov2004-10-121-3/+1
| | | | | | - [MSIL] Removed call to printStackTrace() in order to compile without modifications for .NET
* - [MSIL] added object TestMain that serves as a...mihaylov2004-10-071-1/+12
| | | | | | - [MSIL] added object TestMain that serves as an entry point with the - MSIL backend properly handle command line arguments
* *** empty log message ***Martin Odersky2004-09-021-2/+2
|
* - Added bug 328paltherr2004-06-031-0/+9
|
* *** empty log message ***Matthias Zenger2004-05-041-4/+1
|
* - bug 281 does not work with interpreterpaltherr2004-04-021-1/+1
|
* - Added bug 281paltherr2004-04-021-0/+16
|
* - Added bug 316paltherr2004-04-021-0/+14
|
* Replace class Executable with Application.Matthias Zenger2004-01-121-1/+1
|
* - Added bug 257paltherr2004-01-071-0/+20
|
* - Added bug 266paltherr2004-01-071-0/+54
|
* - added bugs 98, 120 and 250schinz2003-12-101-0/+46
|
* - added 'import java.lang.System' to allow the ...mihaylov2003-12-081-0/+2
| | | | | | - added 'import java.lang.System' to allow the tests to compile with the .NET backend
* - Moved bug199 into files/run/bugs.scalapaltherr2003-11-251-1/+12
|
* - Added bugs 217, 222 and 233paltherr2003-11-251-0/+34
|
* - Added bugs 225 and 226paltherr2003-11-171-0/+33
|
* - Added bug 213paltherr2003-10-301-0/+23
|
* - Added bug 176paltherr2003-10-061-0/+29
|
* - Added bug 166paltherr2003-10-031-1/+31
| | | | | - Improved output and exception handling
* - Moved bug 142 into bugs.scalapaltherr2003-10-021-6/+77
| | | | | | | - Added bug 174 to bugs.scala - Improved output of bugs.scala - Added bugs.check
* - Renamed bug 135 into 168paltherr2003-09-301-7/+27
| | | | | - Added new bug 135
* - Added bugs.scalapaltherr2003-09-301-0/+47