[debuginfo-tests] r189915 - XFAILed the static-member.cpp test since we no longer support emitting debug info that support what Eric calls "the member hack".
Michael Gottesman
mgottesman at apple.com
Tue Sep 3 21:44:05 PDT 2013
Author: mgottesman
Date: Tue Sep 3 23:44:05 2013
New Revision: 189915
URL: http://llvm.org/viewvc/llvm-project?rev=189915&view=rev
Log:
XFAILed the static-member.cpp test since we no longer support emitting debug info that support what Eric calls "the member hack".
Modified:
debuginfo-tests/trunk/static-member.cpp
Modified: debuginfo-tests/trunk/static-member.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/static-member.cpp?rev=189915&r1=189914&r2=189915&view=diff
==============================================================================
--- debuginfo-tests/trunk/static-member.cpp (original)
+++ debuginfo-tests/trunk/static-member.cpp Tue Sep 3 23:44:05 2013
@@ -1,6 +1,7 @@
// RUN: %clangxx -O0 -g %s -o %t -c
// RUN: %clangxx %t -o %t.out
// RUN: %test_debuginfo %s %t.out
+// XFAIL: *
// DEBUGGER: delete breakpoints
// DEBUGGER: break static-member.cpp:33
More information about the llvm-commits
mailing list