r214301 - Suppress clang/test/Sema/struct-packed-align.c also on msvc for investigating.

NAKAMURA Takumi geek4civic at gmail.com
Wed Jul 30 05:17:39 PDT 2014


Author: chapuni
Date: Wed Jul 30 07:17:38 2014
New Revision: 214301

URL: http://llvm.org/viewvc/llvm-project?rev=214301&view=rev
Log:
Suppress clang/test/Sema/struct-packed-align.c also on msvc for investigating.

FIXME: This test is incompatible to MS compat mode.
FIXME: Don't suppress this also on mingw. :-p

Modified:
    cfe/trunk/test/Sema/struct-packed-align.c

Modified: cfe/trunk/test/Sema/struct-packed-align.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/struct-packed-align.c?rev=214301&r1=214300&r2=214301&view=diff
==============================================================================
--- cfe/trunk/test/Sema/struct-packed-align.c (original)
+++ cfe/trunk/test/Sema/struct-packed-align.c Wed Jul 30 07:17:38 2014
@@ -1,6 +1,9 @@
 // RUN: %clang_cc1 %s -fsyntax-only -verify
 // expected-no-diagnostics
 
+// FIXME: This test is incompatible to MS compat mode.
+// REQUIRES: shell
+
 // Packed structs.
 struct s {
     char a;





More information about the cfe-commits mailing list