From 395cf569c1e790061db435be7209ee03f3ee82c6 Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 30 Sep 2005 12:25:23 +0000 Subject: bugs bugs bugs: testcases for things on my list. --- .../org/aspectj/systemtest/ajc150/Ajc150Tests.java | 9 +++++++- tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | 25 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java index 8dcaa3d38..f0e767625 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java @@ -35,7 +35,14 @@ public class Ajc150Tests extends org.aspectj.testing.XMLBasedAjcTestCase { protected File getSpecFile() { return new File("../tests/src/org/aspectj/systemtest/ajc150/ajc150.xml"); } - + /* + Andys bug area - enter at your own risk... + public void testBrokenDispatchByITD_pr72834() { runTest("broken dispatch");} + public void testMissingAccessor_pr73856() { runTest("missing accessor");} + public void testCantCallSuperMethods_pr90143() { runTest("cant call super methods");} + public void testCunningDeclareParents_pr92311() { runTest("cunning declare parents");} + public void testGenericITDsAndAbstractMethodError_pr102357() { runTest("generic itds and abstract method error");} + */ public void testBadDecp_pr110788_1() { runTest("bad generic decp - 1");} public void testBadDecp_pr110788_2() { runTest("bad generic decp - 2");} public void testBadDecp_pr110788_3() { runTest("bad generic decp - 3");} diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index ad7ed2fbf..c909bb204 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -4860,4 +4860,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3