summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000469/Runner.scala
Commit message (Collapse)AuthorAgeFilesLines
* Enhanced presentation compiler test infrastructureMirco Dotta2012-07-051-3/+1
| | | | | | | | | | * Removed unneeded .flags. * Renamed a few methods in `InteractiveTest`. * Force the presentation compiler to shut down after each test. * -sourcepath in the .flags file is now relative to the test's base directory. * Use `InteractiveReporter` in Presentation Compiler tests. By using the `InteractiveReporter`, compilation errors are collected in the compilation unit. This was necessary for testing SI-5975.
* Major rewrite of the testing infrastructure for...Micro Dotta2011-08-171-0/+5
Major rewrite of the testing infrastructure for the presentation compiler. Added several new tests that will be part of the nightly build. Once the move to SBT is completed I will look into how to extract the test infrastructure (as it should really not be living in the compiler codebase). Review by dragos