From 5034251ef94927ce003fa1bfac0c9471c472eb1d Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 16 Dec 2011 00:03:04 +0000 Subject: per clause tests for stack map generation --- .../org/aspectj/systemtest/ajc170/Ajc170Tests.java | 16 ++++++++++++++++ tests/src/org/aspectj/systemtest/ajc170/ajc170.xml | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+) (limited to 'tests') diff --git a/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java b/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java index e065a4716..813d8444b 100644 --- a/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java @@ -21,6 +21,22 @@ import org.aspectj.testing.XMLBasedAjcTestCase; */ public class Ajc170Tests extends org.aspectj.testing.XMLBasedAjcTestCase { + public void testPerThis() { + runTest("perthis"); + } + + public void testPerTarget() { + runTest("pertarget"); + } + + public void testPerCflow() { + runTest("percflow"); + } + + public void testPerTypeWithin() { + runTest("pertypewithin"); + } + // not specifying -1.7 public void testDiamond1() { runTest("diamond 1"); diff --git a/tests/src/org/aspectj/systemtest/ajc170/ajc170.xml b/tests/src/org/aspectj/systemtest/ajc170/ajc170.xml index 2b775c154..816ea2fee 100644 --- a/tests/src/org/aspectj/systemtest/ajc170/ajc170.xml +++ b/tests/src/org/aspectj/systemtest/ajc170/ajc170.xml @@ -2,6 +2,26 @@ + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3