]>
source.dussan.org Git - aspectj.git/log
wisberg [Wed, 8 Jun 2005 23:58:59 +0000 (23:58 +0000)]
Root of all all (non-compiler) JUnit tests works under 1.3 and 1.5 in Eclipse.
wisberg [Wed, 8 Jun 2005 23:56:24 +0000 (23:56 +0000)]
Module alias does not include compiler tests since tests/ does
wisberg [Wed, 8 Jun 2005 23:55:13 +0000 (23:55 +0000)]
adding ajdoc and loadtime to run those JUnit tests. Not sure why unable to add AspectJ project org.aspectj.lib.
wisberg [Wed, 8 Jun 2005 23:51:21 +0000 (23:51 +0000)]
disabled test that assumes advice between unrelated aspects is ordered.
wisberg [Wed, 8 Jun 2005 23:50:07 +0000 (23:50 +0000)]
These fail and were not included in JUnit suite gather, but are caught up in JUnit pattern gather, so I made them run disabled.
wisberg [Wed, 8 Jun 2005 23:48:58 +0000 (23:48 +0000)]
To run compiler tests, just `cd tests; ant test`
wisberg [Wed, 8 Jun 2005 23:48:36 +0000 (23:48 +0000)]
testsrc/TestsModulesTests for consistency. Now to run compiler tests, just `cd tests; ant test`
wisberg [Wed, 8 Jun 2005 23:47:36 +0000 (23:47 +0000)]
More aspectjrt.jar finder fixes
wisberg [Wed, 8 Jun 2005 23:47:18 +0000 (23:47 +0000)]
package roll-up, mainly for Ant JUnit gather
wisberg [Wed, 8 Jun 2005 23:46:44 +0000 (23:46 +0000)]
Adding aspectjrt.jar to classpath when n/a to avoid brittle error-checking tests failing when it is not available. Correct?
wisberg [Wed, 8 Jun 2005 23:45:01 +0000 (23:45 +0000)]
use suite() for new package tests
wisberg [Wed, 8 Jun 2005 23:39:52 +0000 (23:39 +0000)]
JRE15_SRC variable to build 1.5 modules when defaulting to 1.3 VM's
wisberg [Wed, 8 Jun 2005 23:38:04 +0000 (23:38 +0000)]
path-handling audit - mainly TODO, but some fixes/finders
wisberg [Wed, 8 Jun 2005 23:36:31 +0000 (23:36 +0000)]
Package Tests file, aspectjrt.jar finder
wisberg [Wed, 8 Jun 2005 23:35:21 +0000 (23:35 +0000)]
Java 5 guard to permit running in 1.3
wisberg [Wed, 8 Jun 2005 23:34:33 +0000 (23:34 +0000)]
Skipping long test of rarely-changed code
wisberg [Wed, 8 Jun 2005 23:33:54 +0000 (23:33 +0000)]
placeholder JUnit tests, aspectjrt.jar finder, Java 5 tester
wisberg [Wed, 8 Jun 2005 23:33:01 +0000 (23:33 +0000)]
getBestFile(String[])
wisberg [Wed, 8 Jun 2005 23:32:05 +0000 (23:32 +0000)]
revamped builder
wisberg [Wed, 8 Jun 2005 23:30:43 +0000 (23:30 +0000)]
defining aspectj.modules.dir before import
wisberg [Wed, 8 Jun 2005 23:29:58 +0000 (23:29 +0000)]
revamped javadoc - separated runtime and weaver, handling offline execution
wisberg [Wed, 8 Jun 2005 23:28:08 +0000 (23:28 +0000)]
updated for new build/build.xml instead of build/build-master.xml
avasseur [Wed, 8 Jun 2005 16:19:16 +0000 (16:19 +0000)]
@style if support, parser support for if() / if(true)/ if(false) [might lead to issue with code style to allow "if()" )
aclement [Wed, 8 Jun 2005 15:17:20 +0000 (15:17 +0000)]
Tests for 98901: annotation copying on public ITDs
aclement [Wed, 8 Jun 2005 14:26:06 +0000 (14:26 +0000)]
minor update...
aclement [Wed, 8 Jun 2005 14:21:45 +0000 (14:21 +0000)]
Tests and fixes for 98901: annotation copying on public ITDs
aclement [Wed, 8 Jun 2005 13:19:13 +0000 (13:19 +0000)]
Tests for 98901: annotation copying on public ITDs
aclement [Wed, 8 Jun 2005 13:10:13 +0000 (13:10 +0000)]
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.
aclement [Wed, 8 Jun 2005 12:39:04 +0000 (12:39 +0000)]
Two more generics testcases working.
aclement [Wed, 8 Jun 2005 12:38:02 +0000 (12:38 +0000)]
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.
aclement [Wed, 8 Jun 2005 10:48:50 +0000 (10:48 +0000)]
tests for pr84260: static imports
aclement [Wed, 8 Jun 2005 08:46:20 +0000 (08:46 +0000)]
Improved generic ITD tests.
avasseur [Wed, 8 Jun 2005 08:20:10 +0000 (08:20 +0000)]
add getters for visitor, turned on poincut test case
aclement [Tue, 7 Jun 2005 13:12:51 +0000 (13:12 +0000)]
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.
aclement [Tue, 7 Jun 2005 12:18:08 +0000 (12:18 +0000)]
Prevent info messages coming out when on the command line (regression)
aclement [Tue, 7 Jun 2005 12:17:30 +0000 (12:17 +0000)]
Fix and tests for PR94167: NPE in reflection API. Fix submitted by Ron Bodkin.
acolyer [Tue, 7 Jun 2005 10:23:13 +0000 (10:23 +0000)]
p -> append again!
acolyer [Tue, 7 Jun 2005 10:22:13 +0000 (10:22 +0000)]
p -> append
aclement [Tue, 7 Jun 2005 10:20:50 +0000 (10:20 +0000)]
Remove Java 5 autoboxing dependency that has been introduced.
avasseur [Tue, 7 Jun 2005 10:06:28 +0000 (10:06 +0000)]
mock test to avoid junit no test in there (temp / waiting for Adrian fix in parser)
avasseur [Tue, 7 Jun 2005 09:53:54 +0000 (09:53 +0000)]
test case for pattern visitor, issue with varargs so test case for Adrian to fix it
avasseur [Tue, 7 Jun 2005 08:13:52 +0000 (08:13 +0000)]
finally fixed 75442+78383, impl a visitor pattern in patterns package, turned on LTWperClause tests (clean up will follow, just want this visitor in for now)
wisberg [Fri, 3 Jun 2005 10:33:22 +0000 (10:33 +0000)]
proposed refactored script - still using targets in release/build.xml for now
avasseur [Fri, 3 Jun 2005 09:46:09 +0000 (09:46 +0000)]
perClause inheritance in @AJ (in ajdt module), fixed FIXME AV
acolyer [Thu, 2 Jun 2005 20:15:53 +0000 (20:15 +0000)]
this update also includes the additional pseudo-tokens needed for parsing type parameter declarations inside the weaver / pattern parser
aclement [Thu, 2 Jun 2005 16:31:09 +0000 (16:31 +0000)]
Fix for LTW tests, can now find the ant locator for running the tests.
aclement [Thu, 2 Jun 2005 16:27:15 +0000 (16:27 +0000)]
temporary test removal until Alex can get synchronized.
wisberg [Thu, 2 Jun 2005 16:24:51 +0000 (16:24 +0000)]
special-casing 1.5 tests - now runs all non-java-5 tests in 1.3, and includes java 5 modules if running in a 1.5 VM.
acolyer [Thu, 2 Jun 2005 15:55:48 +0000 (15:55 +0000)]
4 additional tests passing...
acolyer [Thu, 2 Jun 2005 15:54:39 +0000 (15:54 +0000)]
parser updates for generics in ITDs.
acolyer [Thu, 2 Jun 2005 14:39:02 +0000 (14:39 +0000)]
fix some glitches in test cases to ensure that these are legal AspectJ declarations...
acolyer [Thu, 2 Jun 2005 11:46:31 +0000 (11:46 +0000)]
Andrew Huff's patch for the -log option
acolyer [Thu, 2 Jun 2005 11:32:17 +0000 (11:32 +0000)]
Andrew Huff's patch fixing miscellaneous ajdoc NPEs....
aclement [Thu, 2 Jun 2005 11:10:30 +0000 (11:10 +0000)]
GenericsWork: ITD testcases, commented out - needs parser work first.
aclement [Thu, 2 Jun 2005 11:09:21 +0000 (11:09 +0000)]
GenericsWork: ITD testcode
aclement [Thu, 2 Jun 2005 08:00:42 +0000 (08:00 +0000)]
GenericsWork: testcase
avasseur [Thu, 2 Jun 2005 07:24:04 +0000 (07:24 +0000)]
fix for weaver test suite where munger don't have a concrete aspect attached
aclement [Wed, 1 Jun 2005 16:15:43 +0000 (16:15 +0000)]
New compat level added to help people who want to pull AspectJ builds into AJDT themselves.
aclement [Wed, 1 Jun 2005 16:13:16 +0000 (16:13 +0000)]
GenericsWork: 5 new generics tests.
aclement [Wed, 1 Jun 2005 16:12:58 +0000 (16:12 +0000)]
Patch for 81846: Submitted by Attila Lendvai. Seems to just be hiding a problem where we report errors on empty lines though ?!?
aclement [Wed, 1 Jun 2005 16:12:16 +0000 (16:12 +0000)]
GenericsWork: Minor mod to Member.typesToSignature() call - now the caller can request raw type or parameterized type info.
aclement [Wed, 1 Jun 2005 16:11:33 +0000 (16:11 +0000)]
GenericsWork: simplified now typeX's know about raw type info
aclement [Wed, 1 Jun 2005 16:10:59 +0000 (16:10 +0000)]
GenericsWork: TypeX's know their rawTypeSignature in addition to their parameterized signature.
aclement [Wed, 1 Jun 2005 16:10:19 +0000 (16:10 +0000)]
GenericsWork: marked declaredSignature as potentially redundant - review prior to 1.5.0 completion
aclement [Wed, 1 Jun 2005 16:09:28 +0000 (16:09 +0000)]
GenericsWork: signature parsing made generics aware. Added getDeclaredSignature() - not currently used yet ... may yet prove redundant...
aclement [Wed, 1 Jun 2005 15:30:15 +0000 (15:30 +0000)]
GenericsWork: new test programs for bug reports.
aclement [Wed, 1 Jun 2005 14:59:02 +0000 (14:59 +0000)]
GenericsWork: packaged version of new BCEL features for supporting generics. work in progress.
aclement [Wed, 1 Jun 2005 14:58:14 +0000 (14:58 +0000)]
GenericsWork: testcode for verifying signature parsing is behaving. work in progress.
aclement [Wed, 1 Jun 2005 14:57:50 +0000 (14:57 +0000)]
GenericsWork: Some sick signatures that are possible, not all currently used in testing
aclement [Wed, 1 Jun 2005 14:57:23 +0000 (14:57 +0000)]
GenericsWork: Angly aware signature processing.
aclement [Wed, 1 Jun 2005 14:56:57 +0000 (14:56 +0000)]
GenericsWork: Lots of changes in here, tidying stuff up, moving it around. Have made some of the signature processing generics aware (still work in progress) - also started adding new parsing code for the more complex signatures we are likely to encounter, this is tested but not currently used anywhere. See GenericSignatureParsingTest
aclement [Wed, 1 Jun 2005 14:55:44 +0000 (14:55 +0000)]
GenericsWork: Members now recognize that they can have a signature attribute attached that records the signature pre-erasure. It is accessible through 'getDeclaredSignature()' and is resolved lazily.
acolyer [Tue, 31 May 2005 14:41:09 +0000 (14:41 +0000)]
ignore bintest directories
avasseur [Tue, 31 May 2005 12:46:04 +0000 (12:46 +0000)]
test case fix
wisberg [Tue, 31 May 2005 10:37:27 +0000 (10:37 +0000)]
bug 97408 - extra newline
avasseur [Tue, 31 May 2005 09:35:11 +0000 (09:35 +0000)]
@AJ aspect inheritance and static pc ref
avasseur [Mon, 30 May 2005 10:00:21 +0000 (10:00 +0000)]
#96371 META-INF/aop.xml lookup fix + test
wisberg [Thu, 26 May 2005 19:39:26 +0000 (19:39 +0000)]
no -- in comments; use -
wisberg [Sat, 21 May 2005 23:48:47 +0000 (23:48 +0000)]
skipping unrun tests
wisberg [Sat, 21 May 2005 23:48:00 +0000 (23:48 +0000)]
empty test case for Ant junit
wisberg [Sat, 21 May 2005 23:46:43 +0000 (23:46 +0000)]
duplicate aj.build.jar definition, new junit target - cc still looking for wrong output
wisberg [Sat, 21 May 2005 23:46:06 +0000 (23:46 +0000)]
junit.excludes - yuck!
wisberg [Sat, 21 May 2005 23:44:33 +0000 (23:44 +0000)]
not requiring 1.5
wisberg [Sat, 21 May 2005 23:43:19 +0000 (23:43 +0000)]
empty pseudo-test required by ant junit
wisberg [Sat, 21 May 2005 23:42:53 +0000 (23:42 +0000)]
making Test a TestCase
wisberg [Sat, 21 May 2005 22:23:08 +0000 (22:23 +0000)]
interactive guard to preserve automated runnability of *Test.java
wisberg [Sat, 21 May 2005 21:49:27 +0000 (21:49 +0000)]
new target "junit-test" builds and runs JUnit (leaf) *Test.java and *TestCase.java
wisberg [Sat, 21 May 2005 21:48:38 +0000 (21:48 +0000)]
conditional definition of junitreport
wisberg [Sat, 21 May 2005 21:47:41 +0000 (21:47 +0000)]
removing echos unused afaik
wisberg [Sat, 21 May 2005 21:45:26 +0000 (21:45 +0000)]
uncommented preflight to ensure javadoc is invocable - in this case tests don't run but pass (false positives)
wisberg [Sat, 21 May 2005 21:44:32 +0000 (21:44 +0000)]
expanded test for tools.jar to cases where jar is available but VM can't load the classes
wisberg [Sat, 21 May 2005 21:43:44 +0000 (21:43 +0000)]
test failing, emailed mik to investigate. added empty pseudo-test required by ant junit
wisberg [Sat, 21 May 2005 21:41:52 +0000 (21:41 +0000)]
empty pseudo-test required by ant junit
wisberg [Sat, 21 May 2005 20:51:54 +0000 (20:51 +0000)]
empty pseudo-test required by ant junit
wisberg [Sat, 21 May 2005 20:51:05 +0000 (20:51 +0000)]
forget the empty pseudo-test required by ant junit
wisberg [Sat, 21 May 2005 20:50:08 +0000 (20:50 +0000)]
test fails unless setup and run manually, so skipped with instructions
wisberg [Fri, 20 May 2005 19:12:02 +0000 (19:12 +0000)]
pure binary weaving example
wisberg [Fri, 20 May 2005 19:03:58 +0000 (19:03 +0000)]
pure binary weaving example
avasseur [Fri, 20 May 2005 12:27:59 +0000 (12:27 +0000)]
moved bcel things to bcel package in weaver, deow test + fix for @AJ
avasseur [Thu, 19 May 2005 13:39:20 +0000 (13:39 +0000)]
deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + some AJ5 doc fix