[Lldb-commits] [lldb] r282969 - Add the radar from our end to the bugreport string.

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 30 15:22:10 PDT 2016


Author: jingham
Date: Fri Sep 30 17:22:09 2016
New Revision: 282969

URL: http://llvm.org/viewvc/llvm-project?rev=282969&view=rev
Log:
Add the radar from our end to the bugreport string.

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=282969&r1=282968&r2=282969&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py Fri Sep 30 17:22:09 2016
@@ -300,7 +300,7 @@ class CommandLineCompletionTestCase(Test
     @expectedFailureAll(hostoslist=["windows"], bugnumber="llvm.org/pr24679")
     @expectedFailureAll(
         oslist=lldbplatform.darwin_all,
-        bugnumber="llvm.org/pr25485")
+        bugnumber="llvm.org/pr25485,<rdar://problem/28573448>")
     def test_symbol_name(self):
         self.build()
         self.complete_from_to('''file a.out




More information about the lldb-commits mailing list