summaryrefslogtreecommitdiffstats
path: root/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py')
-rw-r--r--lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py b/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
index 9bcbb1a0e63..63e21ffb4f4 100644
--- a/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
+++ b/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
@@ -21,7 +21,8 @@ class SBDirCheckerCase(TestBase):
self.exe_name = 'a.out'
@skipIfNoSBHeaders
- @expectedFailureDarwin # test passes but teardown command 'settings remove target.env-vars DYLD_LIBRARY_PATH' fails
+ @skipIfDarwin # test passes but teardown command 'settings remove target.env-vars DYLD_LIBRARY_PATH' fails
+ # (expectedFailureDarwin doesn't work for teardown failures)
def test_sb_api_directory(self):
"""Test the SB API directory and make sure there's no unwanted stuff."""
OpenPOWER on IntegriCloud