diff --git a/test/ModuleInterface/ModuleCache/SDKDependencies-disable-validation.swift b/test/ModuleInterface/ModuleCache/SDKDependencies-disable-validation.swift index 80da766c02a0e..fb3ff42ae9486 100644 --- a/test/ModuleInterface/ModuleCache/SDKDependencies-disable-validation.swift +++ b/test/ModuleInterface/ModuleCache/SDKDependencies-disable-validation.swift @@ -62,7 +62,7 @@ // RUN: echo '2: PASSED' -// 3) Baseline check: Make sure we use the the prebuilt module cache when using the SDK it was built with +// 3) Baseline check: Make sure we use the prebuilt module cache when using the SDK it was built with // // RUN: %target-swift-frontend -typecheck -I %t/my-sdk -sdk %t/my-sdk -prebuilt-module-cache-path %t/prebuilt-cache -module-cache-path %t/MCP -emit-dependencies-path %t/dummy.d -track-system-dependencies -disable-modules-validate-system-headers %s // diff --git a/test/ModuleInterface/ModuleCache/SDKDependencies.swift b/test/ModuleInterface/ModuleCache/SDKDependencies.swift index 5460621f1cee7..8c4d9f32bf10d 100644 --- a/test/ModuleInterface/ModuleCache/SDKDependencies.swift +++ b/test/ModuleInterface/ModuleCache/SDKDependencies.swift @@ -72,7 +72,7 @@ // RUN: echo '2: PASSED' -// 3) Baseline check: Make sure we use the the prebuilt module cache when using the SDK it was built with +// 3) Baseline check: Make sure we use the prebuilt module cache when using the SDK it was built with // // RUN: %target-swift-frontend -typecheck -I %t/my-sdk -sdk %t/my-sdk -prebuilt-module-cache-path %t/prebuilt-cache -module-cache-path %t/MCP -emit-dependencies-path %t/dummy.d -track-system-dependencies -emit-loaded-module-trace-path %t/trace.json %s // diff --git a/test/ModuleInterface/ossa-modules/sdk-test-stdlib-ossa.swift b/test/ModuleInterface/ossa-modules/sdk-test-stdlib-ossa.swift index 588c64edbc456..41d380d50ee01 100644 --- a/test/ModuleInterface/ossa-modules/sdk-test-stdlib-ossa.swift +++ b/test/ModuleInterface/ossa-modules/sdk-test-stdlib-ossa.swift @@ -25,7 +25,7 @@ // RUN: %target-swift-frontend -typecheck -sdk '%t/SDK' -prebuilt-module-cache-path '%t/PreBuiltSDKModules' -module-cache-path %t/TempModuleCacheOther -resource-dir '' -parse-stdlib -Rmodule-interface-rebuild %S/Inputs/sdk-test-stdlib-no-ossa-referent-no-rebuild-remark.swift -verify -enable-ossa-modules -// Flacky hangs: rdar://77288690 +// Flaky hangs: rdar://77288690 // UNSUPPORTED: CPU=arm64, CPU=arm64e @_fixed_layout diff --git a/test/ModuleInterface/swift_build_sdk_interfaces/compiler-crash-windows.test-sh b/test/ModuleInterface/swift_build_sdk_interfaces/compiler-crash-windows.test-sh index 022ffea70e1a5..9356058d35c9c 100644 --- a/test/ModuleInterface/swift_build_sdk_interfaces/compiler-crash-windows.test-sh +++ b/test/ModuleInterface/swift_build_sdk_interfaces/compiler-crash-windows.test-sh @@ -1,4 +1,4 @@ -# This test is intentionally specialized on windows becauase not --crash behaves +# This test is intentionally specialized on windows because not --crash behaves # differently there. The exit code from the crashing frontend invocations is # mapped to `-21` there, which lit's `not` along does not remap correctly. # See rdar://59397376