summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/signals
diff options
context:
space:
mode:
authorVince Harron <vince@nethacker.com>2015-06-26 15:13:21 +0000
committerVince Harron <vince@nethacker.com>2015-06-26 15:13:21 +0000
commit7ac3ea424bd671a62918fffebffb1dedc5f43336 (patch)
tree32ff06e73c92e7b748b2cf6b04d738960d6f3e21 /lldb/test/python_api/signals
parentc2ae76737753a55f18a290f1e64f8bca60423449 (diff)
downloadbcm5719-llvm-7ac3ea424bd671a62918fffebffb1dedc5f43336.tar.gz
bcm5719-llvm-7ac3ea424bd671a62918fffebffb1dedc5f43336.zip
Added expectedFlakey test decorator
SUMMARY Flakey tests get two chances to pass Also, switched a bunch of tests to use new decorator. TEST PLAN Add one of these decorators to a test Edit a test to pass on the first invocation, confirm test appears as pass Edit a test to pass on the first invocation, pass on the second, confirm test appears as xfail Edit a test to fail on two consecutive runs, confirm test appears in results as fail/error Differential Revision: http://reviews.llvm.org/D10721 llvm-svn: 240789
Diffstat (limited to 'lldb/test/python_api/signals')
-rw-r--r--lldb/test/python_api/signals/TestSignalsAPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/signals/TestSignalsAPI.py b/lldb/test/python_api/signals/TestSignalsAPI.py
index 804daefafe8..8d05d3771fd 100644
--- a/lldb/test/python_api/signals/TestSignalsAPI.py
+++ b/lldb/test/python_api/signals/TestSignalsAPI.py
@@ -12,7 +12,7 @@ class SignalsAPITestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@python_api_test
- @expectedFailureLinux # this test fails 1/100 dosep runs
+ @expectedFlakeyLinux # this test fails 1/100 dosep runs
def test_ignore_signal(self):
"""Test Python SBUnixSignals.Suppress/Stop/Notify() API."""
self.buildDefault()
OpenPOWER on IntegriCloud