forked from OSchip/llvm-project
Now that we get non-trivial value parameters locations correct, un-XFAIL these tests.
llvm-svn: 184372
This commit is contained in:
parent
705a7b4cb7
commit
86feadcc76
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue