diff options
author | jhugunin <jhugunin> | 2003-05-21 17:51:06 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-05-21 17:51:06 +0000 |
commit | 2b2c99e671577d96af2ccfb9ade2483dddf582cf (patch) | |
tree | ed90f5a9bb7d2f455e87e43faeedfcb4f04b8560 /tests/ajcTests.xml | |
parent | 2f3821f60a834081dc35ec5f69691a7aff716a80 (diff) | |
download | aspectj-2b2c99e671577d96af2ccfb9ade2483dddf582cf.tar.gz aspectj-2b2c99e671577d96af2ccfb9ade2483dddf582cf.zip |
test for Bugzilla Bug 37758
Weaving rt.jar results in stack overflow
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 7cce70cb9..c33af8951 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6232,12 +6232,17 @@ </compile> <run class="CatchSig"/> </ajc-test> - - + <ajc-test dir="bugs" pr="37304" title="public static fields being ignored"> <compile files="FinalFields.java"/> <run class="FinalFields"/> </ajc-test> + + <ajc-test dir="bugs/lines" pr="37758" + title="Weaving rt.jar results in stack overflow"> + <compile files="A.java,big.jar"/> + <run class="Big"/> + </ajc-test> </suite> |