From 8ec833146a26d4952177d8dd7bc368da583b5c8b Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 1 Dec 2005 12:06:00 +0000 Subject: [PATCH] tests for 118599 --- .../systemtest/ajc150/Ajc150Tests.java | 4 +++ .../org/aspectj/systemtest/ajc150/ajc150.xml | 33 +++++++++++++++++-- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java index b7113cd44..8e22e8ed3 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java @@ -51,6 +51,8 @@ public class Ajc150Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testGeneratingCodeForAnOldRuntime_pr116679_1() { runTest("generating code for a 1.2.1 runtime - 1");} public void testGeneratingCodeForAnOldRuntime_pr116679_2() { runTest("generating code for a 1.2.1 runtime - 2");} + public void testAmbiguousMethod_pr118599_1() { runTest("ambiguous method when binary weaving - 1");} + public void testAmbiguousMethod_pr118599_2() { runTest("ambiguous method when binary weaving - 2");} public void testAtDeclareParents_pr117681() { runTest("at declare parents");} public void testPrivilegeProblem_pr87525() { runTest("privilege problem with switch");} public void testGenericAspects_pr115237() { runTest("aspectOf and generic aspects");} @@ -81,6 +83,8 @@ public class Ajc150Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testVarargsITD_pr110906() { runTest("ITD varargs problem");} public void testBadRenderer_pr86903() { runTest("bcelrenderer bad");} +// public void testIllegalInitialization_pr118326_1() { runTest("illegal initialization - 1");} +// public void testIllegalInitialization_pr118326_2() { runTest("illegal initialization - 2");} public void testLintForAdviceSorting_pr111667() { runTest("lint for advice sorting");} public void testIncompatibleClassChangeError_pr113630_1() {runTest("IncompatibleClassChangeError - errorscenario");} diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index 1b24aa992..bdad37215 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -63,8 +63,19 @@ + + + + + + + + + + + @@ -85,13 +96,28 @@ - + + + + + + + + + + + + + + + + @@ -118,7 +144,7 @@ - + @@ -128,7 +154,8 @@ - + + -- 2.39.5