aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-05-27 17:02:36 +0000
committerjhugunin <jhugunin>2003-05-27 17:02:36 +0000
commitc6aba460751865ecfe1ccc2bcbd983f96fd745fa (patch)
tree881a5670ffb328ff3f314f99f0b7480ed1a3a831 /tests/ajcTestsFailing.xml
parent34e71349683a530fecee85d36bb3107f9e3eb20c (diff)
downloadaspectj-c6aba460751865ecfe1ccc2bcbd983f96fd745fa.tar.gz
aspectj-c6aba460751865ecfe1ccc2bcbd983f96fd745fa.zip
moved knownLimitations from ajcTestsFailing to ajcTests and labeled with keyword
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 260581ad4..7a4785eda 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -20,40 +20,6 @@
before main packageOne.Main"/>
</ajc-test>
- <ajc-test dir="new/binaryWarnings/src" pr="37020"
- title="declare warnings on main - constructor execution">
- <compile files="aspects/ConstructorExecutionWarning.java,app/Main.java">
- <message kind="warning" file="app/Main.java"
- line="23" text="execution(Main.new())"/>
- </compile>
- <run class="app.Main"/>
- </ajc-test>
-
- <ajc-test dir="new/binaryWarnings/src" pr="37020"
- title="declare warnings on binary javac 1.4 main - constructor execution">
- <compile files="aspects/ConstructorExecutionWarning.java,../injars/app-javac-1.4.jar">
- <message kind="warning" file="app/Main.java"
- line="23" text="execution(Main.new())"/>
- </compile>
- <run class="app.Main"/>
- </ajc-test>
- <ajc-test dir="new/binaryWarnings/src" pr="37020"
- title="declare warnings on binary ajc 1.1 main - constructor execution">
- <compile files="aspects/ConstructorExecutionWarning.java,../injars/app-ajc-1.1.jar">
- <message kind="warning" file="app/Main.java"
- line="23" text="execution(Main.new())"/>
- </compile>
- <run class="app.Main"/>
- </ajc-test>
-
- <ajc-test dir="bugs/handlers" pr="37898"
- title="advice on handler join points should not throw unpermitted checked exceptions">
- <compile files="ExceptionCheckCE.java">
- <message kind="warning" line="8" text="expected"/>
- <message kind="error" line="25" text="throw checked exception" />
- <message kind="error" line="8" text="throw checked exception" />
- </compile>
- </ajc-test>
</suite>