[Issue 13748] New: benchmark druntime/benchmark/aabench/string.d fails
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Nov 18 14:02:08 PST 2014
https://issues.dlang.org/show_bug.cgi?id=13748
Issue ID: 13748
Summary: benchmark druntime/benchmark/aabench/string.d fails
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: regression
Priority: P1
Component: druntime
Assignee: nobody at puremagic.com
Reporter: r.sagitario at gmx.de
The PR https://github.com/D-Programming-Language/druntime/pull/979 causes the
benchmark druntime/benchmark/aabench/string.d to fail:
- aa.length is one larger than expected
- the word "vita" is counted one less than before
- when iterating over aa, one entry less than aa.length is traversed
--
More information about the Digitalmars-d-bugs
mailing list