Commit Graph

37 Commits

Author SHA1 Message Date
wisberg
a0c02a3f1f running negative harness tests, to verify that expected-fails actually fail 2004-03-31 00:44:42 +00:00
acolyer
42787f91e7 spring cleaning in advance of 1.2 enhancements:
removed unused imports, local variables, and private methods
(still there, just commented out).
2004-01-23 12:18:10 +00:00
acolyer
945e38ae16 Merge of dependent tests (only shows up under IBM 131 JVM) 2003-12-08 22:08:55 +00:00
wisberg
7a01c23476 adjust tests for new message content when skipping 2003-10-29 08:51:54 +00:00
wisberg
a6691df972 better mapping from messages to JUnit failure/error 2003-10-29 08:50:34 +00:00
wisberg
a586439978 doc harness handling of 2-element options 2003-10-29 08:47:34 +00:00
wisberg
0929f8ccff deleting junk 2003-10-23 15:59:23 +00:00
wisberg
ec334f56cf cloning re-used test specifications to avoid test interactions 2003-08-28 18:36:02 +00:00
wisberg
ebe50650a3 ignoring test case expecting a skip when using the old ajc compiler in incremental mode,
since we're not using ajc 1.0 anymore.  
Should revisit if we do.
2003-08-28 18:33:02 +00:00
wisberg
577c85fd23 Reimplemented JUnit harness adapter 2003-08-17 18:56:46 +00:00
wisberg
05e08aa4b0 balancing start/end suite calls 2003-08-17 18:47:54 +00:00
acolyer
bf887f651e report fails as junit errors, not failures 2003-08-08 13:16:05 +00:00
acolyer
e95455569e Added support for creation of junit xml reports using -junit or -logJUnit flags 2003-08-08 11:05:19 +00:00
wisberg
ad708998c2 corrected property name for forking run classpath 2003-06-02 05:22:09 +00:00
wisberg
11cf57eafe addressing different results under 1.4 2003-05-25 20:55:16 +00:00
wisberg
5ca7486fb0 documenting options 2003-05-25 20:11:11 +00:00
wisberg
d5fb5792dd harness copyright wrong - was created in 2002 2003-05-25 20:10:59 +00:00
wisberg
9bf93f948c updating harness documentation for new features 2003-05-25 01:37:49 +00:00
wisberg
265e9d63e9 tests for new feature to select tests by title 2003-05-25 00:44:40 +00:00
wisberg
5dd34ad8e4 suite files now constrained to be readable to avoid confusion with -ajctestTitle.. referents. 2003-05-25 00:44:02 +00:00
wisberg
dd07fb818b documenting -ajdeCompiler and -ajctaskCompiler selectors 2003-05-24 09:44:52 +00:00
wisberg
d3a0191c44 misspelled local invalid option in negative test 2003-05-14 04:25:22 +00:00
wisberg
cf457e5880 supporting a forked java run provisionally with system properties specifying fork, java home, java, and bootclasspath.
This should enable running the harness when targeting a VM that the harness or compiler can't run on,
but this does not detect failures correctly in some cases,
nor does it validate any of the system properties.
2003-05-07 10:07:20 +00:00
wisberg
8bac6711e5 -killTemp to delete temp directories when each test case completes 2003-05-07 06:04:10 +00:00
wisberg
4ac23da527 remove !eclipse from aliases because it is the default
and it overrides specification of the AJDE compiler
(using -ajdeCompiler)
2003-05-07 04:03:55 +00:00
wisberg
acb1ee07cb added harness tests (to JUnit test that is not included by default since it runs all the ajc tests) 2003-05-07 03:52:20 +00:00
wisberg
7fd85a690b converted to sourceroots, removed one test case 2003-05-02 19:07:01 +00:00
wisberg
f11709f8bc removed unneeded dependency on jdt 2003-04-03 01:41:03 +00:00
wisberg
b8ccafa315 removed unused dependency on jdt 2003-04-02 23:03:42 +00:00
wisberg
661473e03c corrected knownLimitation keyword 2003-03-11 02:04:30 +00:00
wisberg
3556a2a331 updates for eclipse and sense 2003-03-05 23:00:02 +00:00
wisberg
d493883dc0 new -release option alias for harness 2003-03-05 22:03:12 +00:00
acolyer
8fd3697dbb Ignore bin directory 2003-02-26 07:53:59 +00:00
wisberg
ee8c84d2dc resolving unused-imports warnings 2003-02-13 05:47:01 +00:00
wisberg
b8bf1d4095 To run in eclipse without a launch configuration window
(which crashes my NT - 
   http://bugs.eclipse.org/bugs/show_bug.cgi?id=29011
), create a file "HarnessArgs.txt" in the run directory
for any arguments.
2003-01-06 23:28:40 +00:00
wisberg
2e8ba6687e bcweaver -> weaver 2002-12-16 22:10:34 +00:00
wisberg
31b7d84b2b initial version 2002-12-16 21:46:19 +00:00