From 2094c03803a78c86278a7280421ed038a3fc205b Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Fri, 18 Dec 2015 18:40:33 +0000 Subject: mark TestGlobalVariables.py as XFAIL on OS X dwarf. tracking bug: https://llvm.org/bugs/show_bug.cgi?id=25872 llvm-svn: 256006 --- .../lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py b/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py index 46cf54397ac..1f91cd1660c 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py @@ -3,9 +3,6 @@ from __future__ import print_function - -import os, time -import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil @@ -22,7 +19,8 @@ class GlobalVariablesTestCase(TestBase): self.shlib_names = ["a"] @expectedFailureWindows("llvm.org/pr24764") - def test(self): + @expectedFailureAll("llvm.org/pr25872", oslist=["macosx"], debug_info="dwarf") + def test_c_global_variables(self): """Test 'frame variable --scope --no-args' which omits args and shows scopes.""" self.build() -- cgit v1.2.3