summaryrefslogtreecommitdiff
path: root/test/files/presentation
Commit message (Collapse)AuthorAgeFilesLines
...
* Long overdue rehaul of presentation compiler te...Iulian Dragos2011-03-012-15/+24
| | | | | | | | | | | | | | | | | Long overdue rehaul of presentation compiler tests. Added support for options file, and switched simple-tests to use the STARR library on the test classpath. Put any options you need passed to the presentation compiler in a file with the same name as the test, ending in '.opts'. Currently it's used to set the -bootclasspath for simple-tests. Check the contents of simple-tests.opts for all the options. IMPORTANT: when committing a new STARR, you need to check this test. Most likely, you *will* break it otherwise. review by extempore
* Fixing yon broken test.Paul Phillips2011-02-231-1/+2
| | | | | (only to make you aware of the commit message in r24263.)
* Changes to startup.Paul Phillips2011-02-221-4/+8
| | | | | | | | | | | | | | default. The -toolcp option now works. -D and -J options are passed as arguments to the runner program as well as to the underlying JVM, because they may be needed for such things as fsc talking to a server compiler. Added a new Settings type for -D and -J options. Deleted some dead settings code. There are dummy settings for -toolcp and -nobootcp so they can be seen in the help output, which needs a big cleanup. No review.
* Added new setting -Ygen-javap, which takes a di...Paul Phillips2011-02-141-1/+2
| | | | | | | | Added new setting -Ygen-javap, which takes a directory as an argument and generates javap output for every generated classfile. There is still a lot of noise in a diff: still todo is postprocessing the output to remove diff-noise-generating numbers and such. No review.
* Created invisible setting to expose empty packa...Paul Phillips2011-02-101-2/+5
| | | | | | | | | Created invisible setting to expose empty package members outside of the empty package, so the repl can use packages without going blind to the empty package. This commit also eliminates a deadlock which hits when the compiler starts logging before a lazy val has pulled its head from the noose. Closes #4228, review by odersky.
* In support of project "A Better IDE...Paul Phillips2011-02-104-0/+605
| | | | | | | | | | | | | | | | reinstate the disabled test. COMMITTERS: the test is very fragile. If you don't run the whole test suite (it's the very last one which runs!) then you broke the build. Upon your toes you should be. For anyone unaware, test/partest --update-check path/to/test will magically pass any test and update the checkfile to resemble whatever output it just produced. Incautious use of this feature may negatively impact the mood of certain extempores. No review.
* After seeing the 481 line diff I had to apply t...Paul Phillips2011-02-104-616/+0
| | | | | | | | | | After seeing the 481 line diff I had to apply to bring the checkfile up to date, I concluded this test cannot be in the general pool: this is the third build break in the last few days, because it changes output like some people change socks. (Hygenic people.) Sorry to move it to disabled iulian, but I don't know what else to do with it on short notice. Review by dragos.
* Fixed failing test. no reviewHubert Plociniczak2011-02-081-2/+3
|
* Fix for failing test.Paul Phillips2011-02-061-1/+2
| | | | | | anything fail. This test might be a bit overly output-sensitive to be in the general pool... no review.
* Switched back to StoreReporter for presentation...Iulian Dragos2011-02-034-0/+614
| | | | | | | | Switched back to StoreReporter for presentation compiler tests. This eats up error messages, but if the output is correct we don't mind a spurious error here and there. Renabled simple presentation compiler tests. no review.
* Forgot to commit the updated tests in my previo...Iulian Dragos2011-01-282-3/+0
| | | | | Forgot to commit the updated tests in my previous commit. no review.
* Re-enabled one presentation compiler test.Iulian Dragos2011-01-273-0/+95
|
* Disabled presentation compiler tests.Iulian Dragos2011-01-267-495/+0
|
* One last attempt at getting the presentation co...Iulian Dragos2011-01-262-3/+4
| | | | | | One last attempt at getting the presentation compiler pass some tests. no review.
* Skip getClass (signature changes between JDK 1....Iulian Dragos2011-01-254-13/+16
| | | | | | | | Skip getClass (signature changes between JDK 1.5 and 1.6) and resolve encoding issue of unicode method name. Disabled part of a test that was not handled correctly by the presentation compiler (yet). Added correct encoding for the presentation compiler test. no review.
* Stripped one more embarrasing absolute path fro...Iulian Dragos2011-01-251-2/+2
| | | | | Stripped one more embarrasing absolute path from test output. no review.
* Increased the timeout for presentation compiler...Iulian Dragos2011-01-241-3/+3
| | | | | | Increased the timeout for presentation compiler tests and stripped aboslute paths from the check file. no review.
* Added presentation compiler tests.Iulian Dragos2011-01-246-0/+491