summaryrefslogtreecommitdiff
path: root/test/files/run/arrays.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* new arrays are done.Martin Odersky2009-09-211-1/+1
|
* fixed #713michelou2008-04-021-1/+1
|
* Array.zip supports arrays of different lengths.Lex Spoon2008-03-091-1/+1
|
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+1
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-1/+0
| | | | | Removed old scala tests from new Scala core module.
* *** empty log message ***Martin Odersky2005-02-141-1/+1
|
* - Updated array testspaltherr2004-07-071-50/+1
|
* - Added arrays.scalapaltherr2003-05-221-0/+50