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/python_api | |
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/python_api')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py b/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py index 6d1fb232d99..33f4a790aac 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py @@ -107,6 +107,7 @@ class HelloWorldTestCase(TestBase): @add_test_categories(['pyapi']) @skipIfiOSSimulator + @skipIfSanitized # FIXME: Hangs indefinitely. def test_with_attach_to_process_with_name_api(self): """Create target, spawn a process, and attach to it with process name.""" exe = '%s_%d'%(self.getBuildArtifact(self.testMethodName), os.getpid()) |