raw-string-1.c: Skip test for avr target.
authorAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Thu, 19 Nov 2009 21:32:56 +0000 (21:32 +0000)
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Thu, 19 Nov 2009 21:32:56 +0000 (21:32 +0000)
* gcc-dg/raw-string-1.c: Skip test for avr target.
* gcc-dg/utf-array-short-wchar.c: Ditto.
* gcc-dg/utf-array.c: Ditto.
* gcc-dg/utf8-2.c: Ditto.

From-SVN: r154345

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/raw-string-1.c
gcc/testsuite/gcc.dg/utf-array-short-wchar.c
gcc/testsuite/gcc.dg/utf-array.c
gcc/testsuite/gcc.dg/utf8-2.c

index c96876f..bf395f5 100644 (file)
@@ -1,3 +1,10 @@
+2009-11-19  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
+
+       * gcc-dg/raw-string-1.c: Skip test for avr target.
+       * gcc-dg/utf-array-short-wchar.c: Ditto.
+       * gcc-dg/utf-array.c: Ditto.
+       * gcc-dg/utf8-2.c: Ditto.
+
 2009-11-19  Rafael Avila de Espindola  <espindola@google.com>
 
        * g++.dg/plugin/selfassign.c: Include plugin-version.h.
index b499e5c..679e9a6 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */
 /* { dg-options "-std=gnu99" } */
 
 #include <wchar.h>
index 55d164f..91f4827 100644 (file)
@@ -1,6 +1,7 @@
 /* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
 /* Expected errors for char16_t/char32_t string literals. */
 /* { dg-do compile } */
+/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */
 /* { dg-options "-std=gnu99 -fshort-wchar" } */
 
 #include <wchar.h>
index bbe0976..b25c2af 100644 (file)
@@ -1,6 +1,7 @@
 /* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
 /* Expected errors for char16_t/char32_t string literals. */
 /* { dg-do compile } */
+/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */
 /* { dg-options "-std=gnu99" } */
 
 #include <wchar.h>
index 9c0442f..173d797 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */
 /* { dg-options "-std=gnu99" } */
 
 #include <wchar.h>