diff options
author | jhugunin <jhugunin> | 2003-01-07 20:49:38 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-07 20:49:38 +0000 |
commit | 1e721079e0cec90516b4629272c178ff377ec75b (patch) | |
tree | 4461efd429afe8ea0e319a5d028010d789b787c9 /tests/ajcTests.xml | |
parent | 2b680c46c54d8d5c3069b29686282d7fff720b1c (diff) | |
download | aspectj-1e721079e0cec90516b4629272c178ff377ec75b.tar.gz aspectj-1e721079e0cec90516b4629272c178ff377ec75b.zip |
tests from bugzilla
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 5b6c70d8f..b5d9a0362 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -5432,4 +5432,20 @@ </compile> </ajc-test> + <ajc-test dir="bugs" pr="28702" title="percflow code hangs compiler"> + <compile files="CloseConnectionsCflow.java"> + </compile> + </ajc-test> + + <ajc-test dir="bugs" pr="28703" title="assert and pertarget crashes compiler"> + <compile files="EnsureOverriding.java" options="-1.4"/> + <run class="EnsureOverriding"/> + </ajc-test> + + <ajc-test dir="bugs" pr="28852" + title="Verification error tracing constructor that takes arguments"> + <compile files="ConstructorArgTracing.java"/> + <run class="ConstructorArgTracing"/> + </ajc-test> + </suite> |