Author: tfiala
Date: Sat Sep  3 19:43:10 2016
New Revision: 280606

URL: http://llvm.org/viewvc/llvm-project?rev=280606&view=rev
Log:
XFAIL TestGdbRemoteExitCode failing tests

Tracked by:
llvm.org/pr30271

Modified:
    
lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py

Modified: 
lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py?rev=280606&r1=280605&r2=280606&view=diff
==============================================================================
--- 
lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py
 (original)
+++ 
lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py
 Sat Sep  3 19:43:10 2016
@@ -59,6 +59,7 @@ class TestGdbRemoteExitCode(GdbRemoteTes
         self.start_inferior()
 
     @llgs_test
+    @expectedFailureAll(bugnumber="llvm.org/pr30271")
     def test_start_inferior_llgs(self):
         self.init_llgs_test()
         self.build()
@@ -118,6 +119,7 @@ class TestGdbRemoteExitCode(GdbRemoteTes
         self.inferior_exit_42()
 
     @llgs_test
+    @expectedFailureAll(bugnumber="llvm.org/pr30271")
     def test_inferior_exit_42_llgs(self):
         self.init_llgs_test()
         self.build()


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to