summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-10.scala
Commit message (Collapse)AuthorAgeFilesLines
* Made the icode reader more resilient to errors.Iulian Dragos2010-04-131-0/+135
| | | | | | | symbol does not cause any crashes, but the method using an unknown symbol will not be used for inlining. Resurrected tests, removed spec-matrix for the moment. No review.
* Disabling some more tests which crash under -op...Paul Phillips2010-04-121-135/+0
| | | | | Disabling some more tests which crash under -optimise. No review.
* [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.
* int -> Int, etc..michelou2008-05-201-20/+20
|
* scala.Math.Pi instead of scala.compat.Math.PImichelou2007-08-171-3/+3
|
* updated several tests for MSILmichelou2007-08-171-1/+1
|
* 1.Martin Odersky2007-01-031-9/+9
|
* Refactored portability supportmihaylov2006-11-011-6/+8
|
* Made some test cases platform-independentmihaylov2006-10-101-25/+23
|
* Fixed test files after syntax change for closures.Martin Odersky2006-06-211-3/+3
|
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+136
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-136/+0
| | | | | Removed old scala tests from new Scala core module.
* - 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
* Modified to work for the .NET platform, where p...mihaylov2003-11-111-1/+3
| | | | | | Modified to work for the .NET platform, where printout of values of type double may have one more digit of precision (which will be truncated).
* *** empty log message ***Martin Odersky2003-03-311-4/+4
|
* reduced value from 100 to 30 in module M2 (memo...michelou2003-03-211-1/+1
| | | | | reduced value from 100 to 30 in module M2 (memory problem on Windoze)
* - Added test file Course-2002-10.scalapaltherr2003-03-201-0/+132