summaryrefslogtreecommitdiff
path: root/test/files/run/runtime.scala
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Maintenance of Predef.Paul Phillips2013-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Deprecates much of Predef and scala.Console, especially: - the read* methods (see below) - the set{Out,Err,In} methods (see SI-4793) 2) Removed long-deprecated: - Predef#exit - Predef#error should have gone, but could not due to sbt At least the whole source base has now been future-proofed against the eventual removal of Predef#error. The low justification for the read* methods should be readily apparent: they are little used and have no call to be in global namespace, especially given their weird ad hoc semantics and unreasonably tempting names such as readBoolean(). 3) Segregated the deprecated elements in Predef from the part which still thrives. 4) Converted all the standard Predef implicits into implicit classes, value classes where possible: - ArrowAssoc, Ensuring, StringFormat, StringAdd, RichException (value) - SeqCharSequence, ArrayCharSequence (non-value) Non-implicit deprecated stubs prop up the names of the formerly converting methods.
* Looked through the .disabled tests which are st...Paul Phillips2009-10-081-0/+199
| | | | | | | Looked through the .disabled tests which are still under files (as opposed to those moved to disabled.) Brought some back to life, put a stake through the heart of others, left two as they were.
* new arrays are done.Martin Odersky2009-09-211-200/+0
|
* more changes to make tuples (...)Martin Odersky2007-02-141-2/+2
|
* Made some test cases platform-independentmihaylov2006-10-101-19/+10
|
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+209
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-209/+0
| | | | | Removed old scala tests from new Scala core module.
* Made platform-independantmihaylov2005-10-041-36/+34
|
* - Added method "ne" in class AnyRefpaltherr2005-04-111-0/+42
|
* *** empty log message ***Martin Odersky2005-02-141-5/+0
|
* - Added tests for bug 396paltherr2005-02-091-3/+45
|
* - [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 as an entry point...mihaylov2004-10-071-1/+11
| | | | | [MSIL] Added object TestMain as an entry point on .NET
* *** empty log message ***Martin Odersky2004-09-021-1/+1
|
* - Added tests on blockspaltherr2004-08-301-1/+41
|
* - Added files/run/runtimepaltherr2004-01-081-0/+84