2543 Commits (ff27a1d81c3e98d11029bfd9f59cf62afb7fdc74)
 

Author SHA1 Message Date
  aclement ff27a1d81c fixing typo 19 years ago
  avasseur b363340ad7 test for if @style - a todo for Adrian 19 years ago
  acolyer e67d945b31 test broken by last commit, fixed by adding lib/out.jar back into classpath for compile 19 years ago
  wisberg 6fb13004dc whoops - removed test target 19 years ago
  wisberg 2cea2f7fb0 ignore local.properties 19 years ago
  wisberg c82d592b40 removing junitModules - use ant test in each module or run-all-junit-tests module 19 years ago
  wisberg 5f42d142da updated tests for revamped module-result builder 19 years ago
  wisberg bdbc4dea8d Now targeting Module results (release, test, release-all, test-all) rather than modules (with variants), since that conflated test and release classes. uptodate check needs work. 19 years ago
  wisberg 0f3b086e25 draft of cruise-control script - untested 19 years ago
  wisberg ef8037126b revamped build scripts using Ant 1.6.3 features. Now using local.properties instead of command-line flags and sharing build-properties.xml. 19 years ago
  wisberg 696e60f8a0 Removing unused build scripts 19 years ago
  wisberg a7233c33de (disabled) convenience flag to defer long tests 19 years ago
  wisberg 857d23c5bc new main for my convenience in testing the testing module 19 years ago
  wisberg cb13375e5c Now delegating to the two roots: AllTests for unit tests, and tests/../TestsModulesTests for compiler tests. 19 years ago
  wisberg 8986e24041 Root of all all (non-compiler) JUnit tests works under 1.3 and 1.5 in Eclipse. 19 years ago
  wisberg 9db52cb41e Module alias does not include compiler tests since tests/ does 19 years ago
  wisberg cb7cd13f82 adding ajdoc and loadtime to run those JUnit tests. Not sure why unable to add AspectJ project org.aspectj.lib. 19 years ago
  wisberg ce2236f048 disabled test that assumes advice between unrelated aspects is ordered. 19 years ago
  wisberg d6657a6ebe These fail and were not included in JUnit suite gather, but are caught up in JUnit pattern gather, so I made them run disabled. 19 years ago
  wisberg a0c7aac5d1 To run compiler tests, just `cd tests; ant test` 19 years ago
  wisberg ab64b605f3 testsrc/TestsModulesTests for consistency. Now to run compiler tests, just `cd tests; ant test` 19 years ago
  wisberg 28f118f040 More aspectjrt.jar finder fixes 19 years ago
  wisberg 117f9d3a07 package roll-up, mainly for Ant JUnit gather 19 years ago
  wisberg 333fa6c9a2 Adding aspectjrt.jar to classpath when n/a to avoid brittle error-checking tests failing when it is not available. Correct? 19 years ago
  wisberg 678c462571 use suite() for new package tests 19 years ago
  wisberg 9bbeed8c1e JRE15_SRC variable to build 1.5 modules when defaulting to 1.3 VM's 19 years ago
  wisberg 07b62e63fa path-handling audit - mainly TODO, but some fixes/finders 19 years ago
  wisberg 1ddbc85b27 Package Tests file, aspectjrt.jar finder 19 years ago
  wisberg f65bc76fdf Java 5 guard to permit running in 1.3 19 years ago
  wisberg 0c4e822ebe Skipping long test of rarely-changed code 19 years ago
  wisberg 0d26e37ceb placeholder JUnit tests, aspectjrt.jar finder, Java 5 tester 19 years ago
  wisberg d851660694 getBestFile(String[]) 19 years ago
  wisberg ec99a1f3fe revamped builder 19 years ago
  wisberg e4d530936d defining aspectj.modules.dir before import 19 years ago
  wisberg 944c8052d1 revamped javadoc - separated runtime and weaver, handling offline execution 19 years ago
  wisberg 747a6e82fe updated for new build/build.xml instead of build/build-master.xml 19 years ago
  avasseur 4f1ce6df3b @style if support, parser support for if() / if(true)/ if(false) [might lead to issue with code style to allow "if()" ) 19 years ago
  aclement 6ba1097458 Tests for 98901: annotation copying on public ITDs 19 years ago
  aclement 58e58e1e2c minor update... 19 years ago
  aclement 57e97a0d14 Tests and fixes for 98901: annotation copying on public ITDs 19 years ago
  aclement 9e8ff934c4 Tests for 98901: annotation copying on public ITDs 19 years ago
  aclement d69548ecc1 Upgraded BCEL annotation support - can now get an immutable form of annotation (type Annotation) from the mutable form (type AnnotationGen). Required when copying annotations between class files. 19 years ago
  aclement 2b51cc1b6e Two more generics testcases working. 19 years ago
  aclement afa05c24d3 Upgraded BCEL annotation support - can now get an immutable form of annotation (type Annotation) from the mutable form (type AnnotationGen). Required when copying annotations between class files. 19 years ago
  aclement f747b829d0 tests for pr84260: static imports 19 years ago
  aclement 36b591b08a Improved generic ITD tests. 19 years ago
  avasseur 1eb4ca895e add getters for visitor, turned on poincut test case 19 years ago
  aclement 743566fb88 Tests and fix for pr98646: "Parser cannot parse varargs correctly". Fix is to make the tokenizer code understand '...' is an entire token rather than treating it as 3 dots. 19 years ago
  aclement e9d9a13757 Prevent info messages coming out when on the command line (regression) 19 years ago
  aclement 3824b1c247 Fix and tests for PR94167: NPE in reflection API. Fix submitted by Ron Bodkin. 19 years ago