[Lldb-commits] [lldb] r283940 - Add the radar number on our end.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 11 14:08:28 PDT 2016
Author: jingham
Date: Tue Oct 11 16:08:27 2016
New Revision: 283940
URL: http://llvm.org/viewvc/llvm-project?rev=283940&view=rev
Log:
Add the radar number on our end.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py?rev=283940&r1=283939&r2=283940&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py Tue Oct 11 16:08:27 2016
@@ -74,7 +74,7 @@ class ExprCharTestCase(TestBase):
archs=[
"i[3-6]86",
"x86_64"],
- bugnumber="llvm.org/pr23069")
+ bugnumber="llvm.org/pr23069, <rdar://problem/28721938>")
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
@expectedFailureAll(triple='mips*', bugnumber="llvm.org/pr23069")
def test_unsigned_char(self):
More information about the lldb-commits
mailing list