forked from eclipse-jdt/eclipse.jdt.core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix new failure in run.javac comparison from verifyClassFile()
+ systematic handling of directories in AbstractModuleCompilationTests - no more ad-hoc use of 'javac' path segment - no longer pass 'output' parameter from individual tests + generally let ecj compile from 'src' to 'bin' + generally let javac compile from 'src' to 'javac' + when walking output files don't delete (for later inspection) + map ecj-output paths to expected javac-output paths - soften output when javac creates fewer classfiles in negative tests + support verifying classfiles from both compilers
- Loading branch information
1 parent
7412090
commit 4b78994
Showing
4 changed files
with
203 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.