[Lldb-commits] [lldb] r252702 - Mark TestCompletion.py test_symbol_name_dwarf XFAIL on Darwin.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 10 21:01:30 PST 2015


Author: tfiala
Date: Tue Nov 10 23:01:30 2015
New Revision: 252702

URL: http://llvm.org/viewvc/llvm-project?rev=252702&view=rev
Log:
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

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py?rev=252702&r1=252701&r2=252702&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py Tue Nov 10 23:01:30 2015
@@ -254,6 +254,7 @@ class CommandLineCompletionTestCase(Test
         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




More information about the lldb-commits mailing list