summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/shared_lib
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2018-03-13 23:37:11 +0000
committerVedant Kumar <vsk@apple.com>2018-03-13 23:37:11 +0000
commit48ffd5cc6e5bb1daef34ffefbc919a05c5e1f925 (patch)
tree653205273a1b26cf09a436401bc3a792ee435b91 /lldb/packages/Python/lldbsuite/test/lang/c/shared_lib
parent9ca7e67c4cf15533c850ca0820a838c74ca14388 (diff)
downloadbcm5719-llvm-48ffd5cc6e5bb1daef34ffefbc919a05c5e1f925.tar.gz
bcm5719-llvm-48ffd5cc6e5bb1daef34ffefbc919a05c5e1f925.zip
[test] Replace some references to Apple-internal bugs
This removes around 10 references to Apple-internal radars. I've filed fresh bugs on bugs.llvm.org as appropriate for open issues. llvm-svn: 327463
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/shared_lib')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/TestSharedLib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/TestSharedLib.py b/lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/TestSharedLib.py
index 95993fe8e4b..f53a1913835 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/TestSharedLib.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/TestSharedLib.py
@@ -45,7 +45,7 @@ class SharedLibTestCase(TestBase):
"""Test that types work when defined in a shared library and forward-declared in the main executable, but with preloading disabled"""
self.common_test_expr(False)
- @unittest2.expectedFailure("rdar://problem/10704639")
+ @unittest2.expectedFailure("llvm.org/PR36712")
def test_frame_variable(self):
"""Test that types work when defined in a shared library and forward-declared in the main executable"""
self.build()
OpenPOWER on IntegriCloud