[cfe-commits] r158423 - /cfe/trunk/test/Driver/warning-options.cpp

NAKAMURA Takumi geek4civic at gmail.com
Wed Jun 13 15:23:15 PDT 2012


Author: chapuni
Date: Wed Jun 13 17:23:15 2012
New Revision: 158423

URL: http://llvm.org/viewvc/llvm-project?rev=158423&view=rev
Log:
test/Driver/warning-options.cpp: Mark as XFAIL:cygming. -pedantic is passed with gcc-as driver. PR12920

Modified:
    cfe/trunk/test/Driver/warning-options.cpp

Modified: cfe/trunk/test/Driver/warning-options.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/warning-options.cpp?rev=158423&r1=158422&r2=158423&view=diff
==============================================================================
--- cfe/trunk/test/Driver/warning-options.cpp (original)
+++ cfe/trunk/test/Driver/warning-options.cpp Wed Jun 13 17:23:15 2012
@@ -13,3 +13,6 @@
 // NO_PEDANTIC-NOT: -pedantic
 // RUN: %clang -### -pedantic -pedantic -no-pedantic -pedantic %s 2>&1 | FileCheck -check-prefix=PEDANTIC %s
 // PEDANTIC: -pedantic
+
+// PR12920: They use gcc driver. Clang tends to pass -pedantic to gcc-as and gcc-ld.
+// XFAIL: cygwin,mingw32





More information about the cfe-commits mailing list