hypot-long-double.cc: Skip on arm*.
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 20 Sep 2018 17:09:31 +0000 (17:09 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Thu, 20 Sep 2018 17:09:31 +0000 (19:09 +0200)
2018-09-20  Christophe Lyon  <christophe.lyon@linaro.org>

* testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Skip
on arm*.

From-SVN: r264443

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot-long-double.cc

index 5911a297e96d063921db480549087dc41afa9145..eb6710f567e705028addd18d5a840883be1ab9a3 100644 (file)
@@ -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()):
index 8a054735ce9ca0ba2706c3064415548b4a8c56f6..bcc1fec635b99a0793ace7b51878cdb7aa369167 100644 (file)
@@ -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.