From 95e5c7b44e5cfad728eb39eee55f307889cb3839 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 16 Dec 2025 10:59:53 -0800 Subject: [PATCH] test: disable CAS.path_remap on Windows This test is not possible to support on windows as we do not use `-sysroot` and thus do not have any `-isysroot` flags in the invocation. As we pick up the "sysroot" through the environment or registry, there is not much to test here. --- test/CAS/path_remap.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CAS/path_remap.swift b/test/CAS/path_remap.swift index 80c879c80345a..ecd57ec7dae88 100644 --- a/test/CAS/path_remap.swift +++ b/test/CAS/path_remap.swift @@ -1,3 +1,5 @@ +// UNSUPPORTED: OS=windows-msvc + // RUN: %empty-directory(%t) // RUN: split-file %s %t