[dmd-internals] [D-Programming-Language/dmd] eb59c3: add -w switch to test cases
Brad Roberts
braddr at puremagic.com
Sat Aug 27 13:08:43 PDT 2011
On Saturday, August 27, 2011 11:47:02 AM, noreply at github.com wrote:
> Branch: refs/heads/master
> Home: https://github.com/D-Programming-Language/dmd
>
> Commit: eb59c3be4d11cf0c60f7555ce57ca7cda83d8ff9
> https://github.com/D-Programming-Language/dmd/commit/eb59c3be4d11cf0c60f7555ce57ca7cda83d8ff9
> Author: Walter Bright <walter at walterbright.com>
> Date: 2011-08-27 (Sat, 27 Aug 2011)
<snip>
> Log Message:
> -----------
> add -w switch to test cases
There's still one that fails to fail, test s:
https://github.com/D-Programming-Language/dmd/blob/eb59c3be4d11cf0c60f7555ce57ca7cda83d8ff9/test/fail_compilation/fail4375s.d
... fail_compilation/fail4375s.d -w ()
Test failed. The logged output:
../src/dmd -m32 -Ifail_compilation -w
-odtest_results/fail_compilation
-oftest_results/fail_compilation/fail4375s_0.o -c
fail_compilation/fail4375s.d
==============================
Test failed: expected rc == 1, but exited with rc == 0
More information about the dmd-internals
mailing list