D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 20418 - Unittest failure in bitarray.d on Win32
Summary: Unittest failure in bitarray.d on Win32
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All Windows
: P1 regression
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2019-11-26 20:56 UTC by moonlightsentinel
Modified: 2019-11-26 22:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description moonlightsentinel 2019-11-26 20:56:08 UTC
Running DMD master with unittests enabled fails on Win32:

core.exception.AssertError@dmd\root\bitarray.d(170): unittest failure
----------------
0x00742E89 in _d_unittestp
0x006548CC in void dmd.root.bitarray.__modtest()
0x0074AF3A in int core.runtime.runModuleUnitTests().__foreachbody1(object.ModuleInfo*)
1/21 unittests FAILED
Comment 1 Dlang Bot 2019-11-26 20:59:58 UTC
@MoonlightSentinel created dlang/dmd pull request #10620 "Fix Issue 20418: Unittest failure in bitarray.d on Win32" fixing this issue:

- Fix Issue 20418: Unittest failure in bitarray.d on Win32

https://github.com/dlang/dmd/pull/10620
Comment 2 Dlang Bot 2019-11-26 22:42:12 UTC
dlang/dmd pull request #10620 "Fix Issue 20418: Unittest failure in bitarray.d on Win32" was merged into master:

- e7191751ad000d08542655511d9dbfe406c0b3bf by MoonlightSentinel:
  Fix Issue 20418: Unittest failure in bitarray.d on Win32

https://github.com/dlang/dmd/pull/10620