summaryrefslogtreecommitdiff
path: root/test/files/jvm/backendBugUnapply.scala
Commit message (Collapse)AuthorAgeFilesLines
* Prepare removal of scala-xml, scala-parser-combinatorsAdriaan Moors2013-08-271-17/+0
| | | | | | | | | Every test deleted here has found its way to the respective repositories of scala-xml and scala-parser-combinators, where they will continue to be tested with partest. The modified tests became independent of these modules, as they should've been from the start.
* Begone t1737...Hubert Plociniczak2011-11-021-4/+4
|
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-6/+3
| | | | | | | Removing the code which has been deprecated since 2.8.0. Contributed by Simon Ochsenreither, although deleting code is such fun one hesitates to call it a contribution. Still, we will. Closes SI-4860, no review.
* Sorting through the tests in pending from oldes...Paul Phillips2010-10-021-0/+20
Sorting through the tests in pending from oldest to newest because I don't believe in having useless appendages. The verdict on the oldest fifteen tests is: 15/15 are fixed. Many were already in files under a different name. I moved a few and deleted the rest. Fun fact of the day: apparently there was a time when to call into java varargs with no arguments you might have to write something like: getClass().getMethod("getCount", Array[java.lang.Class[T] forSome { type T }]()) On this basis I retract any complaints I've ever had about anything. There is one question mark outlined in pos/testCoercionThis.scala, a file formerly called pos/moors.scala and therefore... review by moors.