summaryrefslogtreecommitdiffstats
path: root/tests/product
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-03-06 01:55:42 +0000
committerwisberg <wisberg>2003-03-06 01:55:42 +0000
commit9715203947675c89bff540ac9cfc9bac1574e0e2 (patch)
tree1ae37d3c253c618406375c15be789f88a111fff6 /tests/product
parent0930a8d39159023dd70f6703fad5b52f4ab06bb9 (diff)
downloadaspectj-9715203947675c89bff540ac9cfc9bac1574e0e2.tar.gz
aspectj-9715203947675c89bff540ac9cfc9bac1574e0e2.zip
warnings on stale but good product tests
Diffstat (limited to 'tests/product')
-rw-r--r--tests/product/index.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/product/index.txt b/tests/product/index.txt
index a723531cc..678e3999a 100644
--- a/tests/product/index.txt
+++ b/tests/product/index.txt
@@ -1,3 +1,4 @@
+WARNING: these product tests have not been used since AspectJ 1.0.
This directory is for "product" tests, which validate the product as delivered
to users, i.e., as installed from an installer in relevant combinations. This
@@ -57,3 +58,30 @@ cd ../aj-build/temp/aspectj{version}/product-test-output/ajx-output
- file differencer on all packages after install
- source-build tests
- file differencer as regression test for emitted output
+
+-------- updates needed for 1.1
+- change licenses in scripts to CPL
+- reintegrate comparefiles (see aspectj-attic?)
+-
+-------- tests needed for 1.1
+- version checking
+ - warn when no aspectjrt.jar on classpath.
+ - warn when bad aspectjrt.jar on classpath
+ - warn when aspectjrt.jar on classpath has the wrong version number
+ - no exception printed for any warning
+ - no warning when correct aspectjrt.jar on classpath
+ (ant doc/examples/build.xml)
+
+---- ajbrowser command-line
+- ajbrowser on no arguments or only .lst args
+- compiler on arguments other than .lst
+- compiler help on -help (confusing)
+
+---- compiler command-line
+- sources
+- binary
+ [injars|not] X [aspectpath|not] X [sources|not]
+
+---- ant tasks
+- all compiler variants
+- \ No newline at end of file