[Issue 17986] New: Erratic failure with std/experimental/allocator/common.d(445): unittest failure

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 17 02:42:29 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=17986

          Issue ID: 17986
           Summary: Erratic failure with
                    std/experimental/allocator/common.d(445): unittest
                    failure
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: bugzilla at digitalmars.com

Happens under the autotester:

timelimit -t 90  generated/osx/debug/32/unittest/test_runner
std.experimental.allocator.common
****** FAIL debug32 std.experimental.allocator.common
core.exception.AssertError at std/experimental/allocator/common.d(445): unittest
failure
----------------
4   test_runner                         0x013bb3b7 onAssertErrorMsg + 91
5   test_runner                         0x013bb404 onUnittestErrorMsg + 28
6   test_runner                         0x013bb644 _d_unittest_msg + 28
7   test_runner                         0x013bb693 _d_unittest + 71
8   test_runner                         0x013bb620 _d_unittestp + 56
9   test_runner                         0x00f34472 void
std.experimental.allocator.common.__unittest_std_experimental_allocator_common_d_404_9()
+ 322
10  test_runner                         0x00f3373b void
std.experimental.allocator.common.__modtest() + 55
11  test_runner                         0x00051d17 void
test_runner.doTest(object.ModuleInfo*, ref bool) + 91
12  test_runner                         0x00051c40 bool
test_runner.testModules() + 308
13  test_runner                         0x00051b00 bool test_runner.tester() +
20
14  test_runner                         0x013bc0f7 runModuleUnitTests + 187
15  test_runner                         0x013d05dd void
rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).runAll()
+ 37
16  test_runner                         0x013d055a void
rt.dmain2._d_run_main(int, char**, extern (C) int
function(char[][])*).tryExec(scope void delegate()) + 34
17  test_runner                         0x013d04ab _d_run_main + 651
18  test_runner                         0x000519d7 main + 55
19  test_runner                         0x00051974 start + 52
20  ???                                 0x00000001 0x0 + 1
make[1]: *** [unittest/std/experimental/allocator/common.run] Error 1

--


More information about the Digitalmars-d-bugs mailing list