[cfe-commits] r117515 - /cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp
Stuart Hastings
stuart at apple.com
Wed Oct 27 17:47:58 PDT 2010
Author: stuart
Date: Wed Oct 27 19:47:58 2010
New Revision: 117515
URL: http://llvm.org/viewvc/llvm-project?rev=117515&view=rev
Log:
Test passes on Darwin; try to XFAIL on freebsd, linux, xp/msvc9.
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp?rev=117515&r1=117514&r2=117515&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp Wed Oct 27 19:47:58 2010
@@ -1,3 +1,4 @@
+// XFAIL: freebsd, linux
// RUN: %clang -g -S %s -o - | FileCheck %s
// CHECK: TAG_namespace
More information about the cfe-commits
mailing list