]> source.dussan.org Git - aspectj.git/commitdiff
145018: moved 152>153
authoraclement <aclement>
Mon, 10 Jul 2006 07:51:48 +0000 (07:51 +0000)
committeraclement <aclement>
Mon, 10 Jul 2006 07:51:48 +0000 (07:51 +0000)
tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
tests/src/org/aspectj/systemtest/ajc152/ajc152.xml

index fb56374e4dfc67674c5350a8299a099d9d73d4b0..bf7ae5bce305da5cbf4346495190e582982fb406 100644 (file)
@@ -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");}
index 0c40980708b587266574eb3a95e7a0fbacfe0043..c841d79999007d39d6b00a01bd86ea2597fef779 100644 (file)
        </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"/>