<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 25, 2013 at 1:20 PM, Jyotsna Verma <span dir="ltr"><<a href="mailto:jverma@codeaurora.org" target="_blank">jverma@codeaurora.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: jverma<br>
Date: Mon Mar 25 15:20:34 2013<br>
New Revision: 177901<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=177901&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=177901&view=rev</a><br>
Log:<br>
XFAIL DebugInfo tests for Hexagon.<br>
<br>
Hexagon does not support -filetype=obj(direct object generation) flag. Therefore,<br>
the following tests are being XFAILed:<br>
<br>
test/DebugInfo/dwarf-public-names.ll<br>
test/DebugInfo/member-pointers.ll<br>
test/DebugInfo/two-cus-from-same-file.ll<br>
<br></blockquote><div><br></div><div style>Better to have a REQUIRES: object-emission testsuite flag perhaps?</div><div style><br></div><div style>-eric</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Modified:<br>
    llvm/trunk/test/DebugInfo/dwarf-public-names.ll<br>
    llvm/trunk/test/DebugInfo/member-pointers.ll<br>
    llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll<br>
<br>
Modified: llvm/trunk/test/DebugInfo/dwarf-public-names.ll<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/dwarf-public-names.ll?rev=177901&r1=177900&r2=177901&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/dwarf-public-names.ll?rev=177901&r1=177900&r2=177901&view=diff</a><br>

==============================================================================<br>
--- llvm/trunk/test/DebugInfo/dwarf-public-names.ll (original)<br>
+++ llvm/trunk/test/DebugInfo/dwarf-public-names.ll Mon Mar 25 15:20:34 2013<br>
@@ -1,6 +1,6 @@<br>
 ; RUN: llc -generate-dwarf-pubnames -filetype=obj -o %t.o < %s<br>
 ; RUN: llvm-dwarfdump -debug-dump=pubnames %t.o | FileCheck %s<br>
-;<br>
+; XFAIL: hexagon<br>
 ; ModuleID = 'dwarf-public-names.cpp'<br>
 ;<br>
 ; Generated from:<br>
<br>
Modified: llvm/trunk/test/DebugInfo/member-pointers.ll<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/member-pointers.ll?rev=177901&r1=177900&r2=177901&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/member-pointers.ll?rev=177901&r1=177900&r2=177901&view=diff</a><br>

==============================================================================<br>
--- llvm/trunk/test/DebugInfo/member-pointers.ll (original)<br>
+++ llvm/trunk/test/DebugInfo/member-pointers.ll Mon Mar 25 15:20:34 2013<br>
@@ -8,6 +8,7 @@<br>
 ; CHECK: DW_TAG_ptr_to_member_type<br>
 ; CHECK-NEXT: DW_AT_type [DW_FORM_ref4]       (cu + {{.*}} => {[[TYPE]]})<br>
 ; IR generated from clang -g with the following source:<br>
+; XFAIL: hexagon<br>
 ; struct S {<br>
 ; };<br>
 ;<br>
<br>
Modified: llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll?rev=177901&r1=177900&r2=177901&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll?rev=177901&r1=177900&r2=177901&view=diff</a><br>

==============================================================================<br>
--- llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll (original)<br>
+++ llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll Mon Mar 25 15:20:34 2013<br>
@@ -6,6 +6,7 @@<br>
 ; RUN: llc %s -o %t -filetype=obj -O0<br>
 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s<br>
<br>
+; XFAIL: hexagon<br>
 ; ModuleID = 'test.bc'<br>
<br>
 @str = private unnamed_addr constant [4 x i8] c"FOO\00"<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div></div>