[llvm-commits] [llvm] r48219 - /llvm/trunk/test/CodeGen/PowerPC/Frames-align.ll
Chris Lattner
clattner at apple.com
Tue Mar 11 10:35:07 PDT 2008
On Mar 11, 2008, at 10:05 AM, Dale Johannesen wrote:
>
> On Mar 11, 2008, at 9:30 AM, Chris Lattner wrote:
>
>> On Mar 11, 2008, at 12:51 AM, Evan Cheng wrote:
>>> URL: http://llvm.org/viewvc/llvm-project?rev=48219&view=rev
>>> Log:
>>> Learn how to xfail a test.
>>
>> Dale, is this test testing the wrong values? If so, please update
>> and
>> unxfail it.
>>
>> -Chris
>
> I disabled this feature because it doesn't work in the general case,
> isn't trivial to fix, and isn't supported by gcc.
> Xfailing the test looks OK to me.
An xfailed test says that there is something that was working that has
regressed. If we don't plan to implement this feature or the test was
wrong initially, please just remove it.
-Chris
More information about the llvm-commits
mailing list