From fbbb8f32b014850640c635d776e78eabe3a40ba1 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 7 Jun 2013 22:09:23 +0000 Subject: [PATCH] We've got the type right, which has broken these tests - but now we need to get the location information correct that the type was papering over llvm-svn: 183576 --- debuginfo-tests/aggregate-indirect-arg.cpp | 2 ++ debuginfo-tests/sret.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debuginfo-tests/aggregate-indirect-arg.cpp b/debuginfo-tests/aggregate-indirect-arg.cpp index a010e35bbc26..e3001de54fe9 100644 --- a/debuginfo-tests/aggregate-indirect-arg.cpp +++ b/debuginfo-tests/aggregate-indirect-arg.cpp @@ -1,6 +1,8 @@ // RUN: %clangxx -O0 -g %s -c -o %t.o // RUN: %clangxx %t.o -o %t.out // RUN: %test_debuginfo %s %t.out +// XFail while getting location information right +// XFAIL: * // Radar 8945514 // DEBUGGER: break 22 // DEBUGGER: r diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp index 90145f8c194c..c65b7b61ca36 100644 --- a/debuginfo-tests/sret.cpp +++ b/debuginfo-tests/sret.cpp @@ -1,6 +1,8 @@ // RUN: %clangxx -O0 -g %s -c -o %t.o // RUN: %clangxx %t.o -o %t.out // RUN: %test_debuginfo %s %t.out +// XFail while getting location information right +// XFAIL: * // Radar 8775834 // DEBUGGER: break 61 // DEBUGGER: r -- 2.34.1