Add the radar number on our end.
authorJim Ingham <jingham@apple.com>
Tue, 11 Oct 2016 21:08:27 +0000 (21:08 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 11 Oct 2016 21:08:27 +0000 (21:08 +0000)
llvm-svn: 283940

lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py

index 308732b..a771e70 100644 (file)
@@ -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):