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:
parent
666ee4d682
commit
022351a235
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-do run { target { *-*-linux* } } } */
|
||||
/* { dg-options "-static-libasan" } */
|
||||
|
||||
#include <time.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user