root/trunk/test


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @894 [894] 01/22/11 23:43:27 braddr 64 bit fixes for runnable/testgc3.d
(edit) @893 [893] 01/22/11 23:23:39 braddr Enable a gc test that passes
(edit) @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 …
(edit) @891 [891] 01/22/11 02:22:11 braddr fix#2 for the phobos replace changes
(edit) @890 [890] 01/21/11 23:13:09 braddr fix some, but not all, of the issues with test test on 64 bit
(edit) @889 [889] 01/21/11 23:02:20 braddr enable testaa
(edit) @888 [888] 01/21/11 21:13:54 braddr work around pain in the new replace
(edit) @885 [885] 01/20/11 04:02:39 Don Clugston Update testzip for datetime changes.
(edit) @883 [883] 01/19/11 19:28:15 braddr Fix up damage from andrei's recent phobos rearrangements.
(edit) @881 [881] 01/18/11 03:42:55 braddr Fix and enable regexp based test
(edit) @880 [880] 01/15/11 15:35:09 braddr Revert part of r864 now that dmd 64 bit is properly aligning Bar22.
(edit) @878 [878] 01/14/11 19:48:39 Don Clugston Update for the revised exception chaining.
(edit) @877 [877] 01/14/11 16:43:40 walter update tests
(edit) @876 [876] 01/14/11 09:51:05 Don Clugston catch(Object) ---> catch(Throwable)
(edit) @872 [872] 01/13/11 10:51:25 Don Clugston Fix three more tests which throw non-Throwable objects.
(edit) @871 [871] 01/13/11 03:09:52 Don Clugston Test case shouldn't be throwing non-throwable object.
(edit) @870 [870] 01/13/11 02:38:18 braddr Fix test42 and enable a few others that pass now.
(edit) @864 [864] 01/11/11 22:35:49 braddr adjust sizeof and offsetof tests due to alignment changes in dmd
(edit) @863 [863] 01/11/11 16:12:27 Don Clugston Some tough exception chaining tests.
(edit) @862 [862] 01/11/11 15:54:42 Don Clugston Fix test which breaks when TDPL exception chaining is implemented.
(edit) @860 [860] 01/11/11 02:14:02 braddr revert cast, since phobos change has been reverted
(edit) @859 [859] 01/11/11 02:06:21 braddr Fix an opCmp vs std.string.cmp return value mismatch by a risky cast
(edit) @858 [858] 01/11/11 02:05:29 braddr Fix another %.*s issue
(edit) @850 [850] 01/06/11 05:38:05 braddr re-fix test12: someclass.sizeof must equal (void*).sizeof
(edit) @849 [849] 01/06/11 05:11:56 braddr Sigh, did it again. Didn't mean to check in the Makefile change.
(edit) @848 [848] 01/06/11 05:00:41 braddr Partial fixes for test34
(edit) @847 [847] 01/06/11 04:56:38 braddr Fix test12 and one of testaa's issues. Enable tests that pass on 64 bit …
(edit) @841 [841] 01/03/11 01:40:32 braddr Enable hello-profile, now that it works.
(edit) @839 [839] 01/02/11 22:45:25 braddr Switch from the now removed std.boxer to std.variant. It's not clear what …
(edit) @838 [838] 01/02/11 03:04:54 braddr Enable now passing coverage related tests.
(edit) @835 [835] 01/01/11 18:48:53 braddr Enable now working tests.
(edit) @833 [833] 01/01/11 06:43:29 Don Clugston Fix DMD Y2.011K bug <g>
(edit) @830 [830] 12/31/10 13:27:06 braddr Update test4 to get past the easy parts, still doesn't pass. Update the …
(edit) @826 [826] 12/28/10 02:45:37 walter update test42
(edit) @817 [817] 12/24/10 00:24:25 braddr Enable tests that pass without opt since we're ignoring opt issues for the …
(edit) @816 [816] 12/23/10 19:59:33 braddr Disable -O for 64 bit tests for now. Fix %.*s misuse in dhry.d
(edit) @815 [815] 12/23/10 15:36:27 braddr Fix a number of tests to be 64 bit compatible. Reintroduce the do_test.sh …
(edit) @806 [806] 12/14/10 00:42:48 braddr Fix to work for both 32 and 64 bit alignment rules.
(edit) @804 [804] 12/13/10 00:35:44 braddr Add -m$(MODEL) to build properly in 64 bit mode
(edit) @803 [803] 12/12/10 21:51:45 braddr Allocator interface uses size_t, not uint.
(edit) @802 [802] 12/12/10 21:16:19 braddr Switch from using std.string.atoi to core.stdc.atoi. This test isn't …
(edit) @800 [800] 12/12/10 02:36:48 braddr Fix bitops tests to look at the right bits since they differ between 32 …
(edit) @799 [799] 12/12/10 01:30:52 braddr Add support for the MODEL variable. Fix the usage text of d_do_test to …
(edit) @797 [797] 12/11/10 23:56:18 braddr Fix to add -m${MODEL} on scripted test builds. Fix to avoid transient …
(edit) @796 [796] 12/11/10 23:50:54 braddr Fix compilable tests to be semantically correct for x86_64.
(edit) @794 [794] 12/08/10 03:47:24 braddr Submit the test changes from but 3258 now that the dmd portion is fixed.
(edit) @766 [766] 11/20/10 02:42:41 braddr Fix two bad uses of printf. Recent path changes tickled them enough to …
(edit) @765 [765] 11/20/10 01:15:06 braddr Add a _<iteration#> suffix to the test executables to hopefully …
(edit) @764 [764] 11/19/10 00:02:35 braddr The public dmd test suite doesn't, yet, know how to build .cpp files and …
(edit) @763 [763] 11/18/10 23:07:18 walter add C++ interface tests
(edit) @761 [761] 11/18/10 22:51:43 braddr no, 51 was right
(edit) @758 [758] 11/18/10 16:41:09 Don Clugston Aargh
(edit) @757 [757] 11/18/10 15:21:27 Don Clugston Fix test which was broken in the last commit.
(edit) @755 [755] 11/14/10 14:01:01 walter bugzilla 5195 Forward references ignore const
(edit) @749 [749] 11/11/10 20:55:29 walter partial fix for Bugzilla 2954
(edit) @748 [748] 11/11/10 01:20:53 walter bugzilla 4915 auto return type escapes function purity
(edit) @742 [742] 11/07/10 20:12:41 walter partial bugzilla 5117 [CTFE] Member function call with rather complex …
(edit) @741 [741] 11/07/10 17:11:58 walter bugzilla 5120 ICE(mtype.c) void associative arrays
(edit) @733 [733] 10/27/10 03:32:30 braddr Revert part of r722 so that the test passes again. Not sure why Walter …
(edit) @725 [725] 10/21/10 05:14:15 Don Clugston Fix broken test with -O.
(edit) @724 [724] 10/20/10 04:15:54 walter bugzilla 5071 passing value by ref to a function with an inner dynamic …
(edit) @722 [722] 10/20/10 01:52:04 walter update test suite
(edit) @713 [713] 10/09/10 17:38:04 braddr Update tests to cope with C-style function pointers becoming deprecated, …
(edit) @686 [686] 09/23/10 14:45:34 braddr fix bug 4919
(edit) @680 [680] 09/14/10 03:06:34 braddr Integrate Rainer Schuetze's remaining changes: 3 more cases of …
(edit) @679 [679] 09/12/10 06:19:55 braddr map Win_32 to win32
(edit) @678 [678] 09/11/10 23:38:06 braddr remove no-longer-failing not-incorrect test case fail_compilation/fail83.d
(edit) @671 [671] 09/11/10 17:14:57 braddr reenable test fail37.d since walter has fixed bug 4751
(edit) @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 …
(edit) @666 [666] 09/09/10 01:59:58 braddr Fix %* to be %.* in several tests I converted from using write to printf …
(edit) @665 [665] 09/08/10 00:44:11 braddr Convert all .sh files to svn:eol-style LF instead of native, necessary for …
(edit) @663 [663] 09/07/10 02:25:26 braddr Changes to run on win32 under cygwin.
(edit) @659 [659] 09/05/10 15:32:01 braddr Add a trailing slash to the coverage dest path
(edit) @658 [658] 09/04/10 01:21:49 braddr Fix bug 4796, brokenness caused by changes to phobos' std.appender.append
(edit) @657 [657] 09/02/10 01:59:11 braddr reenable fail274.d since the halt it was hitting has been removed
(edit) @655 [655] 09/01/10 04:20:00 braddr fix printf format specifier to be, well, correct.
(edit) @654 [654] 09/01/10 02:04:14 braddr Make some sorts of failures within fail_compilation fail the test …
(edit) @653 [653] 09/01/10 01:51:00 braddr Integrate changes from the private test suite into the public one
(edit) @649 [649] 08/29/10 04:36:42 braddr Updates to the test suite based on changes to dmd. Primarily 'auto' -> …
(edit) @648 [648] 08/29/10 03:20:23 braddr Add fully scripted tests.. the oddballs that just are easier to do as one …
(edit) @643 [643] 08/28/10 16:23:36 braddr fix assert due to line number changes
(edit) @642 [642] 08/28/10 16:20:37 braddr Set runnable/testhtml2.html to mime-type application/octet-stream to …
(edit) @641 [641] 08/28/10 15:54:24 braddr Add more tests. Add support for .html tests, even though deprecated.
(edit) @626 [626] 08/23/10 00:12:01 braddr Add -w to the diff command to let it ignore line ending style differences.
(edit) @625 [625] 08/22/10 23:47:56 braddr Set svn:executable property on a few files where I reversed the order of …
(edit) @624 [624] 08/22/10 23:43:03 braddr Add another group of tests from the old test suite. Primarily the -cov, …
(edit) @623 [623] 08/22/10 04:27:19 braddr Add support for custom post-test scripts. Add a test that uses -profile …
(edit) @617 [617] 08/14/10 14:42:20 braddr Remove no longer failing test. It was a forward alias ref bug that was …
(edit) @576 [576] 07/09/10 01:12:24 braddr Add all the fail compilation tests from the other test suite. NOTE: it's …
(edit) @575 [575] 07/05/10 02:05:32 braddr Another big batch of tests.
(edit) @574 [574] 07/04/10 21:03:03 braddr Fix: onscreen output width reduction.. I like wide screens, but not …
(edit) @573 [573] 07/04/10 01:31:54 braddr Move the massive amount of inline shell scripting into a standalone shell …
(edit) @571 [571] 07/03/10 15:26:12 braddr Fix last makefile change to preserve the result code of executing runnable …
(edit) @556 [556] 06/22/10 05:16:23 braddr More tests (about 25% complete)
(edit) @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 …
(edit) @553 [553] 06/21/10 23:38:38 braddr Add support for COMPILE_SEPARATELY to forcing each .d to be build by …
(edit) @551 [551] 06/20/10 06:22:32 braddr another group of tests
(edit) @550 [550] 06/19/10 21:43:31 braddr remove printing of extra sources during run
(edit) @549 [549] 06/19/10 21:39:09 braddr Add another block of tests
(edit) @548 [548] 06/19/10 21:37:02 braddr remove debug echo
Note: See TracRevisionLog for help on using the revision log.