aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix some deprecated Java and JUnit warnings by using newer API callsAlexander Kriegisch2021-03-213-3/+3
* Add Java 16 test suite for AspectJ 1.9.7 + test refactoringsAlexander Kriegisch2021-03-219-110/+275
* Remove module 'run-all-junit-tests' from root POM -> speed up the buildAlexander Kriegisch2021-03-211-1/+1
* Fix MultiProjectIncrementalTests.testInvalidAspectpath_pr121395Alexander Kriegisch2021-03-201-1/+8
* Fix tests expecting usage texts as failure outputsAlexander Kriegisch2021-03-202-207/+201
* Fix test relying on JVM warning being stripped from outputAlexander Kriegisch2021-03-201-10/+9
* Add Java 15 / AspectJ 1.9.7 test suiteAlexander Kriegisch2021-03-1717-17/+490
* Add 'yield' usage to Java 12/13 switch expressions testsAlexander Kriegisch2021-03-173-19/+28
* Do not run tests using Java 14 preview features on this Java 15 compilerAlexander Kriegisch2021-03-171-0/+3
* Restructure Java 14 / AJ 1.9.6 testsAlexander Kriegisch2021-03-178-9/+10
* Upgrade to ASM 9.1, delete obsolete ASM binariesAlexander Kriegisch2021-03-161-1/+1
* Simplify execution of PureJavaTests and KnownLimitationsTestsAlexander Kriegisch2021-03-146-2242/+2229
* Fix outdated ajcTestSuite.dtd and lots of XML problemsAlexander Kriegisch2021-03-1414-314/+368
* Make sure Java 14-only tests using preview are not executed on JVM 15+Alexander Kriegisch2021-03-144-57/+89
* Improve text matching in OutputSpec, fixing some failing Windows testsAlexander Kriegisch2021-03-142-2/+2
* Fix 'ajdoc' tests for Java 15 buildAlexander Kriegisch2021-03-144-150/+150
* Add missing '-options' values -1.5, -1.9 to ajc{150,190_from150}.xmlAlexander Kriegisch2021-03-122-549/+427
* Replace path separators ';' by ',' in XML test specsAlexander Kriegisch2021-03-1114-1995/+1995
* Fix MultiProjectIncrementalTests.testAspectPath_pr265693, 2nd tryAlexander Kriegisch2021-03-111-3/+7
* Try to fix MultiProjectIncrementalTests.testAspectPath_pr265693Alexander Kriegisch2021-03-111-1/+1
* Fix path separators in ajc190.xml, make tests run on WindowsAlexander Kriegisch2021-03-111-21/+21
* Fix misplaced or incorrect javadoc tagsJerry James2020-09-142-2/+2
* Revert to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-08-211-1/+1
* 1.9.7 milestone 1 publishedAndy Clement2020-08-211-1/+1
* Merge pull request #10 from larsgrefer/cleanup/pomAndy Clement2020-08-161-1/+0
|\
| * Remove project.parent.relative path as ../pom.xml is already the defaultLars Grefer2020-08-151-1/+0
* | Reduce test output for incremental comp testsAndy Clement2020-08-155-50/+60
* | Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-157-67/+60
|\ \
| * | Reduce test output for incremental comp testsAndy Clement2020-08-155-49/+32
| * | Fix test on J14Andy Clement2020-08-152-18/+28
| |/
* | Weaken Collection declarationsLars Grefer2020-08-153-8/+9
* | Redundant Collection.addAll() callLars Grefer2020-08-151-2/+1
* | Collections.sort() can be replaced with List.sort()Lars Grefer2020-08-151-2/+2
|/
* lets have maven fail if those tests fail...Andy Clement2020-08-1414-14/+1
* Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...Lars Grefer2020-08-145-17/+33
|\
| * Fix up tests and reduce verbosity on J11Andy Clement2020-08-143-15/+22
| * Making tests behave on 11Andy Clement2020-08-133-4/+13
* | Simplify checks for Java 8 to trueLars Grefer2020-08-141-5/+1
* | Remove checks for old Java VersionsLars Grefer2020-08-135-42/+11
|/
* Use the diamond operator where possibleLars Grefer2020-08-139-42/+42
* Unnecessary unboxingLars Grefer2020-08-081-1/+1
* Unnecessary boxingLars Grefer2020-08-081-1/+1
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-0813-40/+39
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-0823-133/+95
* Rev to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-07-221-1/+1
* AspectJ 1.9.6 final bitsV1_9_6Andy Clement2020-07-221-1/+1
* Update ASM and fix packaging for matcher artifactAndy Clement2020-07-171-1/+1
* polish and new test for 550705Andy Clement2020-05-016-11/+59
* 558995 testcodeAndy Clement2020-04-294-0/+221
* Include JDTCore for Java14Andy Clement2020-04-2025-515/+874