[debuginfo-tests] r189920 - Only fail this on darwin since most other platforms should have a newer
Eric Christopher
echristo at gmail.com
Tue Sep 3 22:06:10 PDT 2013
Author: echristo
Date: Wed Sep 4 00:06:10 2013
New Revision: 189920
URL: http://llvm.org/viewvc/llvm-project?rev=189920&view=rev
Log:
Only fail this on darwin since most other platforms should have a newer
gdb.
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=189920&r1=189919&r2=189920&view=diff
==============================================================================
--- debuginfo-tests/trunk/static-member.cpp (original)
+++ debuginfo-tests/trunk/static-member.cpp Wed Sep 4 00:06:10 2013
@@ -1,7 +1,7 @@
// RUN: %clangxx -O0 -g %s -o %t -c
// RUN: %clangxx %t -o %t.out
// RUN: %test_debuginfo %s %t.out
-// XFAIL: *
+// XFAIL: darwin
// DEBUGGER: delete breakpoints
// DEBUGGER: break static-member.cpp:33
More information about the llvm-commits
mailing list