50 Commits (92a9d99937725875881b691085fdbf3332917f6e)

Author SHA1 Message Date
  Andy Clement 92a9d99937 Fix classpath for tests on Java9 8 years ago
  Andy Clement 34f33f6948 Upgrading to latest 1.9 compiler 8 years ago
  Andy Clement c8e951296c Fix 436653: conditional aspect activation plus various polish 9 years ago
  Andy Clement 8a6608f4d5 386341 11 years ago
  Andy Clement d4a8cc9048 generics 12 years ago
  aclement bb422ca925 328099: currently inactive examples of how we might turn on a security manager for tests 13 years ago
  aclement 671b0bc0b2 matcher on classpath for build machine test runs 15 years ago
  aclement f512165c42 246125: the SPLIT 15 years ago
  aclement 35cde06f2c 251277: making asmmanager non-singleton 15 years ago
  aclement 4f13384c8c more cp contents: might fix prob with test that had to be excluded 15 years ago
  aclement bcd9901771 allow use of DOLLARsandbox in the arguments to a 'run' test 16 years ago
  aclement 5755e1d80e 166647 changed the error message to a lint 16 years ago
  mwebster c4e60095c3 Bug 150487 "Tracing and Logging Framework" (remove 1.4 API) 18 years ago
  mwebster e2df9de0de Bug 150487 "Tracing and Logging Framework" (handle missing org.apache.commons.logging on JSE-1.3/1.4) 18 years ago
  mwebster 58bbbe871e Interim fix for Bug 117885 "Classes are reloaded in AjcTestCase.run()" (copy test CLASSPATH) 18 years ago
  mwebster b28c0d22c0 Fix for Bug 140695 - Use LTWWorld not BcelWorld for load-time weaving (AjcTestCase.DEFAULT_CLASSPATH_ENTRIES) 18 years ago
  mwebster 94e8e64956 Fix for Bug 140695 - Use LTWWorld not BcelWorld for load-time weaving (wrong class loader) 18 years ago
  acolyer b6c89301f2 update license to EPL 18 years ago
  aclement 84601d8cc7 sick and tired of checking these classes out of CVS and hacking debug ON. The only time I want debug off is when running RunTheseBeforeYouCommitTests. So now debug is hard coded ON and I've checked in a launch config for running the tests with debug off. 18 years ago
  aclement 7a955f0f8f longhand of recent Java API *sigh* 18 years ago
  aclement 5a01932b9d fixes for 137235 (contributed by Ron): more intelligent logic for determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...) 18 years ago
  aclement 6f74831e80 fixes for 121575. 18 years ago
  aclement 278718a6d3 fixes for 119019 18 years ago
  aclement 9fbd6fcb28 matthews changes for stream redirection 118083: Also I've made verbose FALSE so you won't see too much output. 18 years ago
  aclement 3226d27a82 Matthews patches from 95529 18 years ago
  aclement 7d4cb81922 risky... what about '-Xlint:warning' 18 years ago
  acolyer ac15d777ac make sure the harness translates path separators for those of us working on superior platforms ;) 18 years ago
  aclement 8982544f13 Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew Webster for the patch) 18 years ago
  aclement 58ccf4cfe0 weaver5 added 18 years ago
  aclement 870577699d Ensure tests run if no aj-build folder exists. 18 years ago
  aclement 35a7305b31 On the build machine, code to test is in jars, not in 'bin' folders - so the aj.path for the LTW tests needs to have an entry for asm.jar in addition to the asm/bin it currently has. Otherwise they fail with 'NoClassDefFoundError: org/aspectj/asm/IRelationship$Kind' 19 years ago
  aclement 03c55ab4b1 make weaveradapter available to tests... 19 years ago
  aclement 2811db4655 For build machine - fixed classpath to include built jars. 19 years ago
  aclement 3a48c22cba Fixed classpath for build machine. 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 8f2cdb75d7 empty test case for Ant junit 19 years ago
  avasseur 33c5c59a9e aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ) 19 years ago
  aclement 9b730456c9 Reduced duplication of vm checking logic. 19 years ago
  avasseur 0e803e159d remove bad _IDE folder instead of bin/ that leads to odd side effects, add tools.jar to tests .classpath module for LTW tests using AntSpec 19 years ago
  aclement de31f85842 Add loadtime into the classpath so it can find the message handler. 19 years ago
  aclement b9474d5ca8 Can check vm level now. 19 years ago
  avasseur 2679e77604 LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method) 19 years ago
  avasseur 4cf9913a74 fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ annotations + tests from Andy H 19 years ago
  aclement 9dee725b91 Adds JUnit to the classpath (so it is available for test material to use) 19 years ago
  aclement 14853f9256 Make the aspectj5rt classes available for writing 1.5 tests. 19 years ago
  acolyer 382b7330f4 better support for weaveInfo message, <weave> step, and stderr/out validation from runs. 19 years ago
  aclement fa3cbd5115 Fix for Bug 83645: pertypewithin({interface}) illegal field modifier 19 years ago
  aclement 28da31dea8 See the stack trace in real stderr so you can click on it ! 20 years ago
  aclement 1ad92493aa Enables a test to access the last run result (for output checking) 20 years ago
  acolyer 9bf0a75430 Added support to ease programmatic testing of compiler (AjcTestCase 20 years ago