From: aclement Date: Wed, 29 Oct 2008 19:08:05 +0000 (+0000) Subject: 249710: test X-Git-Tag: V1_6_3rc1~125 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cffe291340c69186f6a5c986adbecf02038ba590;p=aspectj.git 249710: test --- diff --git a/tests/bugs163/pr249710/Foo.java b/tests/bugs163/pr249710/Foo.java new file mode 100644 index 000000000..16d3ddd69 --- /dev/null +++ b/tests/bugs163/pr249710/Foo.java @@ -0,0 +1,3 @@ + +public aspect Foo perthis(execution(* *(..))) { +} \ No newline at end of file diff --git a/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java b/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java index b707e26b7..7563a372b 100644 --- a/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java @@ -18,14 +18,14 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc163Tests extends org.aspectj.testing.XMLBasedAjcTestCase { + public void testTerminateAfterCompilation_pr249710() { + runTest("terminateAfterCompilation"); + } + public void testItdCCE_pr250091() { runTest("itd cce"); } - // class A from java.net.URLClassLoader@1e4853f extends class java.lang.Object (false) - // class java.lang.ClassNotFoundException from null extends class java.lang.Exception (true) - // class Base from java.net.URLClassLoader@1e4853f extends class java.lang.Object (false) - public void testBreakingRecovery_pr226163() { runTest("breaking recovery"); } diff --git a/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml b/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml index 6b712f489..921444abe 100644 --- a/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml +++ b/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml @@ -19,6 +19,11 @@ + + + + +