Skip to content

Commit 2e6f86b

Browse files
committed
[Windows] XFAIL Preflight Check Test
CoreFoundation doesn't have functionality to verify dlls, instead just returning success. Since the preflight check doesn't throw, the test fails.
1 parent 5e58226 commit 2e6f86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestFoundation/TestBundle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ class TestBundle : XCTestCase {
575575
("test_bundleLoad", test_bundleLoad),
576576
("test_bundleLoadWithError", test_bundleLoadWithError),
577577
("test_bundleWithInvalidPath", test_bundleWithInvalidPath),
578-
("test_bundlePreflight", test_bundlePreflight),
578+
("test_bundlePreflight", testExpectedToFailOnWindows(test_bundlePreflight, "Preflight checks aren't supported for DLLs")),
579579
("test_bundleFindExecutable", test_bundleFindExecutable),
580580
("test_bundleFindAuxiliaryExecutables", test_bundleFindAuxiliaryExecutables),
581581
("test_bundleForClass", testExpectedToFailOnWindows(test_bundleForClass, "Functionality not yet implemented on Windows. SR-XXXX")),

0 commit comments

Comments
 (0)