summaryrefslogtreecommitdiff
path: root/test/pending/run/sigtp.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Moved failing tests to pending after having dia...Martin Odersky2011-03-241-0/+17
| | | | | | | | Moved failing tests to pending after having diagnosed that the only problem is a difference in output between Java 1.5 and 1.6 reflection libraries. Can we moved back once that's fixed. For now, it's more important to ghet the build back.
* Spiced up the signature test infrastructure a b...Paul Phillips2011-03-231-18/+0
| | | | | | Spiced up the signature test infrastructure a bunch, wrote some more tests, restored the tests in pending. No review.
* Moving signature tests to pending, because they...Martin Odersky2011-03-231-0/+18
Moving signature tests to pending, because they operate under wrong assumptions now that mixed in members are bridges. Review by extempore.