This test hangs on hppa-linux. Don't know why exactly but it seems
to be a sequencing issue with gdb. The hang breaks automated builds
as the test doesn't timeout.

Tested on hppa-unknown-linux-gnu. Committed to trunk.

Dave
---

Skip gcc.dg/guality/example.c on hppa-linux.

2022-01-02  John David Anglin  <dang...@gcc.gnu.org>

gcc/testsuite/ChangeLog:

        * gcc.dg/guality/example.c: Skip on hppa*-*-linux*.

diff --git a/gcc/testsuite/gcc.dg/guality/example.c 
b/gcc/testsuite/gcc.dg/guality/example.c
index 32014e2b4c0..0d5f48ba116 100644
--- a/gcc/testsuite/gcc.dg/guality/example.c
+++ b/gcc/testsuite/gcc.dg/guality/example.c
@@ -1,3 +1,4 @@
+/* { dg-skip-if "gdb hang" { hppa*-*-linux* } } */
 /* { dg-options "-g" } */
 /* { dg-do run { xfail { ! aarch64*-*-* } } } */
 /* { dg-xfail-run-if "" aarch64*-*-* "*" { "-O[01g]" } } */

Attachment: signature.asc
Description: PGP signature

Reply via email to