File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
clangimporter/static_archive Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ def setUp(self):
27
27
# Don't run ClangImporter tests if Clangimporter is disabled.
28
28
@skipIf (setting = ('symbols.use-swift-clangimporter' , 'false' ))
29
29
@skipUnlessDarwin
30
+ @skipIf # Makefile uses system dsymutil (which might not work): rdar://72148156
30
31
@swiftTest
31
32
def test (self ):
32
33
self .build ()
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ class TestSwiftDeploymentTarget(TestBase):
23
23
24
24
mydir = TestBase .compute_mydir (__file__ )
25
25
26
+ @skipIf # Makefile uses system dsymutil (which might not work): rdar://72148156
26
27
@skipIf (bugnumber = "rdar://60396797" , # should work but crashes.
27
28
setting = ('symbols.use-swift-clangimporter' , 'false' ))
28
29
@skipUnlessDarwin
@@ -37,6 +38,7 @@ def test_swift_deployment_target(self):
37
38
lldb .SBFileSpec ('main.swift' ))
38
39
self .expect ("p f" , substrs = ['i = 23' ])
39
40
41
+ @skipIf # Makefile uses system dsymutil (which might not work): rdar://72148156
40
42
@skipIf (bugnumber = "rdar://60396797" , # should work but crashes.
41
43
setting = ('symbols.use-swift-clangimporter' , 'false' ))
42
44
@skipUnlessDarwin
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ def setUp(self):
19
19
# Call super's setUp().
20
20
TestBase .setUp (self )
21
21
22
+ @skipIf # Makefile uses system dsymutil (which might not work): rdar://72148156
22
23
@swiftTest
23
24
@skipIf (oslist = ['windows' ])
24
25
@skipIfDarwinEmbedded # swift crash inspecting swift stdlib with little other swift loaded <rdar://problem/55079456>
You can’t perform that action at this time.
0 commit comments