summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/src/org/aspectj/systemtest/ajc180/Ajc180Tests.java4
-rw-r--r--tests/src/org/aspectj/systemtest/ajc180/ajc180.xml6
2 files changed, 1 insertions, 9 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc180/Ajc180Tests.java b/tests/src/org/aspectj/systemtest/ajc180/Ajc180Tests.java
index d4231d369..24a05d4c5 100644
--- a/tests/src/org/aspectj/systemtest/ajc180/Ajc180Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc180/Ajc180Tests.java
@@ -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");
}
diff --git a/tests/src/org/aspectj/systemtest/ajc180/ajc180.xml b/tests/src/org/aspectj/systemtest/ajc180/ajc180.xml
index 5b7ba57a7..f69d97e7c 100644
--- a/tests/src/org/aspectj/systemtest/ajc180/ajc180.xml
+++ b/tests/src/org/aspectj/systemtest/ajc180/ajc180.xml
@@ -17,11 +17,7 @@
<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>