Commit Graph

174 Commits

Author SHA1 Message Date
aclement
7391b11e33 AspectJ6: improved diagnostics for failure case 2008-01-16 23:48:23 +00:00
aclement
919bd9c7a9 AspectJ6: copes with 1.6 environment 2008-01-16 23:48:07 +00:00
aclement
df061d470f 148190#30: rebase tests 2007-01-12 15:38:59 +00:00
aclement
18d0d458a3 patches from 148190 #22 2007-01-11 11:29:46 +00:00
aclement
d7222a776d 166580, comment #6: harness now allows you to specify if ordering is important in expected output 2006-12-22 15:38:07 +00:00
mwebster
4add2e21b0 Bug 155033 "Use ajcore for LTW problems" (move System Property handling) 2006-11-06 13:49:03 +00:00
aclement
409e613aac 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope Matthew doesnt complain. 2006-08-25 09:50:32 +00:00
aclement
9b03811333 145963: binary entries in the model: various parts to the fix. 2006-08-18 12:38:01 +00:00
mwebster
f37ab9ecfd Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (fix build break and improve diagnostics) 2006-08-16 09:57:32 +00:00
mwebster
0850eef4c7 Bug 153772 "Support stdout/stderr specifications for the ant compiler test step" 2006-08-14 15:52:16 +00:00
mwebster
00851bff4e Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (fail XML test if JVM not supported) 2006-08-09 12:52:19 +00:00
aclement
f239f2a2ac tests (?) and fixes for 152873 - optimized check for @AJ aspects in LTW 2006-08-08 07:59:54 +00:00
aclement
54c52c8ecd better diagnostic message. 2006-08-04 11:03:08 +00:00
mwebster
eb31ec6c3d Bug 113948 "Repackage AspectJ" (move module root suites out of default package) 2006-07-30 18:20:50 +00:00
aclement
beaeab3dbf pr145689 - telling AJDT through the progress monitor (rather than a debug interface) whether the build was full or incremental. 2006-07-24 11:05:49 +00:00
acolyer
b6c89301f2 update license to EPL 2006-06-01 09:33:56 +00:00
acolyer
40c0d94949 progress on enh 101983 (allow separate output folders for separate source folders) 2006-05-16 18:44:41 +00:00
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...) 2006-05-04 07:14:47 +00:00
aclement
b2259116b8 fix for 130300: cause the mysterious disappearance of -XnoWeave 2006-03-05 17:00:04 +00:00
aclement
1e1bbb3f2e fixes for 118715 from Matthew. 2005-12-06 13:02:38 +00:00
aclement
3226d27a82 Matthews patches from 95529 2005-11-11 13:51:57 +00:00
aclement
a625ea2ed4 fix for 95516 (-outxml / -outxmlfile) - from Matthew. 2005-11-07 10:53:18 +00:00
acolyer
ac15d777ac make sure the harness translates path separators for those of us working on superior platforms ;) 2005-11-03 17:11:03 +00:00
aclement
8982544f13 Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew Webster for the patch) 2005-10-14 07:23:40 +00:00
aclement
12e6334bf5 Let the bug floodgates open, reweavable is now default (pr91417) 2005-10-05 12:23:52 +00:00
acolyer
f042f0cf99 doh! 2005-09-22 13:07:03 +00:00
acolyer
2447704c60 attempt to create the right classpath for running org.aspectj.weaver.tools tests on the build machine... 2005-09-22 11:36:39 +00:00
aclement
d01e7fced8 use the right version property. 2005-09-15 13:54:13 +00:00
wisberg
6b4238eb0f unused imports (only) 2005-06-09 15:57:10 +00:00
wisberg
a7233c33de (disabled) convenience flag to defer long tests 2005-06-09 00:02:23 +00:00
wisberg
857d23c5bc new main for my convenience in testing the testing module 2005-06-09 00:00:17 +00:00
acolyer
f800dc9be1 ignore bintest directories 2005-05-31 14:41:09 +00:00
wisberg
427508b367 skipping unrun tests 2005-05-21 23:48:47 +00:00
wisberg
2afa9c9148 newbuild.xml replacing build.xml, with Alex ok 2005-05-19 03:48:09 +00:00
aclement
4ca68baf9d Getting tests to run properly on 1.3 - modified vmlevel in AjcTest and put guards on some 1.4 tests (not pretty, but works) 2005-05-18 10:56:11 +00:00
wisberg
be5b8333d3 parseBoolean utility 2005-05-17 00:03:14 +00:00
wisberg
9be6f2d856 harness LTW support - untested 2005-05-12 11:54:22 +00:00
wisberg
23571ff052 adding weaver (hoping no one is using < M6) 2005-05-12 11:53:16 +00:00
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 2005-05-11 14:36:35 +00:00
wisberg
85e40d61c9 unused imports 2005-05-11 09:40:10 +00:00
wisberg
6565120f4e prospective replacements for {module}/build.xml - will move there once validated by those who use build.xml. 2005-05-11 08:08:37 +00:00
avasseur
83655ff47c fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateTypeMungers. new LTW tests, some fix in the LTW test error reporting 2005-05-10 15:44:11 +00:00
aclement
8e1a6c6abc Fix for 44155: TODO tasks miscategorized as warnings (fixed by Andrew Huff) 2005-05-05 10:36:18 +00:00
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) 2005-05-04 14:57:21 +00:00
avasseur
fd380fe072 inlining of around for @AJ works unless non public member accessed from within the advice
splitted ajc150 xml test file
2005-04-28 09:05:44 +00:00
avasseur
4cf9913a74 fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ annotations + tests from Andy H 2005-04-26 10:52:36 +00:00
avasseur
cf35fc6351 fixing Alex build dependancies. Adding top level build. Usefull for patch creation 2005-04-20 10:57:13 +00:00
aclement
f7bcff6dbf From branch: New build scripts that Alex uses under IntelliJ - can be run individually or via master in build module. 2005-04-19 10:38:38 +00:00
acolyer
cf0ed05d72 output line numbers in stdout/err comparisons from test harness 2005-03-09 11:17:15 +00:00
acolyer
4a3f364303 better handling on a 1.4 vm 2005-02-17 15:06:44 +00:00