summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Clement <aclement@gopivotal.com>2014-04-17 13:03:57 -0700
committerAndy Clement <aclement@gopivotal.com>2014-04-17 13:03:57 -0700
commit5a5bef1efd1026ee508fddff9be0632af68ba984 (patch)
tree2c0db9d580a2eecfdb2071c21ca3de9ec307a7e3
parent6771f63f1606120095057ee17f5dbc8110665640 (diff)
downloadaspectj-5a5bef1efd1026ee508fddff9be0632af68ba984.tar.gz
aspectj-5a5bef1efd1026ee508fddff9be0632af68ba984.zip
tidying up testsV1_8_0BETA_JAVA8
-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>