[Lldb-commits] [lldb] r291118 - Skip a test on darwin.

Hafiz Abid Qadeer via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 5 07:09:07 PST 2017


Author: abidh
Date: Thu Jan  5 09:09:07 2017
New Revision: 291118

URL: http://llvm.org/viewvc/llvm-project?rev=291118&view=rev
Log:
Skip a test on darwin.

My earlier commit today seem to cause a failure on a darwin buildbot.
I am skipping the test while I investigate the failure.


Modified:
    lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiEnvironmentCd.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiEnvironmentCd.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiEnvironmentCd.py?rev=291118&r1=291117&r2=291118&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiEnvironmentCd.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiEnvironmentCd.py Thu Jan  5 09:09:07 2017
@@ -17,6 +17,7 @@ class MiEnvironmentCdTestCase(lldbmi_tes
 
     @skipIfWindows  # llvm.org/pr24452: Get lldb-mi tests working on Windows
     @skipIfFreeBSD  # llvm.org/pr22411: Failure presumably due to known thread races
+    @skipIfDarwin   # Disabled while I investigate the failure on buildbot.
     def test_lldbmi_environment_cd(self):
         """Test that 'lldb-mi --interpreter' changes working directory for inferior."""
 




More information about the lldb-commits mailing list