[Lldb-commits] [lldb] r252699 - Mark TestTerminal.py as XFAIL on OS X.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 10 19:43:05 PST 2015


Author: tfiala
Date: Tue Nov 10 21:43:05 2015
New Revision: 252699

URL: http://llvm.org/viewvc/llvm-project?rev=252699&view=rev
Log:
Mark TestTerminal.py as XFAIL on OS X.

See the following tracking bug:
https://llvm.org/bugs/show_bug.cgi?id=25484

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py?rev=252699&r1=252698&r2=252699&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py Tue Nov 10 21:43:05 2015
@@ -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")




More information about the lldb-commits mailing list