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
This commit is contained in:
parent
3ee378fb55
commit
eb3f731774
|
@ -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()):
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue