diff options
author | Jim Ingham <jingham@apple.com> | 2016-10-11 23:30:38 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-10-11 23:30:38 +0000 |
commit | 6aa9d1d7565393a4a8a815a7cb832d653161f81a (patch) | |
tree | 769c038ebaed707f301aedb84a85b4f9c2fd1b8a /lldb/packages/Python/lldbsuite | |
parent | a3350556432bd2fe670662d6d77a80d3d2bf00d0 (diff) | |
download | bcm5719-llvm-6aa9d1d7565393a4a8a815a7cb832d653161f81a.tar.gz bcm5719-llvm-6aa9d1d7565393a4a8a815a7cb832d653161f81a.zip |
Added a radar on our end for this test's failure.
llvm-svn: 283956
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py b/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py index 28a8b36543e..f54202edade 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py @@ -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", |