From cffe291340c69186f6a5c986adbecf02038ba590 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 29 Oct 2008 19:08:05 +0000 Subject: [PATCH] 249710: test --- tests/bugs163/pr249710/Foo.java | 3 +++ tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java | 8 ++++---- tests/src/org/aspectj/systemtest/ajc163/ajc163.xml | 5 +++++ 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 tests/bugs163/pr249710/Foo.java 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 @@ + + + + + -- 2.39.5