buildbots question: does stderr output =>FAIL?

Renato Golin renato.golin at linaro.org
Fri May 17 11:30:57 PDT 2013


Hi David,

I've seen these errors popping up on my release tests, but only on Ubuntu
12.04 / gcc 4.6, but our bots are all gcc 4.7, so I'm not sure what's going
on. I think those tests are broken, and shouldn't even run on ARM unless
they're known to work (ie somebody actually make it run as it should on
ARM), which I'm not sure was the case.

I'm also seen it "pass" with error messages, which doesn't make sense, so
not only the feature (MCJIT) is not properly tested, but the test itself is
bogus.

Feel free to disable it while you investigate, or we'll have red bots
because of a bogus test, which is never good.

cheers,
--renato


On 17 May 2013 19:16, David Tweed <david.tweed at arm.com> wrote:

> Hi,
>
> My recent commit still has some tests failing on the ARM buildbots, eg,
>
> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/7967
>
> Trying to run these by hand on a pandaboard llvm-lit is either passing them
> or XFAILing them, so I'm a bit at a loss as to what's happening. One thing
> that's suddenly occurred to me looking at the stdio buildbot output that
> the
> exit code is actually correct but they're producing output on stderr,
> because lli doesn't support one of the options. Maybe this is causing them
> to get classified as fails within a buildbot context?
>
> But I don't really know; if anyone has any ideas I'd love to hear them.
>
> Cheers,
> Dave
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130517/55bd68bd/attachment.html>


More information about the llvm-commits mailing list