Now that we get non-trivial value parameters locations correct, un-XFAIL these tests.
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 19 Jun 2013 22:07:11 +0000 (22:07 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 19 Jun 2013 22:07:11 +0000 (22:07 +0000)
llvm-svn: 184372

debuginfo-tests/aggregate-indirect-arg.cpp
debuginfo-tests/sret.cpp

index e3001de..f6b01b2 100644 (file)
@@ -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
 
index c65b7b6..1903cdd 100644 (file)
@@ -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