summaryrefslogtreecommitdiff
path: root/test/pending/jvm/backendBugUnapply.scala
Commit message (Collapse)AuthorAgeFilesLines
* Sorting through the tests in pending from oldes...Paul Phillips2010-10-021-9/+0
| | | | | | | | | | | | | | | | | 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.
* HasKeyValue does not work? added pending/jvm/ba...Burak Emir2007-03-031-0/+9
HasKeyValue does not work? added pending/jvm/backendBugUnapply fixed xml parsing, supports the ever-growing stateful scanner hacks now (sepRegions)