]> source.dussan.org Git - aspectj.git/commitdiff
tidying up tests BETA_JAVA8 V1_8_0
authorAndy Clement <aclement@gopivotal.com>
Thu, 17 Apr 2014 20:03:57 +0000 (13:03 -0700)
committerAndy Clement <aclement@gopivotal.com>
Thu, 17 Apr 2014 20:03:57 +0000 (13:03 -0700)
tests/src/org/aspectj/systemtest/ajc180/Ajc180Tests.java
tests/src/org/aspectj/systemtest/ajc180/ajc180.xml

index d4231d3698a0bfd04840519726ba04d484dd6984..24a05d4c55e8f42a1cce46d64c472b052ea2fa76 100644 (file)
@@ -29,10 +29,6 @@ public class Ajc180Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
                runTest("stackmapframe");
        }
        
-       public void testStackOverflow_432608() {
-               runTest("stackoverflow");
-       }
-       
        public void testThisJoinPointNotInitialized_431976() {
                runTest("thisJoinPoint not initialized");
        }
index 5b7ba57a7d5814fda797ef522a1ee2543322f40c..f69d97e7c47e60b55ffad5795303d0422f8760f7 100644 (file)
                <compile options="-1.8" files="Code.java"/>
                <run class="Code"/>
        </ajc-test>
-
-       <ajc-test dir="bugs180/pr432608" title="stackoverflow">
-               <compile options="-1.8" files="AbstractControlPoint.java"/>
-       </ajc-test>
-
+       
        <ajc-test dir="bugs180/pr431976" title="thisJoinPoint not initialized">
                <compile options="-1.8" files="Code.java"/>
        </ajc-test>