From: aclement Date: Thu, 19 Feb 2009 21:13:47 +0000 (+0000) Subject: 148508, 265418: tests and fixes: array and varargs subtype patterns X-Git-Tag: pre268419~91 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=57dbf696735070a818bf33bf5b7e8e51a5f0ba5c;p=aspectj.git 148508, 265418: tests and fixes: array and varargs subtype patterns --- diff --git a/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java b/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java index a8f7b32c7..2351c665f 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java @@ -32,10 +32,18 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc164Tests extends org.aspectj.testing.XMLBasedAjcTestCase { + public void testParserProblemSubArrayPatterns_pr148508() { + runTest("parser problem for array subtypes"); + } + + public void testVarargs_pr265418() { + runTest("varargs"); + } + public void testIncorrectDateResolution_pr265360() { runTest("incorrect resolution of Date"); } - + public void testDualPreClinit_pr233032() { runTest("dual preClinit"); } diff --git a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml index 68e2125b7..9dbe25479 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml +++ b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml @@ -2,13 +2,34 @@ + + + + + + + + + + + + + + + + + + + + + - +