summaryrefslogtreecommitdiff
path: root/test/files/specialized/test.scala
Commit message (Collapse)AuthorAgeFilesLines
* Always forget that checking system properties c...Paul Phillips2011-03-171-6/+5
| | | | | | | | | Always forget that checking system properties causes exceptions in applets and such. Made the system property wrapper wrap its access checks in some more wrapping. I spent a long time trying to write a test for the security manager but it's hopeless without knowing all the details of the test environment. Closes #4346, no review.
* Added 'specialized' tests.Aleksandar Pokopec2011-01-171-0/+10
Added a new test group - specialized. Modified partest to add a jar with instrumented classes to classpath when compiling and running tests. Added a primary version of the instrumented BoxesRuntime, and a script to produce a jar for it. Added the 'speclib' folder to partest files, which contains the jar with the instrumented classes. Review by dragos.