On Wednesday, 16 September 2020 at 11:17:41 UTC, wjoe wrote:
On Wednesday, 16 September 2020 at 10:57:46 UTC, Iain Buclaw wrote:
On Tuesday, 15 September 2020 at 16:00:56 UTC, wjoe wrote:
[...]
I had a look on the most recent build, and they are all 
timeout failures.  This has on some rare occasions happened 
locally.  It is related to building phobos unittests with 
optimizations enabled.
The default timeout value is 300, maybe it should be increased 
to 600.
Should be as simple as adding:

    global tool_timeout
    set tool_timeout 600

Inside this proc https://github.com/D-Programming-GDC/gcc/blob/8177cfa01e10aabb29bc8496657ff0b847e9ceb9/libphobos/testsuite/lib/libphobos.exp#L96-L100
Done.
Is it supposed to not error out on time out failures ?
The testsuite runs until completion, it doesn't exit after the 
first failure occurred.
The buildci script can be tweaked to return failure if there's 
any FAIL tests in the summary log as part of the final step.


Reply via email to