diff options
| author | David Blaikie <dblaikie@gmail.com> | 2013-06-07 22:09:23 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2013-06-07 22:09:23 +0000 |
| commit | fbbb8f32b014850640c635d776e78eabe3a40ba1 (patch) | |
| tree | 74541195100af02e7d98007790012493b875ec4c /debuginfo-tests | |
| parent | 6a42665f9f0ec841aa3b98f05933e2f10207400e (diff) | |
| download | bcm5719-llvm-fbbb8f32b014850640c635d776e78eabe3a40ba1.tar.gz bcm5719-llvm-fbbb8f32b014850640c635d776e78eabe3a40ba1.zip | |
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
Diffstat (limited to 'debuginfo-tests')
| -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 |

