From: aclement Date: Wed, 7 Jun 2006 08:26:55 +0000 (+0000) Subject: testcode for 145391,145693 X-Git-Tag: V1_5_2rc1~62 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c3898d9b4eb958e58741fbd31a5c85c16ae5ddd2;p=aspectj.git testcode for 145391,145693 --- diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java index 0500cf757..bf333308e 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java @@ -24,7 +24,10 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase { - //public void testBrokenIfArgsCflowAtAj_pr145018() { runTest("ataj crashing with cflow, if and args");} +// public void testverifyErrNoTypeCflowField_pr145693() {runTest("verifyErrNoTypeCflowField");} +// 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 testNoUnnecessaryDeclarationOfThrownExcp_pr129282_1() {runTest("no unnecessary declaration of thrown exception warning - 1");} public void testNoUnnecessaryDeclarationOfThrownExcp_pr129282_2() {runTest("no unnecessary declaration of thrown exception warning - 2");} public void testNoUnnecessaryDeclarationOfThrownExcp_pr129282_3() {runTest("no unnecessary declaration of thrown exception warning - 3");} diff --git a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml index 54718c6c5..ad6ef906f 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml +++ b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml @@ -78,7 +78,23 @@ + + + + + + + + + + + + + + + +