summaryrefslogtreecommitdiff
path: root/test/files/jvm/inner.scala
Commit message (Collapse)AuthorAgeFilesLines
* Cull extraneous whitespace.Paul Phillips2013-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | One last flurry with the broom before I leave you slobs to code in your own filth. Eliminated all the trailing whitespace I could manage, with special prejudice reserved for the test cases which depended on the preservation of trailing whitespace. Was reminded I cannot figure out how to eliminate the trailing space on the "scala> " prompt in repl transcripts. At least reduced the number of such empty prompts by trimming transcript code on the way in. Routed ConsoleReporter's "printMessage" through a trailing whitespace stripping method which might help futureproof against the future of whitespace diseases. Deleted the up-to-40 lines of trailing whitespace found in various library files. It seems like only yesterday we performed whitespace surgery on the whole repo. Clearly it doesn't stick very well. I suggest it would work better to enforce a few requirements on the way in.
* Make partest work with spaces in the path (from...Stefan Zeiger2011-11-221-4/+4
| | | | | | | | | | | | | | Make partest work with spaces in the path (from batch script and ant task). - The 'partest' ant task gets a new 'compilerargs' element for scalac - options (like in scalacfork and javac). Fixed argument list handling - in partest task. Further improvements to argument list handling for - all ant tasks. Fixed argument list handling in DirectTest (used by - partest shell scripts) Fixed path handling in several test cases. Closes SI-622. Review by phaller.
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* If I work on this patch any longer without chec...Paul Phillips2010-04-051-1/+1
| | | | | | | | | | | | | | | | If I work on this patch any longer without checking in I will go stark raving mad. It is broken up into a couple pieces. This one is the changes to test/. It includes fixing a bunch of tests, removing deprecated constructs, moving jars used by tests to the most specific plausible location rather than having all jars on the classpath of all tests, and some filesystem layout change (continuations get their whole own srcpath.) This would be the world's most tedious review, so let's say no review. [Note: after this commit, I doubt things will build very smoothly until the rest of the partest changes follow. Which should only be seconds, but just in case.]
* Enabled scalacheck tests.Paul Phillips2010-03-011-2/+2
| | | | | | | | what must be legacy scalatest.* properties to partest.*, boldly assuming that the fact that partest is pretty much unusable outside of scalac means there are no users outside of scalac who might be disrupted by eliminating old property names. Review by community.
* Definite fix for #2060; fix for #2392.Martin Odersky2009-10-081-1/+3
| | | | | Added aliases for Vector and Traversable to scala package object.
* [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.
* moved most of the passing tests from pending to...Paul Phillips2009-02-101-0/+126
| | | | | | moved most of the passing tests from pending to files ; reunited inner.scala with inner.check
* disable inner.scala test.Antonio Cunei2008-08-291-126/+0
|
* Hopefully fixed the annoying jvm/inner test cas...Gilles Dubochet2008-04-291-3/+9
| | | | | Hopefully fixed the annoying jvm/inner test case this time.
* Fixed jvm/inner test to work on a Java distribu...Gilles Dubochet2008-04-291-2/+3
| | | | | | Fixed jvm/inner test to work on a Java distribution where jre and sdk bin folders are separate.
* added accessor testmichelou2007-12-051-15/+24
|
* fixed tests run/bridges.scala and jvm/inner.sca...michelou2007-04-301-12/+17
| | | | | fixed tests run/bridges.scala and jvm/inner.scala on IBM J9
* Moved Java-specific tests to test/files/jvm/mihaylov2006-10-101-0/+105