mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 16:31:43 +00:00
Disable freezing test
This commit is contained in:
parent
76129c2312
commit
14229a8cfb
12
debian/patches/disabletestlldb.diff
vendored
Normal file
12
debian/patches/disabletestlldb.diff
vendored
Normal 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."""
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -24,3 +24,4 @@ clang-format-version.diff
|
|||||||
kfreebsd.diff
|
kfreebsd.diff
|
||||||
add-ubuntu-saucy.patch
|
add-ubuntu-saucy.patch
|
||||||
lldb33-to-r183444.patch
|
lldb33-to-r183444.patch
|
||||||
|
disabletestlldb.diff
|
||||||
|
Loading…
Reference in New Issue
Block a user