mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent
Rewrote sjavac include/exclude pattern handling. Reviewed-by: jlahoda
This commit is contained in:
parent
180c59d147
commit
b345518d32
17 changed files with 462 additions and 522 deletions
|
@ -47,8 +47,8 @@ public class CompileWithAtFile extends SJavacTester {
|
|||
|
||||
void test() throws Exception {
|
||||
tb.writeFile(GENSRC.resolve("list.txt"),
|
||||
"-if */alfa/omega/A.java\n" +
|
||||
"-if */beta/B.java\n" +
|
||||
"-i alfa/omega/A.java\n" +
|
||||
"-i beta/B.java\n" +
|
||||
GENSRC + "\n" +
|
||||
"-d " + BIN + "\n" +
|
||||
"--state-dir=" + BIN + "\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue