aboutsummaryrefslogtreecommitdiffstats
path: root/tests/harness
Commit message (Collapse)AuthorAgeFilesLines
* Add Java23 supportAndrew Clement2025-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The huge change with adopting Java23 is that 1.1 > 1.7 Java are now considered unsupported by Eclipse JDT, so the many thousands of tests we have that were specifying java versions lower than 1.8 were all failing with an unsupported version error. All those tests have had their versions bumped to 1.8.

That is why this commit includes so many changes. For example where we were specifying 1.5 - which was the case for many many generics/annotations tests, that is now 1.8. Also, some tests have been deleted because they make no sense now (verifying expected errors on Java 1.4 for example, errors that just can’t happen with minimum Java level 1.8). The biggest impact to tests was when bumping above 1.4 compliance suddenly there were 100s of adviceDidNotMatch messages. Some of these messages were actual indications of bad expectations in the test but many of them were just to-be-expected and were fixed either via an -Xlint:ignore option in the test spec or a SuppressAjWarnings in the test source.

One or two tests actually revealed real bugs that just didn’t surface with lower level java versions specified. A bare minimum of real Java 23 tests have been added just to get this sanity tested and committed. More would ideally be added. Other notable changes due to Eclipse JDT changes: org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/*.java Changes in here because there are now more validations on the code generator methods we were calling. Now you can’t start manipulating variables without having declared them as proper local variables, so those extra calls to define them have been added.
 org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom With needing to bump up the java versions, these classes had to be brought up to date with AST.JLS20 rather than only supporting versions 2/3. This was mostly copying patterns for the Eclipse classes.


* Improve SystemPropertiesTestAlexander Kriegisch2023-06-241-5/+3
| | | | | | | | | | - Fix quotation error in console output - Throw RuntimeException instead of Error. Maybe this helps to avoid the prominent error message listing in the GitHub build log, which always looks like something bad happened, even though it is simply an expected error. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-041-16/+16
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* update license to EPLacolyer2006-06-011-2/+2
|
* tests and fix for pr99136 (dup adviceDidNotMatch warnings), plus extended ↵acolyer2005-09-021-0/+6
| | | | testing for pr105479
* update to binary format as part of generics workacolyer2005-06-093-0/+0
|
* pure binary weaving examplewisberg2005-05-203-1/+28
|
* harness LTW support - untestedwisberg2005-05-121-0/+14
|
* updated binary formacolyer2004-12-091-0/+0
|
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-061-0/+0
|
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-062-0/+0
|
* set static variable to avoid reading value set by other testswisberg2004-10-141-0/+3
|
* aspectpath weave tests - disabled pending weaveinfo suppressionwisberg2004-10-062-0/+14
|
* tests for new java run fork attributeswisberg2004-10-061-0/+15
|
* dir-changes testswisberg2004-03-316-0/+59
|
* -xlintfile option support in the harness, and testswisberg2004-03-083-0/+22
|
* harness tests for extra source locations and detailswisberg2004-01-091-0/+16
|
* inpath supportwisberg2003-12-157-0/+62
|
* tests harness' handling of code calling System.exitwisberg2003-05-311-0/+16
|
* neglected sourcewisberg2003-05-271-0/+11
|
* test checks that setting warn:constructorName workswisberg2003-05-271-0/+9
|
* test data upgrades for adding new command-line error testswisberg2003-05-141-0/+0
|
* harness tests upgraded to avoid tests that rely on multiple error messages wisberg2003-03-105-4/+71
| | | | and to add coverage for sourceroot tests
* two harness test cases, for classpath (jar and dir) wisberg2003-01-0610-0/+165
| | | | | | | | and aspectpath. Binaries are checked in, as are binary sources and a build script. Test specifications are in tests/ajcHarnessTests.xml. (also checked in) with the build script
* initial versions (neglected .lst files)wisberg2002-12-303-0/+4
|
* initial versionwisberg2002-12-1614-0/+257