Disable freezing test

This commit is contained in:
Sylvestre Ledru 2013-06-14 15:17:47 +00:00
parent 76129c2312
commit 14229a8cfb
2 changed files with 13 additions and 0 deletions

12
debian/patches/disabletestlldb.diff vendored Normal file
View File

@ -0,0 +1,12 @@
Index: llvm-toolchain-3.3-3.3/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
===================================================================
--- llvm-toolchain-3.3-3.3.orig/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py (révision 183568)
+++ llvm-toolchain-3.3-3.3/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py (révision 183569)
@@ -21,6 +21,7 @@
self.breakpoint_after_join_test()
@expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
+ @skipIfLinux # Causes hangs (llvm.org/pr16170) when run using "make check"
@dwarf_test
def test_with_dwarf(self):
"""Test breakpoint handling after a thread join."""

View File

@ -24,3 +24,4 @@ clang-format-version.diff
kfreebsd.diff
add-ubuntu-saucy.patch
lldb33-to-r183444.patch
disabletestlldb.diff