summaryrefslogtreecommitdiff
path: root/test/disabled/run/code.scala
Commit message (Collapse)AuthorAgeFilesLines
* First end-to-end implementation of a runtime re...Martin Odersky2011-10-241-52/+0
| | | | | | First end-to-end implementation of a runtime reflexive compiler that generates and loads bytecodes. Review by szeiger.
* Disabled failing "code" test.Paul Phillips2011-10-211-0/+52
| | | | | | | This has been failing the Xcheckinit build for weeks and is now failing the regular build too. I'm checking in some hairy stuff and I'd like to make a good impression on it. Review by odersky.
* Following Paul's detective work, fixed Java cla...Martin Odersky2011-09-291-52/+0
| | | | | | Following Paul's detective work, fixed Java class loading in reflection. Moved test code.scala into checkin build. Yay!
* Adding latest failures to code.scala test.Martin Odersky2011-09-281-2/+10
|
* Added Paul's failing scenario to test file.Martin Odersky2011-09-281-1/+12
|
* Correcting resolution of top-level objects in r...Martin Odersky2011-09-271-1/+1
| | | | | Correcting resolution of top-level objects in reflection.
* Added new test file for reification/relfection,...Martin Odersky2011-09-271-0/+33
Added new test file for reification/relfection, which does not work yet under partest, but works when run individually.