diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2015-11-11 05:01:30 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2015-11-11 05:01:30 +0000 |
commit | f4500f0ea1b48185a021686611d90685024e865b (patch) | |
tree | 959666575b88e1a4649414f446b47021d162f0f7 /lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py | |
parent | fc4bfc465afa391da841ce58c5acff8c723425da (diff) | |
download | bcm5719-llvm-f4500f0ea1b48185a021686611d90685024e865b.tar.gz bcm5719-llvm-f4500f0ea1b48185a021686611d90685024e865b.zip |
Mark TestCompletion.py test_symbol_name_dwarf XFAIL on Darwin.
This test fails most of the time when run under heavy load. The dsym
variant doesn't seem to be failing.
Tracking XFAIL marker with:
https://llvm.org/bugs/show_bug.cgi?id=25485
llvm-svn: 252702
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py b/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py index f1f8e19df4a..d7aab03c083 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py @@ -254,6 +254,7 @@ class CommandLineCompletionTestCase(TestBase): self.complete_from_to('target va', 'target variable ') @expectedFailureHostWindows("llvm.org/pr24679") + @expectedFailureDarwin("llvm.org/pr25485") def test_symbol_name(self): self.build() self.complete_from_to('''file a.out |