Skip to content
Snippets Groups Projects
Commit b3ad17fb authored by Tamas Berghammer's avatar Tamas Berghammer
Browse files

XFAIL/XFlakey some tests what become very flakey on the Linux buildbot

llvm-svn: 309265
parent 8e82af2b
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ class ConcurrentNWatchNBreak(ConcurrentEventsBase): ...@@ -16,6 +16,7 @@ class ConcurrentNWatchNBreak(ConcurrentEventsBase):
@skipIfRemoteDueToDeadlock @skipIfRemoteDueToDeadlock
# Atomic sequences are not supported yet for MIPS in LLDB. # Atomic sequences are not supported yet for MIPS in LLDB.
@skipIf(triple='^mips') @skipIf(triple='^mips')
@expectedFailureAll(oslist=["linux"]) # Very flakey
def test(self): def test(self):
"""Test with 5 watchpoint and breakpoint threads.""" """Test with 5 watchpoint and breakpoint threads."""
self.build(dictionary=self.getBuildFlags()) self.build(dictionary=self.getBuildFlags())
......
...@@ -16,6 +16,7 @@ class ConcurrentTwoWatchpointsOneBreakpoint(ConcurrentEventsBase): ...@@ -16,6 +16,7 @@ class ConcurrentTwoWatchpointsOneBreakpoint(ConcurrentEventsBase):
@skipIfRemoteDueToDeadlock @skipIfRemoteDueToDeadlock
# Atomic sequences are not supported yet for MIPS in LLDB. # Atomic sequences are not supported yet for MIPS in LLDB.
@skipIf(triple='^mips') @skipIf(triple='^mips')
@expectedFlakeyLinux
def test(self): def test(self):
"""Test two threads that trigger a watchpoint and one breakpoint thread. """ """Test two threads that trigger a watchpoint and one breakpoint thread. """
self.build(dictionary=self.getBuildFlags()) self.build(dictionary=self.getBuildFlags())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment