diff options
author | aclement <aclement> | 2006-07-10 07:51:48 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-07-10 07:51:48 +0000 |
commit | dad5fe881c44e475069d31a00e06da3335e3887e (patch) | |
tree | ed8cfb46b4de056e68e080765ce046675e3c42c9 /tests | |
parent | 0ad3ad91ae096f906b9ca964dd4cd9f1cb526a60 (diff) | |
download | aspectj-dad5fe881c44e475069d31a00e06da3335e3887e.tar.gz aspectj-dad5fe881c44e475069d31a00e06da3335e3887e.zip |
145018: moved 152>153
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java | 1 | ||||
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc152/ajc152.xml | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java index fb56374e4..bf7ae5bce 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java @@ -33,7 +33,6 @@ public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase { // public void testSuperITDExplosion_pr134425() { runTest("super ITDs");} // public void testMisbehavingDeclareAnnotation_pr135865() { runTest("misbehaving declare annotation");} // public void testMisbehavingDeclareAnnotation_pr135865_2() { runTest("misbehaving declare annotation - 2");} -// public void testBrokenIfArgsCflowAtAj_pr145018() { runTest("ataj crashing with cflow, if and args");} // public void testItdCallingGenericMethod_pr145391() { runTest("itd calling generic method");} // public void testItdCallingGenericMethod_pr145391_2() { runTest("itd calling generic method - 2");} // public void testClassCastForInvalidAnnotationValue_pr148537() { runTest("classcast annotation value");} diff --git a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml index 0c4098070..c841d7999 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml +++ b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml @@ -128,15 +128,6 @@ </stderr> </run> </ajc-test> - - <ajc-test dir="bugs152/pr145018" title="ataj crashing with cflow, if and args"> - <compile files="Broken.aj" options="-1.5"/> - <run class="Broken"> - <stderr> - <line text="ahhh"/> - </stderr> - </run> - </ajc-test> <ajc-test dir="bugs152/pr132349" title="ITD on inner type of generic type"> <compile files="TopLevelType.java" options="-1.5"/> |