[debuginfo-tests] r184372 - Now that we get non-trivial value parameters locations correct, un-XFAIL these tests.
David Blaikie
dblaikie at gmail.com
Wed Jun 19 15:07:11 PDT 2013
Author: dblaikie
Date: Wed Jun 19 17:07:11 2013
New Revision: 184372
URL: http://llvm.org/viewvc/llvm-project?rev=184372&view=rev
Log:
Now that we get non-trivial value parameters locations correct, un-XFAIL these tests.
Modified:
debuginfo-tests/trunk/aggregate-indirect-arg.cpp
debuginfo-tests/trunk/sret.cpp
Modified: debuginfo-tests/trunk/aggregate-indirect-arg.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/aggregate-indirect-arg.cpp?rev=184372&r1=184371&r2=184372&view=diff
==============================================================================
--- debuginfo-tests/trunk/aggregate-indirect-arg.cpp (original)
+++ debuginfo-tests/trunk/aggregate-indirect-arg.cpp Wed Jun 19 17:07:11 2013
@@ -1,13 +1,11 @@
// 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
// DEBUGGER: p v
-// CHECK: $1 = (SVal &)
+// CHECK: $1 = {
// CHECK: Data = 0x0,
// CHECK: Kind = 2142
Modified: debuginfo-tests/trunk/sret.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/sret.cpp?rev=184372&r1=184371&r2=184372&view=diff
==============================================================================
--- debuginfo-tests/trunk/sret.cpp (original)
+++ debuginfo-tests/trunk/sret.cpp Wed Jun 19 17:07:11 2013
@@ -1,13 +1,11 @@
// 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: break 62
// DEBUGGER: r
// DEBUGGER: p a
-// CHECK: $1 = (A &)
+// CHECK: $1 = {
// CHECK: _vptr$A =
// CHECK: m_int = 12
More information about the llvm-commits
mailing list