[Lldb-commits] [lldb] r283956 - Added a radar on our end for this test's failure.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 11 16:30:38 PDT 2016
Author: jingham
Date: Tue Oct 11 18:30:38 2016
New Revision: 283956
URL: http://llvm.org/viewvc/llvm-project?rev=283956&view=rev
Log:
Added a radar on our end for this test's failure.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py?rev=283956&r1=283955&r2=283956&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py Tue Oct 11 18:30:38 2016
@@ -23,7 +23,7 @@ class GlobalVariablesTestCase(TestBase):
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24764")
@expectedFailureAll(
- "llvm.org/pr25872",
+ "llvm.org/pr25872, <rdar://problem/28725399>",
oslist=["macosx"],
debug_info=[
"dwarf",
More information about the lldb-commits
mailing list