|
|
|
@893
|
[893]
|
01/22/11 23:23:39 |
braddr |
Enable a gc test that passes |
|
|
|
@892
|
[892]
|
01/22/11 23:16:17 |
braddr |
Fix wc.d and wc2.d to use printf right and enable another swath of tests … |
|
|
|
@889
|
[889]
|
01/21/11 23:02:20 |
braddr |
enable testaa |
|
|
|
@881
|
[881]
|
01/18/11 03:42:55 |
braddr |
Fix and enable regexp based test |
|
|
|
@880
|
[880]
|
01/15/11 15:35:09 |
braddr |
Revert part of r864 now that dmd 64 bit is properly aligning Bar22. |
|
|
|
@870
|
[870]
|
01/13/11 02:38:18 |
braddr |
Fix test42 and enable a few others that pass now. |
|
|
|
@849
|
[849]
|
01/06/11 05:11:56 |
braddr |
Sigh, did it again. Didn't mean to check in the Makefile change. |
|
|
|
@848
|
[848]
|
01/06/11 05:00:41 |
braddr |
Partial fixes for test34 |
|
|
|
@847
|
[847]
|
01/06/11 04:56:38 |
braddr |
Fix test12 and one of testaa's issues.
Enable tests that pass on 64 bit … |
|
|
|
@841
|
[841]
|
01/03/11 01:40:32 |
braddr |
Enable hello-profile, now that it works. |
|
|
|
@838
|
[838]
|
01/02/11 03:04:54 |
braddr |
Enable now passing coverage related tests. |
|
|
|
@835
|
[835]
|
01/01/11 18:48:53 |
braddr |
Enable now working tests. |
|
|
|
@830
|
[830]
|
12/31/10 13:27:06 |
braddr |
Update test4 to get past the easy parts, still doesn't pass.
Update the … |
|
|
|
@817
|
[817]
|
12/24/10 00:24:25 |
braddr |
Enable tests that pass without opt since we're ignoring opt issues for the … |
|
|
|
@815
|
[815]
|
12/23/10 15:36:27 |
braddr |
Fix a number of tests to be 64 bit compatible.
Reintroduce the do_test.sh … |
|
|
|
@799
|
[799]
|
12/12/10 01:30:52 |
braddr |
Add support for the MODEL variable.
Fix the usage text of d_do_test to … |
|
|
|
@679
|
[679]
|
09/12/10 06:19:55 |
braddr |
map Win_32 to win32 |
|
|
|
@667
|
[667]
|
09/09/10 04:36:53 |
braddr |
Rewrite do_test.sh as d_do_test.d
Speeds up the win32 runtime of make -j3 … |
|
|
|
@663
|
[663]
|
09/07/10 02:25:26 |
braddr |
Changes to run on win32 under cygwin. |
|
|
|
@648
|
[648]
|
08/29/10 03:20:23 |
braddr |
Add fully scripted tests.. the oddballs that just are easier to do as one … |
|
|
|
@641
|
[641]
|
08/28/10 15:54:24 |
braddr |
Add more tests. Add support for .html tests, even though deprecated. |
|
|
|
@623
|
[623]
|
08/22/10 04:27:19 |
braddr |
Add support for custom post-test scripts.
Add a test that uses -profile … |
|
|
|
@574
|
[574]
|
07/04/10 21:03:03 |
braddr |
Fix:
onscreen output width reduction.. I like wide screens, but not … |
|
|
|
@573
|
[573]
|
07/04/10 01:31:54 |
braddr |
Move the massive amount of inline shell scripting into a standalone shell … |
|
|
|
@571
|
[571]
|
07/03/10 15:26:12 |
braddr |
Fix last makefile change to preserve the result code of executing runnable … |
|
|
|
@554
|
[554]
|
06/21/10 23:54:05 |
braddr |
Sure as I submit, I find a subtle bug while working on the next batch of … |
|
|
|
@553
|
[553]
|
06/21/10 23:38:38 |
braddr |
Add support for COMPILE_SEPARATELY to forcing each .d to be build by … |
|
|
|
@550
|
[550]
|
06/19/10 21:43:31 |
braddr |
remove printing of extra sources during run |
|
|
|
@548
|
[548]
|
06/19/10 21:37:02 |
braddr |
remove debug echo |
|
|
|
@547
|
[547]
|
06/19/10 21:30:36 |
braddr |
Rename EXTRA_SOURCE to EXTRA_SOURCES
Make work with more than once source … |
|
|
|
@545
|
[545]
|
06/18/10 03:28:15 |
braddr |
Add another batch of tests
Add another in-test variable: EXECUTE_ARGS
… |
|
|
|
@541
|
[541]
|
06/15/10 03:01:16 |
braddr |
fix handling of test files with dos line endings, even if evil.
Strip … |
|
|
|
@540
|
[540]
|
06/15/10 02:25:18 |
braddr |
build the combinations tool with $(DMD) rather than dmd |
|
|
|
@539
|
[539]
|
06/13/10 22:52:26 |
braddr |
Add support for EXTRA_SOURCE in runnable tests
Add support for imports to … |
|
|
|
@538
|
[538]
|
06/13/10 06:56:11 |
braddr |
Fix error handling to fail the make process rather than just messaging the … |
|
|
|
@537
|
[537]
|
06/13/10 06:34:25 |
braddr |
Add two more test types:
compilable -- makes sure the file builds with … |
|
|
|
@536
|
[536]
|
06/13/10 05:31:58 |
braddr |
Fix dependencies so that the "Running runnable tests" part comes after the … |
|
|
|
@535
|
[535]
|
06/13/10 05:27:30 |
braddr |
Make each test depend on $(DMD) so that a rebuilt dmd binary will result … |
|
|
|
@534
|
[534]
|
06/13/10 05:18:51 |
braddr |
Add the skeleton of a public test suite |