From 76be2a2cabc225c9bfbe5a6673f5e7302bea4aca Mon Sep 17 00:00:00 2001 From: Stuart Hastings Date: Thu, 28 Oct 2010 00:47:58 +0000 Subject: [PATCH] Test passes on Darwin; try to XFAIL on freebsd, linux, xp/msvc9. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117515 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/debug-info-namespace.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGenCXX/debug-info-namespace.cpp b/test/CodeGenCXX/debug-info-namespace.cpp index 2e0a96d566..af6020e0ae 100644 --- a/test/CodeGenCXX/debug-info-namespace.cpp +++ b/test/CodeGenCXX/debug-info-namespace.cpp @@ -1,3 +1,4 @@ +// XFAIL: freebsd, linux // RUN: %clang -g -S %s -o - | FileCheck %s // CHECK: TAG_namespace -- 2.50.1