diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2015-11-11 03:43:05 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2015-11-11 03:43:05 +0000 |
commit | b9b0c9c61d79f8f210008eb0f941b20aa8559807 (patch) | |
tree | 0cc6847d18e734f8a2eb6f1e37b8274a854e5c70 /lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py | |
parent | 5bcb152f265b8fe384083bacd35dbd35700fcf27 (diff) | |
download | bcm5719-llvm-b9b0c9c61d79f8f210008eb0f941b20aa8559807.tar.gz bcm5719-llvm-b9b0c9c61d79f8f210008eb0f941b20aa8559807.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py | 1 |
1 files changed, 1 insertions, 0 deletions
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") |