Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | variable renaming, verbosity - not much significant | wisberg | 2003-05-14 | 1 | -8/+11 |
| | |||||
* | - now supports both eclipse bin dirs (default) | wisberg | 2003-05-14 | 1 | -20/+99 |
| | | | | | | and ant-built test jars - added incomplete test-all-at-once (currently runs each from its module directory) | ||||
* | raising issue of reporting source location for constructor execution as ↵ | wisberg | 2003-05-14 | 1 | -1/+28 |
| | | | | starting with the first initializer. Possibly a known limitation. | ||||
* | - correcting message specification of existing tests | wisberg | 2003-05-14 | 1 | -93/+124 |
| | | | | | using file and text comparison - adding new command-line error tests (and keyword) | ||||
* | test data upgrades for adding new command-line error tests | wisberg | 2003-05-14 | 8 | -18/+36 |
| | |||||
* | two bad-input tests for the harness | wisberg | 2003-05-14 | 1 | -1/+18 |
| | |||||
* | - adding badInput attribute to compiler | wisberg | 2003-05-14 | 1 | -2/+3 |
| | | | | | - adding message kinds (abort, fail, info) - message line no longer required | ||||
* | test for Bugzilla Bug 37325 | jhugunin | 2003-05-11 | 2 | -1/+33013 |
| | | | | Weaver fails with NPE for very large source files | ||||
* | includeClassesDir | wisberg | 2003-05-09 | 1 | -3/+6 |
| | |||||
* | - test compile includeClassesDir attribute | wisberg | 2003-05-09 | 1 | -33/+61 |
| | | | | - add pass|fail title prefix to run in one go | ||||
* | test source upgrades for new and old tests | wisberg | 2003-05-09 | 2 | -0/+4 |
| | |||||
* | Another strange incremental test, taken from ajcHarnessTests | wisberg | 2003-05-09 | 1 | -1/+17 |
| | | | | | | and comparable with a known limitation case for injars, this sometimes doesn't fail for me. hmm. (requires pending changes to sources) | ||||
* | new attribute for compile, includeClassesDir | wisberg | 2003-05-09 | 1 | -0/+1 |
| | |||||
* | moved incremental tests from failing (since they now pass) | jhugunin | 2003-05-09 | 2 | -163/+25 |
| | | | | cleaned out contents of failing that are now in ajcTests | ||||
* | changed suite spec from ajc-test+ to ajc-test* to allow empty suites | jhugunin | 2003-05-09 | 1 | -1/+1 |
| | | | | so that ajcTestsFailing can be empty without looking scary when run | ||||
* | two new incremental tests, each of which fails if run first but not ↵ | wisberg | 2003-05-09 | 7 | -0/+71 |
| | | | | otherwise (assuming the output directory is not added to the classpath). | ||||
* | comment documenting keyword "incremental-test" | wisberg | 2003-05-09 | 1 | -0/+1 |
| | |||||
* | incomplete update to support module jars rather than eclipse bin directories ↵ | wisberg | 2003-05-08 | 1 | -38/+102 |
| | | | | | | when running junit tests the old way with bin directories still works fine. | ||||
* | updated test-writing docs for AJDE fresh incremental builds. | wisberg | 2003-05-07 | 1 | -7/+50 |
| | |||||
* | new harness tests | wisberg | 2003-05-07 | 1 | -3/+50 |
| | | | | | - inc-compile "fresh" attribute and "same" tag - compile "reuseCompiler" attribute | ||||
* | new attributes: | wisberg | 2003-05-07 | 1 | -1/+3 |
| | | | | | - compile reuseCompiler - inc-compile fresh | ||||
* | adding ant script to build AspectJ sources using AspectJ as a test | wisberg | 2003-05-06 | 1 | -0/+219 |
| | | | | | listed test in release-testing.txt using spaces to avoid tab differences in release-testing.txt | ||||
* | ensuring release-checklist.txt supercedes | wisberg | 2003-05-05 | 1 | -1/+5 |
| | | | | | | tests/readme-release-testing.txt and adding some optional tests | ||||
* | minimal update to test script to test running, remove debugger tests. | wisberg | 2003-05-05 | 1 | -1/+5 |
| | | | | Seems out of date; may try to enhance ajbrowser doc as basic ajde test script | ||||
* | fix and better tests for | jhugunin | 2003-05-02 | 5 | -15/+73 |
| | | | | | Bugzilla Bug 37152 java.lang.VerifyError: | ||||
* | updated with requirement to use -incremental and sourceroots for inc-compile ↵ | wisberg | 2003-05-02 | 1 | -13/+27 |
| | | | | tests | ||||
* | passing incremental tests from testing-drivers/testdata/harness/incremental | wisberg | 2003-05-02 | 34 | -1/+720 |
| | |||||
* | added test that deprecation warnings are not shown unless asked for | jhugunin | 2003-05-01 | 2 | -27/+18 |
| | | | | modifying option setting to make that test pass | ||||
* | updated tests for [method|execution] binary join point detection. | wisberg | 2003-05-01 | 10 | -2/+202 |
| | | | | added narrower knownLimitation test | ||||
* | expanded coverage and fix for bug involving around advice with either | jhugunin | 2003-05-01 | 4 | -1/+24 |
| | | | | | | | assert or <name>.class in the body the fix for now is just to not inline such advice, but in the future these should be transformed to inlinable constructs | ||||
* | Added easy to understand test for issue of Class.forName differences | jhugunin | 2003-05-01 | 4 | -2/+86 |
| | | | | | | | between IBM and SUN's JDKs Moved a nit-picking part of SourceLocationWithExpr to its own test that is listed as a known limitation. | ||||
* | fix test title | wisberg | 2003-04-29 | 1 | -1/+1 |
| | |||||
* | With the restructure of the org.eclipse.jdt.core project, it no | acolyer | 2003-04-29 | 1 | -1/+1 |
| | | | | | longer has a bin dir. Updated the classpath to include jdtcore-for-aspectj.jar instead. | ||||
* | test cases for binary warnings (bugs 37020, 37021, 37023) | wisberg | 2003-04-28 | 6 | -0/+266 |
| | |||||
* | fix and tests for | jhugunin | 2003-04-27 | 3 | -2/+35 |
| | | | | | | | | Bugzilla Bug 30663 lame error message: "negation doesn't allow binding" and Bugzilla Bug 36329 The compiler crashes when using aspect libraries created without using -noweave | ||||
* | tests for | jhugunin | 2003-04-27 | 2 | -0/+9 |
| | | | | | Bugzilla Bug 36936 Error when introducing members of type Class | ||||
* | moving release testing list to tests/, added some old stuff. | wisberg | 2003-04-26 | 1 | -0/+138 |
| | | | | TODO: write test-release.xml ant script | ||||
* | fix and tests for | jhugunin | 2003-04-25 | 3 | -1/+26 |
| | | | | | Bugzilla Bug 36803 BCException thrown by AspectJ 1.1rc1 | ||||
* | expanded tests and fix for | jhugunin | 2003-04-24 | 5 | -14/+54 |
| | | | | | Bugzilla Bug 36778 ClassFormatError due to empty interface supertype | ||||
* | @testcase try/finally in around advice (same as ...messy arounds?) | wisberg | 2003-04-23 | 2 | -0/+45 |
| | | | | Works in current tree, but not in 1.1rc1 | ||||
* | @testcase PR#36778 advise join points in subclass of empty interface | wisberg | 2003-04-22 | 2 | -0/+39 |
| | |||||
* | a sketch of a test for a naming issue that doesn't appear to be an | jhugunin | 2003-04-22 | 2 | -14/+32 |
| | | | | actual bug | ||||
* | tests and fixes for | jhugunin | 2003-04-22 | 6 | -0/+743 |
| | | | | | Bugzilla Bug 29665 Inconsistant stack height | ||||
* | test and fix for Bugzilla Bug 36564 | jhugunin | 2003-04-22 | 4 | -6/+39 |
| | | | | Internal compiler error | ||||
* | fix for Bugzilla Bug 36736 | jhugunin | 2003-04-22 | 4 | -21/+26 |
| | | | | | | | | | | compiler error expected for implemented abstract pointcuts and for fix for Bugzilla Bug 36673 VerifyError in privileged aspect minimally extended coverage for this bug | ||||
* | @testcase PR#36736 implemented abstract pointcut | wisberg | 2003-04-22 | 2 | -0/+29 |
| | |||||
* | @testcase PR#36673 privileged aspect main verify error | wisberg | 2003-04-19 | 2 | -2/+24 |
| | |||||
* | fix and test for Bugzilla Bug 36110 | jhugunin | 2003-04-12 | 5 | -2/+56 |
| | | | | IllegalAccessError while accessing introduced variable / 1.1rc1 | ||||
* | fixing declare parents problems | jhugunin | 2003-04-11 | 4 | -15/+46 |
| | |||||
* | test for | jhugunin | 2003-04-10 | 7 | -0/+65 |
| | | | | | Bugzilla Bug 35725 Inter type declaration to base class not seen by derived class |