diff mbox series

[committed] Skip two gnat tests on 32-bit hppa*-*-hpux*

Message ID 862f4ea8-51c6-aa5a-e9b3-fdebd947a194@bell.net
State New
Headers show
Series [committed] Skip two gnat tests on 32-bit hppa*-*-hpux* | expand

Commit Message

John David Anglin March 9, 2019, 7:15 p.m. UTC
The 32-bit hppa*-*-hpux* target doesn't support dwarf, so we need to skip
these two tests.

Committed to trunk.

Dave
diff mbox series

Patch

Index: gnat.dg/debug11.adb
===================================================================
--- gnat.dg/debug11.adb	(revision 269442)
+++ gnat.dg/debug11.adb	(working copy)
@@ -1,4 +1,5 @@ 
 --  { dg-do compile }
+--  { dg-skip-if "No Dwarf" { { hppa*-*-hpux* } && { ! lp64 } } }
 --  { dg-options "-cargs -O0 -g -dA -fgnat-encodings=minimal -margs" }
 --
 --  This testcase checks that in the DWARF description of the variant type
Index: gnat.dg/debug12.adb
===================================================================
--- gnat.dg/debug12.adb	(revision 269442)
+++ gnat.dg/debug12.adb	(working copy)
@@ -1,4 +1,5 @@ 
 --  { dg-do compile }
+--  { dg-skip-if "No Dwarf" { { hppa*-*-hpux* } && { ! lp64 } } }
 --  { dg-options "-cargs -gdwarf-4 -fdebug-types-section -dA -margs" }
 --  { dg-final { scan-assembler-times "DW_AT_location" 4 } }