diff options
author | wisberg <wisberg> | 2003-10-31 03:52:11 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-10-31 03:52:11 +0000 |
commit | 4c6000abf30422a66853138395baff77f4e5386a (patch) | |
tree | 638c02d440ba560357fc20cee808071c49799c15 /tests/ajcTestsFailing.xml | |
parent | d8d01e83e3f1a618b5e79e3311d6a47bb842aea0 (diff) | |
download | aspectj-4c6000abf30422a66853138395baff77f4e5386a.tar.gz aspectj-4c6000abf30422a66853138395baff77f4e5386a.zip |
@testcase PR#42574 ZIP and JAR extensions in classpath and extdirs
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 933125dbe..adbb91c54 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -4,7 +4,25 @@ <!-- contains valid tests that the compiler has never passed --> <suite> - + + <ajc-test dir="bugs/extdirs" + pr="42574" + title="ZIP and JAR suffixes for classpath entries"> + <compile + argfiles="extdirs-src/main/main.lst" + classpath="dir-1/util-1.JAR,dir-2/util-2.ZIP"/> + <run class="Main"/> + </ajc-test> + + <ajc-test dir="bugs/extdirs" + pr="42574" + title="ZIP and JAR suffixes for extdirs entries"> + <compile + argfiles="extdirs-src/main/main.lst" + extdirs="dir-1,dir-2"/> + <run class="Main"/> + </ajc-test> + <ajc-test dir="bugs/privilege" title="omnibus privileged access" comment="from mail ~Problem with interfaces...~; add pr when bug submitted" |