From b9b0c9c61d79f8f210008eb0f941b20aa8559807 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Wed, 11 Nov 2015 03:43:05 +0000 Subject: Mark TestTerminal.py as XFAIL on OS X. See the following tracking bug: https://llvm.org/bugs/show_bug.cgi?id=25484 llvm-svn: 252699 --- lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py b/lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py index 28aab33b40a..5697c2c3728 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py @@ -20,6 +20,7 @@ class LaunchInTerminalTestCase(TestBase): # a program in a separate terminal window. It would be great if other platforms # added support for this. @skipUnlessDarwin + @expectedFailureDarwin("llvm.org/pr25484") # If the test is being run under sudo, the spawned terminal won't retain that elevated # privilege so it can't open the socket to talk back to the test case @unittest2.skipIf(hasattr(os, 'geteuid') and os.geteuid() == 0, "test cannot be run as root") -- cgit v1.2.3