From: Yaron Keren Date: Sat, 30 Jun 2018 11:18:44 +0000 (+0000) Subject: Add expected fail triple x86_64-pc-windows-gnu to test as x86_64-w64-mingw32 is alrea... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4446de2c5a3f327eb1780dead5970ad4fa4bc5f0;p=clang Add expected fail triple x86_64-pc-windows-gnu to test as x86_64-w64-mingw32 is already there git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336047 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2007-06-18-SextAttrAggregate.c b/test/CodeGen/2007-06-18-SextAttrAggregate.c index 23c211d3ba..e781bd5673 100644 --- a/test/CodeGen/2007-06-18-SextAttrAggregate.c +++ b/test/CodeGen/2007-06-18-SextAttrAggregate.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 %s -o - -emit-llvm | FileCheck %s -// XFAIL: aarch64, arm64, x86_64-pc-win32, x86_64-w64-mingw32 +// XFAIL: aarch64, arm64, x86_64-pc-win32, x86_64-w64-mingw32, x86_64-pc-windows-gnu // PR1513