diff options
| author | Adrian Prantl <aprantl@apple.com> | 2018-12-20 23:16:47 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2018-12-20 23:16:47 +0000 |
| commit | 74f6bcfb49ed737f781ea278f072e83fcc1ce058 (patch) | |
| tree | 254e982eeee6217f2bd9b175a38f1a8dc962e168 /lldb/packages/Python/lldbsuite/test/functionalities | |
| parent | fb81437638d220a7112568d27b3b72b9542b90e6 (diff) | |
| download | bcm5719-llvm-74f6bcfb49ed737f781ea278f072e83fcc1ce058.tar.gz bcm5719-llvm-74f6bcfb49ed737f781ea278f072e83fcc1ce058.zip | |
Disable a few tests on the green dragon sanitzier bot.
These are tests that found actual, but hard to fix, bugs that are
tracked elsewhere. Leaving them red only distracts from new failures
this bot finds.
llvm-svn: 349851
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py b/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py index 642530a4ad2..2cec254acc0 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py @@ -31,12 +31,14 @@ class ExecTestCase(TestBase): @skipUnlessDarwin @expectedFailureAll(archs=['i386'], bugnumber="rdar://28656532") @expectedFailureAll(oslist=["ios", "tvos", "watchos", "bridgeos"], bugnumber="rdar://problem/34559552") # this exec test has problems on ios systems + @skipIfSanitized # rdar://problem/43756823 def test_hitting_exec (self): self.do_test(False) @skipUnlessDarwin @expectedFailureAll(archs=['i386'], bugnumber="rdar://28656532") @expectedFailureAll(oslist=["ios", "tvos", "watchos", "bridgeos"], bugnumber="rdar://problem/34559552") # this exec test has problems on ios systems + @skipIfSanitized # rdar://problem/43756823 def test_skipping_exec (self): self.do_test(True) |

