diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2018-09-20 17:09:31 +0000 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2018-09-20 19:09:31 +0200 |
commit | eb3f73177469e4c56a7725545f1dfc4b5f09f9f5 (patch) | |
tree | 4b4ea05c27e57f90fe1ff1e2986bb83f97dac5d9 | |
parent | 3ee378fb554de45f2415cabc7a1a50add5bbe17d (diff) | |
download | gcc-eb3f73177469e4c56a7725545f1dfc4b5f09f9f5.zip gcc-eb3f73177469e4c56a7725545f1dfc4b5f09f9f5.tar.gz gcc-eb3f73177469e4c56a7725545f1dfc4b5f09f9f5.tar.bz2 |
hypot-long-double.cc: Skip on arm*.
2018-09-20 Christophe Lyon <christophe.lyon@linaro.org>
* testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Skip
on arm*.
From-SVN: r264443
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot-long-double.cc | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5911a29..eb6710f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2018-09-20 Christophe Lyon <christophe.lyon@linaro.org> + + * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Skip + on arm*. + 2018-09-19 Jonathan Wakely <jwakely@redhat.com> * include/bits/regex_automaton.tcc (_StateSeq<_TraitsT>::_M_clone()): diff --git a/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot-long-double.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot-long-double.cc index 8a05473..bcc1fec 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot-long-double.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot-long-double.cc @@ -17,7 +17,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run { target c++17 } } -// { dg-xfail-run-if "PR 78179" { powerpc-ibm-aix* hppa-*-linux* nios2-*-* } } +// { dg-xfail-run-if "PR 78179" { arm*-*-* hppa-*-linux* nios2-*-* powerpc-ibm-aix* } } // Run the long double tests from hypot.cc separately, because they fail on a // number of targets. See PR libstdc++/78179 for details. |