xfs qa changes to get thinks working on irix
[xfstests-dev.git] / 084
diff --git a/084 b/084
index 99ddc3673c5223d4abb20418979d731c54e77932..d1f859f278b5755865144d130dd6005cb9c7f34a 100755 (executable)
--- a/084
+++ b/084
@@ -53,7 +53,8 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 _filter_resv()
 {
-       sed -e "s,$TEST_DIR/resv,[TESTFILE],g"
+       sed -e "s,$TEST_DIR/resv,[TESTFILE],g" \
+           -e 's/[0-9][0-9]* bytes/NUM bytes/g'
 }
 
 pgsize=`$here/src/feature -p`
@@ -67,6 +68,14 @@ pgsize=`$here/src/feature -p`
 _supported_fs xfs
 _supported_os IRIX Linux
 
+if [ $HOSTOS == "IRIX" ]; then 
+    if uname -R | grep -iq debug; then 
+        # taking up to 23 mins on my 512K octane on debug
+        # not worth worrying about
+       _notrun "don't bother running on debug IRIX"
+    fi
+fi
+
 echo
 echo "*** First case - I/O blocksize same as pagesize"
 $here/src/resvtest -i 20 -b $pgsize "$TEST_DIR/resv" | _filter_resv