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):


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to