summaryrefslogtreecommitdiff
path: root/test/files/run/bridges.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.
* [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.
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-061-8/+8
| | | | | | renamed All->Nothing, AllRef -> Null while keeping the old names as aliases.
* (no commit message)Martin Odersky2006-02-091-8/+8
|
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+7123
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-7123/+0
| | | | | Removed old scala tests from new Scala core module.
* Made platform independantmihaylov2005-09-271-9/+7
|
* - [MSIL] Removed call to printStackTrace() in o...mihaylov2004-10-121-2/+1
| | | | | | - [MSIL] Removed call to printStackTrace() in order to compile without modifications for .NET
* *** empty log message ***Martin Odersky2004-09-021-1/+1
|
* - 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
* - Added bridges.scalapaltherr2003-10-071-0/+7124