From eb46c95c3e7aeba4d183ca614fe238067eddf97f Mon Sep 17 00:00:00 2001 From: Petr Hosek Date: Thu, 9 Aug 2018 02:16:18 +0000 Subject: [CMake] Use normalized Windows target triples Changes the default Windows target triple returned by GetHostTriple.cmake from the old environment names (which we wanted to move away from) to newer, normalized ones. This also requires updating all tests to use the new systems names in constraints. Differential Revision: https://reviews.llvm.org/D47381 llvm-svn: 339307 --- clang/test/Modules/crash-vfs-path-traversal.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Modules/crash-vfs-path-traversal.m') diff --git a/clang/test/Modules/crash-vfs-path-traversal.m b/clang/test/Modules/crash-vfs-path-traversal.m index cd12cadcf18..b924d81d046 100644 --- a/clang/test/Modules/crash-vfs-path-traversal.m +++ b/clang/test/Modules/crash-vfs-path-traversal.m @@ -3,7 +3,7 @@ // FIXME: Canonicalizing paths to remove relative traversal components // currenty fails a unittest on windows and is disable by default. // FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it? -// XFAIL: mingw32 +// XFAIL: windows-gnu // RUN: rm -rf %t // RUN: mkdir -p %t/i %t/m %t -- cgit v1.2.3