[TestGlobalVariables] `target var` without a process doesn't work on arm64e.
authorDavide Italiano <ditaliano@apple.com>
Tue, 18 Feb 2020 21:30:35 +0000 (13:30 -0800)
committerDavide Italiano <ditaliano@apple.com>
Tue, 18 Feb 2020 21:30:51 +0000 (13:30 -0800)
lldb needs to know about chains of authenticated relocations.

<rdar://problem/37773624>

lldb/test/API/lang/c/global_variables/TestGlobalVariables.py

index 04b874942acb7535baf55b7444ed9169b6a1b130..7f13bf0036abe3e306a509a3a9f4a74d543dcea8 100644 (file)
@@ -21,6 +21,7 @@ class GlobalVariablesTestCase(TestBase):
         self.shlib_names = ["a"]
 
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24764")
+    @expectedFailureAll(archs=["arm64e"]) # <rdar://problem/37773624>
     def test_without_process(self):
         """Test that static initialized variables can be inspected without
         process."""