1# Disable all of the filesystem tests if the dylib under test doesn't support them.
2if 'dylib-has-no-filesystem' in config.available_features:
3  config.unsupported = True
4if 'c++filesystem-disabled' in config.available_features:
5  config.unsupported = True
6if 'libcpp-no-dynamic-test-helper' in config.available_features:
7  config.unsupported = True
8
9