[compiler-rt] r303864 - [powerpc] deactivate flakey test halt_on_error-torture.cc on powerpc64 be

Bill Seurer via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 11:46:01 PDT 2017


On 05/25/2017 11:38 AM, Kostya Serebryany wrote:
>> +// FIXME: This test regularly fails on powerpc64 BE.  Re-enable the
> test once
>> +// the problem(s) have been fixed.
>
> Hi Bill,
>
> Questions:
> * who and when is going to fix the problem(s)?

Aleksey is looking at (at least some of) the problems I believe.


> * can we disable the tests for BE-only, and not for LE?
This one was disabled only for be.

// UNSUPPORTED: powerpc64-unknown-linux-gnu
only affects BE

// UNSUPPORTED: powerpc64le
only affects LE

// UNSUPPORTED: powerpc64
affects both


> * Does anyone at IBM have plans to re-enable the other disabled tests?

If the underlying issues are fixed I will re-enable them.
-- 

-Bill Seurer



More information about the llvm-commits mailing list