summaryrefslogtreecommitdiff
path: root/test/files/run/lisp.scala
Commit message (Collapse)AuthorAgeFilesLines
* Re-write and Re-enable optimizer testsLukas Rytz2016-02-031-0/+518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite tests for new optimizer - SI-6941 - SI-2171 - t3430 - t3252 - t4840 - t2171 - t3430 - t3252 - t6157 - t6547 - t8062 - t8306 - t8359 - t9123 - trait-force-info - private-inline test cases for bugs fixed in the new optimizer - SI-9160, the unnecessary boxing mentioned in the ticket is optimzied since push-pop elimination (#4858). - SI-8796 - SI-8524 - SI-7807 fix flags file for t3420 remove an empty flags file remove unnecessary partest filters explicit inliner warnings in test t7582 Restore the lisp test. Removing the flags file - our build runs with the (new) optimizer enabled anyway. The test spent the past few years as an optimizer test in pos/ see https://issues.scala-lang.org/browse/SI-4512. The attempt may fail, but why not give it a try. $ git lg -S"lisp" ... | * | | | f785785 - SI-4579 Yoke the power of lisp.scala as a stress for the optimizer. (3 years, 8 months ago) <Jason Zaugg> ... * | | | | | | 622cc99 - Revert the lisp test. (3 years, 10 months ago) <Paul Phillips> ... * | | | | | | 97f0324 - Revived the lisp test. (3 years, 10 months ago) <Paul Phillips> ... * | 1e0f7dc - Imprison the lisp test, no review. (4 years, 4 months ago) <Paul Phillips> ... * | 6b09630 - "Freed the lisp test." Tweaked partest defaults... (4 years, 6 months ago) <Paul Phillips> ... * | fec42c1 - Lisp test wins again, no review. (4 years, 8 months ago) <Paul Phillips> ... * | 1c2d44d - Restored the lisp.scala test. (4 years, 8 months ago) <Paul Phillips> ... * | 15ed892 - Temporarily sending lisp.scala to be interprete... (4 years, 8 months ago) <Paul Phillips> ...
* Revert the lisp test.Paul Phillips2012-03-281-518/+0
| | | | The lisp test enjoys the suffering of others.
* Revived the lisp test.Paul Phillips2012-03-281-0/+518
| | | | | | All hail the lisp test! Closes SI-4579.
* Imprison the lisp test, no review.Paul Phillips2011-10-061-518/+0
|
* "Freed the lisp test." Tweaked partest defaults...Paul Phillips2011-07-271-0/+518
| | | | | | "Freed the lisp test." Tweaked partest defaults a little in the hopes that seth tisue is correct in his analysis. No review.
* Lisp test wins again, no review.Paul Phillips2011-06-071-518/+0
|
* Restored the lisp.scala test.Paul Phillips2011-05-311-0/+518
| | | | | test in r25038, so closes #4512, no review.
* Temporarily sending lisp.scala to be interprete...Paul Phillips2011-05-151-518/+0
| | | | | | | | Temporarily sending lisp.scala to be interpreter.scala's equally memory hungry buddy in pending. References #4512. This should be straightened out imminently, but I will solve this more easily by looking forward, not backward. No review.
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-7/+7
| | | | | | | | | | | | | | | | | | | Imported sbt.Process into trunk, in the guise of package scala.sys.process. It is largely indistinguishable from the version in sbt, at least from the outside. Also, I renamed package system to sys. I wanted to do that from the beginning and the desire has only grown since then. Sometimes a short identifier is just critical to usability: with a function like error("") called from hundreds of places, the difference between system.error and sys.error is too big. sys.error and sys.exit have good vibes (at least as good as the vibes can be for functions which error and exit.) Note: this is just the first cut. I need to check this in to finish fixing partest. I will be going over it with a comb and writing documentation which will leave you enchanted, as well as removing other bits which are now redundant or inferior. No review.
* Eliminated 16 avoidable closure objects in Stream.Paul Phillips2011-01-041-7/+7
|
* new classpaths.Lukas Rytz2009-10-261-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.
* int -> Int, etc..michelou2008-05-201-30/+29
|
* Refactored portability supportmihaylov2006-11-011-4/+4
|
* fixed problems in type patternsMartin Odersky2006-10-201-1/+1
| | | | | made some type error messages more precise
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-081-3/+3
|
* fixed bugs 616, 617Martin Odersky2006-05-311-8/+6
|
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+522
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-522/+0
| | | | | Removed old scala tests from new Scala core module.
* Made platform-independantmihaylov2005-10-031-26/+26
|
* - 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
* *** empty log message ***Martin Odersky2003-11-181-4/+4
|
* *** empty log message ***Martin Odersky2003-08-041-11/+16
|
* - Merged Course-2002-11 into lisppaltherr2003-07-181-29/+275
|
* - Fixed titlepaltherr2003-06-181-1/+1
| | | | | - Deleted trailing whitespaces
* *** empty log message ***Martin Odersky2003-06-021-5/+5
|
* *** empty log message ***Martin Odersky2003-05-281-0/+269