[llvm] r177901 - XFAIL DebugInfo tests for Hexagon.
Jyotsna Verma
jverma at codeaurora.org
Tue Mar 26 07:47:15 PDT 2013
Hi Eric,
Thanks for the suggestion. I will open a bug and work on it.
Thanks,
Jyotsna
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation
From: Eric Christopher [mailto:echristo at gmail.com]
Sent: Monday, March 25, 2013 4:02 PM
To: Jyotsna Verma
Cc: llvm-commits at cs.uiuc.edu
Subject: Re: [llvm] r177901 - XFAIL DebugInfo tests for Hexagon.
On Mon, Mar 25, 2013 at 1:20 PM, Jyotsna Verma <jverma at codeaurora.org>
wrote:
Author: jverma
Date: Mon Mar 25 15:20:34 2013
New Revision: 177901
URL: http://llvm.org/viewvc/llvm-project?rev=177901
<http://llvm.org/viewvc/llvm-project?rev=177901&view=rev> &view=rev
Log:
XFAIL DebugInfo tests for Hexagon.
Hexagon does not support -filetype=obj(direct object generation) flag.
Therefore,
the following tests are being XFAILed:
test/DebugInfo/dwarf-public-names.ll
test/DebugInfo/member-pointers.ll
test/DebugInfo/two-cus-from-same-file.ll
Better to have a REQUIRES: object-emission testsuite flag perhaps?
-eric
Modified:
llvm/trunk/test/DebugInfo/dwarf-public-names.ll
llvm/trunk/test/DebugInfo/member-pointers.ll
llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll
Modified: llvm/trunk/test/DebugInfo/dwarf-public-names.ll
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/dwarf-public-n
ames.ll?rev=177901
<http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/dwarf-public-
names.ll?rev=177901&r1=177900&r2=177901&view=diff>
&r1=177900&r2=177901&view=diff
============================================================================
==
--- llvm/trunk/test/DebugInfo/dwarf-public-names.ll (original)
+++ llvm/trunk/test/DebugInfo/dwarf-public-names.ll Mon Mar 25 15:20:34 2013
@@ -1,6 +1,6 @@
; RUN: llc -generate-dwarf-pubnames -filetype=obj -o %t.o < %s
; RUN: llvm-dwarfdump -debug-dump=pubnames %t.o | FileCheck %s
-;
+; XFAIL: hexagon
; ModuleID = 'dwarf-public-names.cpp'
;
; Generated from:
Modified: llvm/trunk/test/DebugInfo/member-pointers.ll
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/member-pointer
s.ll?rev=177901
<http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/member-pointe
rs.ll?rev=177901&r1=177900&r2=177901&view=diff>
&r1=177900&r2=177901&view=diff
============================================================================
==
--- llvm/trunk/test/DebugInfo/member-pointers.ll (original)
+++ llvm/trunk/test/DebugInfo/member-pointers.ll Mon Mar 25 15:20:34 2013
@@ -8,6 +8,7 @@
; CHECK: DW_TAG_ptr_to_member_type
; CHECK-NEXT: DW_AT_type [DW_FORM_ref4] (cu + {{.*}} => {[[TYPE]]})
; IR generated from clang -g with the following source:
+; XFAIL: hexagon
; struct S {
; };
;
Modified: llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/two-cus-from-s
ame-file.ll?rev=177901
<http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/two-cus-from-
same-file.ll?rev=177901&r1=177900&r2=177901&view=diff>
&r1=177900&r2=177901&view=diff
============================================================================
==
--- llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll (original)
+++ llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll Mon Mar 25 15:20:34
2013
@@ -6,6 +6,7 @@
; RUN: llc %s -o %t -filetype=obj -O0
; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
+; XFAIL: hexagon
; ModuleID = 'test.bc'
@str = private unnamed_addr constant [4 x i8] c"FOO\00"
_______________________________________________
llvm-commits mailing list
llvm-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130326/ab2e76a8/attachment.html>
More information about the llvm-commits
mailing list