aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2005-08-24 08:07:40 +0000
committeraclement <aclement>2005-08-24 08:07:40 +0000
commit02c28e7e1f3c1ad29763ab6822e41ffabbffc347 (patch)
tree6e4e37b610aeb6809929560d4a69f507b0f288de /tests
parentf8ca9028e9993580919f2794875f4e2a531b082c (diff)
downloadaspectj-02c28e7e1f3c1ad29763ab6822e41ffabbffc347.tar.gz
aspectj-02c28e7e1f3c1ad29763ab6822e41ffabbffc347.zip
bridge method tests - commented out right now...
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
index bf2233041..f29231c1d 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
+++ b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
@@ -383,6 +383,7 @@ public class GenericsTests extends XMLBasedAjcTestCase {
// passed in!)
// public void testBinaryWeavingITDs2() {runTest("binary weaving ITDs - 2");}
// public void testBinaryWeavingITDs3() {runTest("binary weaving ITDs - 3");}
+ public void testGenericITFSharingTypeVariable() {runTest("generic intertype field declaration, sharing type variable");}
// general tests ... usually just more complex scenarios
@@ -400,8 +401,19 @@ public class GenericsTests extends XMLBasedAjcTestCase {
public void testAtOverride4() {runTest("atOverride used with ITDs - 4");}
public void testAtOverride5() {runTest("atOverride used with ITDs - 5");}
public void testAtOverride6() {runTest("atOverride used with ITDs - 6");}
+ public void testAtOverride7() {runTest("atOverride used with ITDs - 7");}
+
+
+ // bridge methods
+// public void testITDBridgeMethodsCovariance1() {runTest("bridging with covariance 1 normal");}
+// public void testITDBridgeMethodsCovariance2() {runTest("bridging with covariance 1 itd");}
+// public void testITDBridgeMethodsCovariance3() {runTest("bridging with covariance 1 itd binary weaving");}
+// public void testITDBridgeMethods1Normal() {runTest("basic bridging with type vars - 1 - normal");}
+// public void testITDBridgeMethods1Itd() {runTest("basic bridging with type vars - 1 - itd");}
+// public void testITDBridgeMethods2() {runTest("basic bridging with type vars - 2");}
+// public void testITDBridgeMethodsPr91381() {runTest("Abstract intertype method and covariant returns");}
+
- public void testGenericITFSharingTypeVariable() {runTest("generic intertype field declaration, sharing type variable");}
// ----------------------------------------------------------------------------------------
// generic declare parents tests