[llvm-commits] CVS: llvm/test/DebugInfo/2006-11-06-StackTrace.cpp

Chris Lattner clattner at apple.com
Sat May 5 14:33:27 PDT 2007


On May 5, 2007, at 2:03 PM, Jeff Cohen wrote:
> Are you sure that's the problem?  Even on my machine, where the OS
> identifies the hardware as amd64, the test was correctly XFAILing.

No, I'm not sure.  A better question is: why is this ppc specific? :)

-Chris

> Chris Lattner wrote:
>> Changes in directory llvm/test/DebugInfo:
>>
>> 2006-11-06-StackTrace.cpp updated: 1.11 -> 1.12
>> ---
>> Log message:
>>
>> fix failure on ahs3's tester
>>
>>
>> ---
>> Diffs of the changes:  (+3 -1)
>>
>>  2006-11-06-StackTrace.cpp |    4 +++-
>>  1 files changed, 3 insertions(+), 1 deletion(-)
>>
>>
>> Index: llvm/test/DebugInfo/2006-11-06-StackTrace.cpp
>> diff -u llvm/test/DebugInfo/2006-11-06-StackTrace.cpp:1.11 llvm/ 
>> test/DebugInfo/2006-11-06-StackTrace.cpp:1.12
>> --- llvm/test/DebugInfo/2006-11-06-StackTrace.cpp:1.11	Sun Apr 15  
>> 17:37:04 2007
>> +++ llvm/test/DebugInfo/2006-11-06-StackTrace.cpp	Sat May  5  
>> 15:50:35 2007
>> @@ -8,7 +8,9 @@
>>  // RUN:   grep {#0  DeepStack::deepest.*(this=.*,.*x=33)}
>>  // RUN: gdb -q -batch -n -x %t.in %t.exe | \
>>  // RUN:   grep {#7  0x.* in main.*(argc=\[12\],.*argv=.*)}
>> -// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64
>> +
>> +// Only works on ppc.  Should generalize?
>> +// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64|amd64
>>
>>  #include <stdlib.h>
>>
>>
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>>
>>
>>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list