We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a5482 commit f03f811Copy full SHA for f03f811
lldb/test/API/macosx/universal64/TestUniversal64.py
@@ -25,14 +25,15 @@ def do_test(self):
25
26
@skipUnlessDarwin
27
@skipIfDarwinEmbedded
28
+ @skipIf(macos_version=["<", "11.0"])
29
def test_universal64_executable(self):
30
"""Test fat64 universal executable"""
31
self.build(debug_info="dsym")
32
self.do_test()
33
34
35
- @skipIf(compiler="clang", compiler_version=['<', '7.0'])
36
37
def test_universal64_dsym(self):
38
"""Test fat64 universal dSYM"""
39
self.build(debug_info="dsym", dictionary={'FAT64_DSYM': '1'})
0 commit comments