Displaying 1 result from an estimated 1 matches for "noex".
Did you mean:
noel
2019 Feb 14
2
Buildbots do not detect test-suite failures!!!
...g code does not adequately detect this (I think the
buildbot scripts grep for a string such as "FAIL:" in the log or something
along those lines). Previously, a failure to compile would show up as two
failures (a failure at compile time and a failure at link time). Now it
just shows up as NOEXE.
This really seems like something we should fix ASAP.
For an example:
http://lab.llvm.org:8011/builders/clang-s390x-linux-lnt/builds/11252/steps/test-suite/logs/stdio
The Vector-build test case shows up as NOEXE and we're clearly hitting an
UNREACHABLE while compiling the test:
Unexpected...