From: aclement Date: Tue, 27 Jan 2009 02:41:20 +0000 (+0000) Subject: 246393: new compiler build X-Git-Tag: pre268419~204 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=671bafd7b5e584d96a44d4f35059ec9046c1a4f7;p=aspectj.git 246393: new compiler build --- diff --git a/tests/bugs164/pr246393/D.java b/tests/bugs164/pr246393/D.java new file mode 100644 index 000000000..1b2e09975 --- /dev/null +++ b/tests/bugs164/pr246393/D.java @@ -0,0 +1,12 @@ +import java.io.*; +package snippet; + +public class D { + public static String readContent(InputStream is) { + try { + } catch (IOException ioe) { + ioe.printStackTrace(); + } + } +} + diff --git a/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java b/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java index 43304153e..ce720e872 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java @@ -18,6 +18,15 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc164Tests extends org.aspectj.testing.XMLBasedAjcTestCase { + public void testRogueErrors_pr246393_1() { + runTest("rogue errors - 1"); + } + +// public void testNameClash_pr262257() { +// runTest("name clash"); +// fail("incomplete"); +// } + public void testCompilingSpring_pr260384() { runTest("compiling spring"); } @@ -25,15 +34,15 @@ public class Ajc164Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testCompilingSpring_pr260384_2() { runTest("compiling spring - 2"); } - + public void testCompilingSpring_pr260384_3() { runTest("compiling spring - 3"); } - + public void testCompilingSpring_pr260384_4() { runTest("compiling spring - 4"); } - + public void testAtAspectJDecp_pr164016() { runTest("ataspectj decp 164016"); } diff --git a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml index 768c30d1f..bfdfada63 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml +++ b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml @@ -2,6 +2,17 @@ + + + + + + + + + + +