diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-16 21:04:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-16 21:04:22 +0000 |
commit | 4befb1f96d641a958548654b2c3b674f0ce8404c (patch) | |
tree | 664480204c546e55b123766a30e6fcf022c5486e /packages/Python/lldbsuite/test/expression_command | |
parent | f1d04915a666728c241bedb36bd99aafee3ea444 (diff) |
Notes
Diffstat (limited to 'packages/Python/lldbsuite/test/expression_command')
-rw-r--r-- | packages/Python/lldbsuite/test/expression_command/call-restarts/TestCallThatRestarts.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/expression_command/call-restarts/TestCallThatRestarts.py b/packages/Python/lldbsuite/test/expression_command/call-restarts/TestCallThatRestarts.py index bef4be1eb5f89..0b9ad0ed63232 100644 --- a/packages/Python/lldbsuite/test/expression_command/call-restarts/TestCallThatRestarts.py +++ b/packages/Python/lldbsuite/test/expression_command/call-restarts/TestCallThatRestarts.py @@ -14,6 +14,7 @@ from lldbsuite.test import lldbutil class ExprCommandThatRestartsTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) + NO_DEBUG_INFO_TESTCASE = True def setUp(self): # Call super's setUp(). @@ -25,6 +26,7 @@ class ExprCommandThatRestartsTestCase(TestBase): @skipIfFreeBSD # llvm.org/pr19246: intermittent failure @skipIfDarwin # llvm.org/pr19246: intermittent failure @skipIfWindows # Test relies on signals, unsupported on Windows + @expectedFlakeyAndroid(bugnumber="llvm.org/pr19246") def test(self): """Test calling function that hits a signal and restarts.""" self.build() |