diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-11-18 16:34:21 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@gcc.gnu.org> | 2014-11-18 16:34:21 +0000 |
commit | 699aa7d0b044f3cf30483305f138552860854de5 (patch) | |
tree | c35bf6589ce126c1aafb5b0462e3537d88748d4b /gcc | |
parent | 58bd290e5b19164a956e08ffadc3684640c61e39 (diff) | |
download | gcc-699aa7d0b044f3cf30483305f138552860854de5.zip gcc-699aa7d0b044f3cf30483305f138552860854de5.tar.gz gcc-699aa7d0b044f3cf30483305f138552860854de5.tar.bz2 |
c11-atomic-exec-5.c (dg-timeout-factor): New setting.
* gcc.dg/atomic/c11-atomic-exec-5.c (dg-timeout-factor): New
setting.
From-SVN: r217726
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 840faa9..5e889f7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-11-18 Maciej W. Rozycki <macro@codesourcery.com> + + * gcc.dg/atomic/c11-atomic-exec-5.c (dg-timeout-factor): New + setting. + 2014-11-18 Paolo Carlini <paolo.carlini@oracle.com> PR c++/55942 diff --git a/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c b/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c index d8bddfd..c4c4842 100644 --- a/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c +++ b/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c @@ -9,6 +9,7 @@ /* { dg-additional-options "-D_XOPEN_SOURCE=600" { target *-*-solaris2.1[0-9]* } } */ /* { dg-require-effective-target fenv_exceptions } */ /* { dg-require-effective-target pthread } */ +/* { dg-timeout-factor 2 } */ #include <fenv.h> #include <float.h> |