summaryrefslogtreecommitdiff
path: root/test/files/neg/javac-error.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7729 Fix broken windows buildSom Snytt2013-08-191-10/+0
| | | | | | | | | | | | | Fixing #ifdiff uncovered a latent bug in partest when it detects paths to normalize in test log output. It would not normalize file separators for test names with non-word characters. This commit normalizes the test name to the ticket number as a workaround until the next partest version is picked up. It also fixes partest in this repo in case we've not yet switched over to the new repo. A separate PR will be submitted to the new repo as necessary.
* SI-6289 Paulptest demonstrating javac errorsSom Snytt2013-04-041-0/+10
This is Paul's test demonstrating that Javac errors are correctly transcribed in the test transcript. A gratuitous Scala class is added to a later round to show that the test halts after the first error. The runner must supply absolute paths to javac so that absolute paths are reported in errors and stripped away by partest. The check file is differentiated for Java 6 and 7, and partest's runner will now post-process the `diff log check` to strip the diff which does not apply.