[Issue 123] Use of function, modulus, and dollar sign (length) fails to compile with static and const

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 11 18:56:46 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=123



--- Comment #4 from github-bugzilla at puremagic.com 2012-05-11 18:58:10 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a1e42aa8cb31cd218d98c5685d8848de264ddf51
Add a new DISABLED option for tests

Sometimes is useful to be able to add tests even when they don't pass.
Being able to do so, makes life easier for people wanting to fix the bug
(they have the test right there) and ensures people don't forget to add
test cases just because it would break the auto-tester.

Now tests can have a DISABLED option which should have a reason why the
test was disabled. For example:
// DISABLED: bug 123 is still not fixed

When a test is disabled, a special message is printed, for example:
 !!! runnable/bug123.d          () [DISABLED: bug 123 is still not fixed]

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list