[Lldb-commits] [lldb] r238977 - Skip test failing on FreeBSD buildbot due to pexepect issues

Ed Maste emaste at freebsd.org
Wed Jun 3 14:21:40 PDT 2015


Author: emaste
Date: Wed Jun  3 16:21:40 2015
New Revision: 238977

URL: http://llvm.org/viewvc/llvm-project?rev=238977&view=rev
Log:
Skip test failing on FreeBSD buildbot due to pexepect issues

The pexpect exception is not handled by expectedFailureFreeBSD, so just
skip the test for now.

llvm.org/pr22784

Modified:
    lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py

Modified: lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py?rev=238977&r1=238976&r2=238977&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py (original)
+++ lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py Wed Jun  3 16:21:40 2015
@@ -23,6 +23,7 @@ class StopHookForMultipleThreadsTestCase
     @expectedFailureFreeBSD("llvm.org/pr15037")
     @expectedFailureLinux("llvm.org/pr15037") # stop hooks sometimes fail to fire on Linux
     @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
+    @skipIfFreeBSD # llvm.org/pr22784
     def test_stop_hook_multiple_threads_with_dwarf(self):
         """Test that lldb stop-hook works for multiple threads."""
         self.buildDwarf(dictionary=self.d)





More information about the lldb-commits mailing list