diff options
author | Jim Ingham <jingham@apple.com> | 2016-10-11 21:08:27 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-10-11 21:08:27 +0000 |
commit | 7d84aff200a3d72108e0e0011116dbcffce9a6e2 (patch) | |
tree | 571622beafd1243a6b7652be002e401d921d0576 /lldb/packages/Python/lldbsuite/test/expression_command | |
parent | 68fffa8a62f1d0262302f3a19c92f4c5cdc314ea (diff) | |
download | bcm5719-llvm-7d84aff200a3d72108e0e0011116dbcffce9a6e2.tar.gz bcm5719-llvm-7d84aff200a3d72108e0e0011116dbcffce9a6e2.zip |
Add the radar number on our end.
llvm-svn: 283940
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py b/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py index 308732b6c8e..a771e7004c9 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py @@ -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): |