aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/pos
Commit message (Collapse)AuthorAgeFilesLines
* Bring back tests from disabled.Martin Odersky2015-06-073-52/+0
| | | | The tests in this commit pos were verified to work again.
* Fix refs to inner objectsMartin Odersky2015-06-071-14/+0
| | | | | | | | A reference to an object from anywhere in its module class can be established by the This of the module class. The previous behavior always referenced the object as a term ref which might cause a reference to the outer This which might not be available (since this is not tracked by ExplicitOuter). Brings t3174.scala back from disabled.
* Categorize disabled tests into pos/runMartin Odersky2015-05-275-0/+74