Files
swift-mirror/test/stdlib/freestanding-check-symbols.test-sh
Alexis Laferrière 841740e7ab Tests: XFAIL a few tests on freestanding
rdar://121121793
2024-03-11 13:29:49 -07:00

14 lines
587 B
Plaintext

// Ensure that we only depend on a small expected set of external symbols in the freestanding stdlib.
// Important (!): This test is in test/stdlib/ to make sure it is actually run on the minimal/freestanding CI job, which
// filters the set of tests to test/stdlib/ only (see build-preset.ini).
// REQUIRES: freestanding
// REQUIRES: executable_test
// UNSUPPORTED: objc_interop
// rdar://124277662
// XFAIL: freestanding
// RUN: %{python} %utils/check_freestanding_dependencies.py --vendor %target-vendor --library %test-resource-dir/freestanding/libswiftCore.a --nm-path %llvm-nm