aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-05-27 17:47:05 +0000
committerwisberg <wisberg>2003-05-27 17:47:05 +0000
commitb8f6c48800b7dfb6b2da0fb61a9f6b721b20fe64 (patch)
tree04d7247992b175ebdc081730e529ef37875f0c5c /tests/ajcTestsFailing.xml
parentc509c6f751a553cc85d0210a408681f4f3ae05cb (diff)
downloadaspectj-b8f6c48800b7dfb6b2da0fb61a9f6b721b20fe64.tar.gz
aspectj-b8f6c48800b7dfb6b2da0fb61a9f6b721b20fe64.zip
moved tests to ajcTests.xml as passing or knownLimitation
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 7a4785eda..50d4ab090 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -3,23 +3,5 @@
<!-- contains valid tests that the compiler has never passed -->
<suite>
- <ajc-test dir="incremental/stringliteral"
- keywords="incremental-test"
- comment="compare known limitation in injars form; also fails inconsistently?"
- title="incrementally change only string literal, still expect advice">
- <compile staging="true" options="-incremental"
- sourceroots="src"/>
- <run class="packageOne.Main"
- options="in packageOne.Main.main(..),
- before main packageOne.Main"/>
- <inc-compile tag="20">
- <dir-changes updated="packageOne.Main"/>
- </inc-compile>
- <run class="packageOne.Main"
- options="in longer packageOne.Main.main(..),
- before main packageOne.Main"/>
- </ajc-test>
-
-
</suite>