August 27, 2011 [dmd-internals] [D-Programming-Language/dmd] eb59c3: add -w switch to test cases | ||||
---|---|---|---|---|
| ||||
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) Changed paths: M test/fail_compilation/fail4375a.d M test/fail_compilation/fail4375b.d M test/fail_compilation/fail4375c.d M test/fail_compilation/fail4375d.d M test/fail_compilation/fail4375e.d M test/fail_compilation/fail4375f.d M test/fail_compilation/fail4375g.d M test/fail_compilation/fail4375h.d M test/fail_compilation/fail4375i.d M test/fail_compilation/fail4375j.d M test/fail_compilation/fail4375k.d M test/fail_compilation/fail4375l.d M test/fail_compilation/fail4375m.d M test/fail_compilation/fail4375o.d M test/fail_compilation/fail4375p.d M test/fail_compilation/fail4375q.d M test/fail_compilation/fail4375r.d M test/fail_compilation/fail4375s.d M test/fail_compilation/fail4375t.d M test/fail_compilation/fail4375u.d M test/fail_compilation/fail4375v.d M test/fail_compilation/fail4375w.d M test/fail_compilation/fail4375x.d M test/fail_compilation/fail4375y.d Log Message: ----------- add -w switch to test cases |
August 27, 2011 [dmd-internals] [D-Programming-Language/dmd] eb59c3: add -w switch to test cases | ||||
---|---|---|---|---|
| ||||
Posted in reply to noreply at github.com | 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 |
Copyright © 1999-2021 by the D Language Foundation