Author: jhoblitt
Date: Mon Oct 17 03:56:55 2005
New Revision: 9496

Modified:
   trunk/CREDITS
   trunk/t/pmc/nci.t
Log:
skip tests that hang on hp-ux in t/pmc/nci.t, patch from Nick Glencross


Modified: trunk/CREDITS
==============================================================================
--- trunk/CREDITS       (original)
+++ trunk/CREDITS       Mon Oct 17 03:56:55 2005
@@ -311,6 +311,7 @@ D: Building and platform compat and more
 N: Nick Glencross
 D: Bugfixes to trace and more.
 D: fixes file perms for hpux & cygwin in config/gen/makefiles/dynclasses_pl
+D: A patch to skip tests that hang on hp-ux in t/pmc/nci.t
 E: [EMAIL PROTECTED]
 
 N: Nick Kostirya

Modified: trunk/t/pmc/nci.t
==============================================================================
--- trunk/t/pmc/nci.t   (original)
+++ trunk/t/pmc/nci.t   Mon Oct 17 03:56:55 2005
@@ -291,6 +291,10 @@ libnci_test was successfully loaded
 333
 OUTPUT
 
+SKIP:
+{
+
+skip ("nci_dlvar_int hangs on HP-UX", 1) if $^O eq 'hpux'; 
 
 pir_output_is( << 'CODE', << 'OUTPUT', "nci_v and nci_dlvar_int" );
 
@@ -351,6 +355,7 @@ libnci_test was successfully loaded
 -4444000
 -44440000
 OUTPUT
+}
 
 output_is(<<'CODE', <<'OUTPUT', "nci_dd - PASM");
   loadlib P1, "libnci_test"
@@ -2226,6 +2231,11 @@ libnci_test was successfully loaded
 OUTPUT
 
 
+SKIP:
+{
+
+skip ("nci_dlvar_int hangs on HP-UX", 1) if $^O eq 'hpux'; 
+
 pir_output_is( << 'CODE', << 'OUTPUT', "nci_vv and nci_dlvar_int" );
 
 .include "datatypes.pasm"
@@ -2285,6 +2295,7 @@ libnci_test was successfully loaded
 -119988
 -359964
 OUTPUT
+}
 
 
 pir_output_is( << 'CODE', << 'OUTPUT', "dlvar - unknown symbol" );

Reply via email to