re PR sanitizer/59369 (c-c++-common/asan/pr59063-[1,2].c fails on darwin)

2013-12-05  Yury Gribov  <y.gribov@samsung.com>

	PR sanitizer/59369
	* c-c++-common/asan/pr59063-1.c: Disable on non-Linux platforms.
	* c-c++-common/asan/pr59063-2.c: Likewise.

From-SVN: r205699
This commit is contained in:
Yury Gribov 2013-12-05 10:00:47 +00:00 committed by Yury Gribov
parent 666ee4d682
commit 022351a235
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2013-12-05 Yury Gribov <y.gribov@samsung.com>
PR sanitizer/59369
* c-c++-common/asan/pr59063-1.c: Disable on non-Linux platforms.
* c-c++-common/asan/pr59063-2.c: Likewise.
2013-12-05 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/cpp0x/constexpr-46336.C: Adjust expected messages.

View File

@ -1,4 +1,4 @@
/* { dg-do run } */
/* { dg-do run { target { *-*-linux* } } } */
#include <time.h>
static int weak_gettime (clockid_t clk_id, struct timespec *tp)

View File

@ -1,4 +1,4 @@
/* { dg-do run } */
/* { dg-do run { target { *-*-linux* } } } */
/* { dg-options "-static-libasan" } */
#include <time.h>