diff options
-rw-r--r-- | debuginfo-tests/aggregate-indirect-arg.cpp | 2 | ||||
-rw-r--r-- | debuginfo-tests/sret.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debuginfo-tests/aggregate-indirect-arg.cpp b/debuginfo-tests/aggregate-indirect-arg.cpp index a010e35bbc2..e3001de54fe 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 90145f8c194..c65b7b61ca3 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 |