summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2016-09-09 17:07:15 +0000
committerTodd Fiala <todd.fiala@gmail.com>2016-09-09 17:07:15 +0000
commitace732a06969841c00abfe01a723106289b8a61e (patch)
tree302c3d7f8461d3ab1680744d60565c193df0501a /lldb/packages/Python/lldbsuite/test
parent22466a92e164f43aba45e9722cf62ee1bd47b246 (diff)
downloadbcm5719-llvm-ace732a06969841c00abfe01a723106289b8a61e.tar.gz
bcm5719-llvm-ace732a06969841c00abfe01a723106289b8a61e.zip
xfail DarwinLog "filter message by regex" tests
These tests are not working reliably. I'm marking them xfail until I resolve the issue. Tracked by: llvm.org/pr30299 llvm-svn: 281058
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/TestDarwinLogFilterRegexMessage.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/TestDarwinLogFilterRegexMessage.py b/lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/TestDarwinLogFilterRegexMessage.py
index e25834a4003..eceedce2954 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/TestDarwinLogFilterRegexMessage.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/TestDarwinLogFilterRegexMessage.py
@@ -24,6 +24,8 @@ class TestDarwinLogFilterRegexMessage(darwin_log.DarwinLogEventBasedTestBase):
mydir = lldbtest.TestBase.compute_mydir(__file__)
@decorators.skipUnlessDarwin
+ @decorators.expectedFailureAll(oslist=["macosx"],
+ bugnumber="llvm.org/pr30299")
def test_filter_accept_message_full_match(self):
"""Test that fall-through reject, accept regex whole message works."""
log_entries = self.do_test(
@@ -49,6 +51,8 @@ class TestDarwinLogFilterRegexMessage(darwin_log.DarwinLogEventBasedTestBase):
"First os_log call should have been skipped.")
@decorators.skipUnlessDarwin
+ @decorators.expectedFailureAll(oslist=["macosx"],
+ bugnumber="llvm.org/pr30299")
def test_filter_accept_message_partial_match(self):
"""Test that fall-through reject, accept regex message via partial
match works."""
@@ -66,6 +70,8 @@ class TestDarwinLogFilterRegexMessage(darwin_log.DarwinLogEventBasedTestBase):
"First os_log call should have been skipped.")
@decorators.skipUnlessDarwin
+ @decorators.expectedFailureAll(oslist=["macosx"],
+ bugnumber="llvm.org/pr30299")
def test_filter_reject_message_full_match(self):
"""Test that fall-through accept, reject regex message works."""
log_entries = self.do_test(
@@ -82,6 +88,8 @@ class TestDarwinLogFilterRegexMessage(darwin_log.DarwinLogEventBasedTestBase):
"First os_log call should have been skipped.")
@decorators.skipUnlessDarwin
+ @decorators.expectedFailureAll(oslist=["macosx"],
+ bugnumber="llvm.org/pr30299")
def test_filter_reject_message_partial_match(self):
"""Test that fall-through accept, reject regex message by partial
match works."""
@@ -99,6 +107,8 @@ class TestDarwinLogFilterRegexMessage(darwin_log.DarwinLogEventBasedTestBase):
"First os_log call should have been skipped.")
@decorators.skipUnlessDarwin
+ @decorators.expectedFailureAll(oslist=["macosx"],
+ bugnumber="llvm.org/pr30299")
def test_filter_accept_message_second_rule(self):
"""Test that fall-through reject, accept regex message on second rule
works."""
OpenPOWER on IntegriCloud