www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 20926] New: Autotester timing out does not say what operation

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

          Issue ID: 20926
           Summary: Autotester timing out does not say what operation
                    timed out
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: bugzilla digitalmars.com

Making it very hard to figure out what actually hung, since the autotester runs
multiple threads.

For example,

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

It should report something like:

  error: timed out running test 'dmd builtin'

instead of just:

  timed out after 3600 seconds, step failed

--
Jun 12 2020