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