@@ -124,7 +124,7 @@ char *s;
}
/*
- * Force 64 bits number when compiled as 32 IRIX binary.
+ * Force 64 bits number when compiled as a 32-bit binary.
* This allows for a number bigger than 2G.
*/
@@ -252,7 +252,6 @@ fi
#
case $(uname -s) in
- IRIX | IRIX64 ) dfOpts="-Pb" ;;
Linux) dfOpts="-P" ;;
*) dfOpts="-PB" ;;
esac
@@ -37,8 +37,6 @@
use Getopt::Long;
use File::Basename;
-chomp($os = `uname`);
-
#
# fsinfo: get filesystem info put it into the global namespace, initialises:
# $dev, $type, $blocks, $used, $avail, $cap, $mnt, $mnt_options
@@ -53,8 +51,7 @@ sub fsinfo {
# filesystem space and mount point
- $cmd = "df" if ($os =~ /IRIX/);
- $cmd = "df -P -T --block-size=512" if ($os =~ /Linux/);
+ $cmd = "df -P -T --block-size=512";
chomp($_ = `$cmd $file | tail -1`);
$n = ($dev, $type, $blocks, $used, $avail, $cap, $mnt) = split(/ +/);
die("df failed") if ($n != 7);
@@ -47,7 +47,7 @@ trap "_cleanup; rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
verbose=true
@@ -42,7 +42,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
rm -f $seqres.full
@@ -23,9 +23,8 @@
#
#
-# Note1: On Linux, ELOOP limit used to be 32 but changed to 8, and lately
+# Note: On Linux, ELOOP limit used to be 32 but changed to 8, and lately
# its become 5. Who knows what it might be next.
-# Note2: On IRIX, the limit is around the 30 mark.
#
# What we are looking for here is: no panic due to blowing the stack;
# and that the ELOOP error code is returned at some point (the actual
@@ -50,9 +49,7 @@ _cleanup()
_touch()
{
- # On IRIX: Too many symbolic links in path name traversal
- # On Linux: Too many levels of symbolic links
- touch $@ 2>&1 | grep -q 'Too many.*symbolic links'
+ touch $@ 2>&1 | grep -q 'Too many levels of symbolic links'
if [ $? -eq 0 ]; then
echo "ELOOP returned. Good."
else
@@ -69,7 +66,7 @@ _supported_fs generic
_require_test
_require_test_symlinks
-_supported_os Linux IRIX
+_supported_os Linux
cd $TEST_DIR
@@ -53,7 +53,7 @@ _count()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
mkdir $TEST_DIR/permname.$$
@@ -47,7 +47,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
status=1 # default failure
@@ -55,7 +55,7 @@ _require_test_program "dbtest"
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
rm -f $seqres.full
@@ -45,7 +45,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
out=$TEST_DIR/dirstress.$$
@@ -37,11 +37,7 @@ _cleanup()
# we might get here with a RO FS
_test_cycle_mount
# now remove fsstress directory.
- # N.B. rm(1) on IRIX can find problems when building up a long pathname
- # such that what it has is greater the 1024 chars and will
- # stop and complain - so get rid of complaint
- # Ref. pv#935754
- rm -rf $TEST_DIR/fsstress.$$.* 2>&1 | grep -v 'Path too long'
+ rm -rf $TEST_DIR/fsstress.$$.*
}
_filesize()
@@ -90,7 +86,7 @@ _do_test()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
rm -f $seqres.full
@@ -43,7 +43,7 @@ _cleanup()
. ./common/filter
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
_require_sparse_files
@@ -48,7 +48,7 @@ _free()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_no_large_scratch_dev
@@ -46,7 +46,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
testfile=$SCRATCH_MNT/testfile
@@ -46,7 +46,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_xfs_io_command "mremap"
@@ -46,7 +46,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_xfs_io_command "fcollapse"
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_require_scratch_shutdown
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_require_scratch_shutdown
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_require_scratch_shutdown
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_require_scratch_shutdown
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_require_scratch_shutdown
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_require_scratch_shutdown
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_require_scratch_shutdown
@@ -41,7 +41,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
rm -f $seqres.full
rm -f $tmp.log
@@ -40,7 +40,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
rm -f $seqres.full $tmp.*
_require_scratch
@@ -67,7 +67,7 @@ _get_quota_option()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
rm -f $seqres.full $tmp.*
_require_scratch
@@ -49,7 +49,7 @@ trap "_cleanup" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_require_freeze
@@ -37,7 +37,7 @@ trap "rm -rf $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
rm -f $seqres.full
@@ -45,7 +45,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
_require_attrs
@@ -42,7 +42,7 @@ _cleanup()
. ./common/filter
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
rm -f $seqres.full
@@ -116,37 +116,16 @@ _process_args()
# These params can take a while on different CPUs/OSs
# so we set them differently for different machines
#
-if [ $HOSTOS == "IRIX" ]; then
- if uname -R | grep -iq debug; then
- # e.g. getting around 37secs for 1,1,1 on IP30 debug
- numchildren=2
- numloops=1
- numfiles=2
- param_type="IRIX debug"
- else
- # getting around 1 sec 1,1,1 - 10secs 1,10,1 on IP30 nondebug
+if uname -a | grep -q SMP; then
+ numloops=10
+ numfiles=5
+ numchildren=3
+ param_type="Linux SMP"
+else
numloops=2
numfiles=3
numchildren=3
- param_type="IRIX nondebug"
- fi
-elif [ $HOSTOS == "Linux" ]; then
- if uname -a | grep -q SMP; then
- numloops=10
- numfiles=5
- numchildren=3
- param_type="Linux SMP"
- else
- numloops=2
- numfiles=3
- numchildren=3
- param_type="Linux UP"
- fi
-else
- numloops=1
- numfiles=1
- numchildren=1
- param_type="Default"
+ param_type="Linux UP"
fi
# can override the params here
@@ -124,7 +124,7 @@ _process_args()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
size10=`expr 10 \* 1024 \* 1024` # 10 megabytes
@@ -53,7 +53,7 @@ trap "_cleanup; rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_local_device $SCRATCH_DEV
@@ -41,7 +41,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
echo "Silence is golden."
@@ -53,7 +53,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_no_large_scratch_dev
@@ -51,7 +51,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
_require_xfs_io_command "falloc"
@@ -47,7 +47,7 @@ _link_out_file
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
path=$TEST_DIR/t_access
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -45,7 +45,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_xfs_io_command "fzero"
@@ -43,7 +43,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
# Use _populate_fs() in common/rc to create a directory structure.
@@ -46,7 +46,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
# real QA test starts here
@@ -78,14 +78,7 @@ echo data > subdir/file
_ls_l subdir/file | awk '{ print $1, $3 }'
# add an ACL with a user ACE which has no exec permission
-if [ "$HOSTOS" == "Linux" ]; then
- setfacl -m u:$acl1:r subdir
-elif [ "$HOSTOS" == "IRIX" ]; then
- chacl u:$acl:r--,g::---,o::--- subdir
-else
- echo "Unknown OS!"
- exit 1
-fi
+setfacl -m u:$acl1:r subdir
# With the bug this gives: `ls: subdir/file: Permission denied'
# because one needs at least an exec perm somewhere in acl
@@ -76,7 +76,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_attrs
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_require_atime
@@ -46,7 +46,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_test
_require_user
@@ -46,7 +46,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_require_sparse_files
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_test
_require_odirect
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_odirect
_require_scratch
@@ -43,7 +43,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
rm -f $TEST_DIR/null
@@ -41,7 +41,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux #IRIX
+_supported_os Linux
_require_scratch
_require_quota
_require_user
@@ -35,7 +35,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
. ./common/rc
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_require_odirect
@@ -41,7 +41,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux #IRIX
+_supported_os Linux
_require_scratch
_require_quota
_require_user
@@ -88,7 +88,7 @@ test_setting()
# real QA test starts here
_supported_fs generic
-_supported_os Linux #IRIX
+_supported_os Linux
_require_scratch
_require_quota
@@ -41,7 +41,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux #IRIX
+_supported_os Linux
_require_scratch
_require_quota
_require_user
@@ -125,7 +125,7 @@ _do_workload()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
echo "------------------------------"
@@ -46,7 +46,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_xfs_io_command "falloc"
@@ -44,7 +44,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
echo "------------------------------"
@@ -45,7 +45,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
echo "Silence is golden"
@@ -44,7 +44,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
testfile=$TEST_DIR/testfile.$seq
@@ -49,7 +49,7 @@ _cleanup()
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
threads=100
@@ -51,7 +51,7 @@ rm -f $seqres.full
# real QA test starts here
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
_require_user
@@ -45,7 +45,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
cp /dev/null $seqres.full
chmod ugo+rwx $seqres.full
@@ -48,7 +48,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_quota
@@ -46,7 +46,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
_require_test
_require_quota
@@ -97,11 +97,7 @@ touch $dir/2
cp $dir/2 $dir/3
report_quota
-if [ "$HOSTOS" == "IRIX" ] ; then
- mkfile 1M $TEST_DIR/6
-else
- xfs_mkfile 1M $TEST_DIR/6
-fi
+xfs_mkfile 1M $TEST_DIR/6
#try cp to dir
cp $TEST_DIR/6 $dir/6
@@ -49,7 +49,7 @@ rm -f $seqres.full
# Modify as appropriate.
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_attrs
@@ -50,7 +50,7 @@ rm -f $seqres.full
# Modify as appropriate.
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
fs_size=$((128 * 1024 * 1024))
@@ -50,7 +50,7 @@ rm -f $seqres.full
# Modify as appropriate.
_supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
_require_test_program stat_test
_require_statx
@@ -43,7 +43,7 @@ _cleanup()
# real QA test starts here
_supported_fs udf
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_setup_udf_scratchdir
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
[ -f core ] && rm -f core
@@ -72,14 +72,8 @@ test_done
echo "=== TEST 5 ==="
xfs_db -r -c 'inode 128' -c 'push' -c 'type' $TEST_DEV >$tmp.out 2>&1
test_done
-# On IRIX we lose state after a "push" operation and don't
-# know the type is still inode
-# Probably not worth changing xfs_db on IRIX for this.
-if [ "$HOSTOS" != "IRIX" ]; then
- if ! grep -q "current type is \"inode\"" $tmp.out
- then
- cat $tmp.out
- fi
+if ! grep -q "current type is \"inode\"" $tmp.out; then
+ cat $tmp.out
fi
echo "=== TEST 6 ==="
@@ -58,7 +58,7 @@ _populate_scratch()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_no_large_scratch_dev
@@ -67,9 +67,7 @@ rm -f $seqres.full
_populate_scratch
-[ "$HOSTOS" = "Linux" ] && DF_PROG="$DF_PROG -P --block-size=512"
-
-eval `$DF_PROG $SCRATCH_MNT 2>&1 \
+eval `$DF_PROG -P --block-size=512 $SCRATCH_MNT 2>&1 \
| tail -1 | $AWK_PROG '{ printf "blocks=%u used=%u avail=%u\n", $3, $4, $5 }'`
echo "df gave: blocks=$blocks used=$used avail=$avail" >>$seqres.full
echo "blocksize from mkfs is '$dbsize'" >>$seqres.full
@@ -43,7 +43,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs xfs
-_supported_os Linux Irix
+_supported_os Linux
_require_scratch
_require_xfs_quota
@@ -86,7 +86,7 @@ _do_test()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
rm -f $seqres.full
@@ -76,7 +76,7 @@ _filesize()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
@@ -103,7 +103,7 @@ _do_test()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
rm -f $seqres.full
@@ -47,7 +47,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
# prelim
rm -f $seqres.full $tmp.*
_require_scratch
@@ -68,11 +68,7 @@ cat >$tmp.seq.params <<EOF
version=2 logbsize=256k
EOF
-if [ "$HOSTOS" = "IRIX" ]; then
- start_blk=0
-else
- start_blk=2
-fi
+start_blk=2
# do the work for various log params which
# should not effect the data content of the log
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -63,7 +63,7 @@ _filter_stat()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
@@ -43,13 +43,12 @@ _link_out_file
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_tape $TAPE_DEV
# note: fsstress uses an endian dependent random number generator, running this
-# will produce different output for big/little endian machines. This issue was
-# resolved by using different Linux/IRIX out files.
+# will produce different output for big/little endian machines.
_create_dumpdir_stress
_erase_hard
_do_dump_sub
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -42,7 +42,7 @@ _link_out_file
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_tape $TAPE_DEV
_create_dumpdir_fill
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_create_dumpdir_fill
_do_dump_file
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_create_dumpdir_fill
_do_dump_restore
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
# wipe test dir clean first
# so dump can be real quick
@@ -67,7 +67,7 @@ _check_ag()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_no_large_scratch_dev
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -95,7 +95,7 @@ EOF
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_no_large_scratch_dev
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_test_program "feature"
@@ -72,7 +72,7 @@ _filter_bad_ids()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_no_large_scratch_dev
@@ -1,3 +1,2 @@
-irix: irix
linux,crc: crc.linux
linux: linux
deleted file mode 100644
@@ -41,7 +41,7 @@ _link_out_file
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_tape $TAPE_DEV
_create_dumpdir_fill
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -41,7 +41,7 @@ _link_out_file
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_tape $RMT_IRIXTAPE_DEV
_create_dumpdir_fill
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -41,7 +41,7 @@ _link_out_file
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_tape $RMT_IRIXTAPE_DEV
_create_dumpdir_fill
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -46,7 +46,7 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_no_large_scratch_dev
@@ -46,7 +46,7 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
@@ -43,7 +43,7 @@ _link_out_file
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_tape $TAPE_DEV
_create_dumpdir_fill
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_create_dumpdir_symlinks
_do_dump_file
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
# wipe test dir clean first
# so dump can be real quick
@@ -43,7 +43,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
src/fault $TEST_DIR || exit
@@ -46,7 +46,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
cp /dev/null $seqres.full
chmod a+rwx $seqres.full # arbitrary users will write here
@@ -213,12 +213,7 @@ EOF
projid_file="$tmp.projid"
echo "*** user"
-if [ "$HOSTOS" == "IRIX" ]
-then
- _qmount_option "quota"
-else
- _qmount_option "uquota"
-fi
+_qmount_option "uquota"
_exercise u
echo "*** group"
@@ -226,12 +221,7 @@ _qmount_option "gquota"
_exercise g
echo "*** uqnoenforce"
-if [ "$HOSTOS" == "IRIX" ]
-then
- _qmount_option "qnoenforce"
-else
- _qmount_option "uqnoenforce"
-fi
+_qmount_option "uqnoenforce"
_exercise uno
echo "*** gqnoenforce"
@@ -48,7 +48,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
rm -f $seqres.full
@@ -48,7 +48,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_attrs
@@ -41,7 +41,7 @@ _link_out_file
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_tape $RMT_TAPE_USER@$RMT_IRIXTAPE_DEV
_create_dumpdir_fill
deleted file mode 100644
@@ -38,7 +38,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_create_dumpdir_fill_perm
_do_dump_file
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
# src/dumpfile based on dumping from
# _create_dumpdir_fill_perm (small dump)
@@ -51,7 +51,7 @@ _ls_size_filter()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_create_dumpdir_hardlinks 9
@@ -58,7 +58,7 @@ _list_dir()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
#
# too much hassle to get output matching with quotas turned on
@@ -44,7 +44,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
_my_stat_filter()
@@ -100,7 +100,7 @@ write_block()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
[ -n "$XFS_IO_PROG" ] || _notrun "xfs_io executable not found"
@@ -44,7 +44,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
[ -n "$XFS_IO_PROG" ] || _notrun "xfs_io executable not found"
@@ -42,9 +42,6 @@ _cleanup()
}
_supported_fs xfs
-
-# Apparently should be able to work on IRIX,
-# but not at the moment.
_supported_os Linux
_require_test
@@ -57,9 +54,6 @@ echo
# real QA test starts here
-# to get sh working like ksh on IRIX
-export _XPG=1
-
$here/ltp/rwtest.sh $quiet $clean -i 2000 -f direct,buffered,sync
status=$?
[ $status -ne 0 ] && exit
@@ -38,7 +38,7 @@ status=1 # failure is the default!
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_cleanup()
{
@@ -62,12 +62,6 @@ _scratch_unmount >/dev/null 2>&1
# do a simple quota test to ensure DQUOT data is happening
export MOUNT_OPTIONS="-o quota,gquota"
-if [ "$HOSTOS" = "IRIX" ]; then
- start=0
-else
- start=2
-fi
-
# mount with quotas?
_scratch_mkfs_xfs "-l version=1" 1>/dev/null 2>&1
_qmount
@@ -77,7 +71,7 @@ _scratch_unmount
_mkfs_log "-l version=1"
_create_log
_check_log
-_print_transaction_inode $start
+_print_transaction_inode 2
_cmp_output $seq.ugquota.trans_inode $filtered
# got thru it all so we may have success
@@ -47,7 +47,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
# prelim
rm -f $seqres.full $tmp.*
@@ -88,12 +88,6 @@ for s in sync nosync ; do
if [ "$mkfs" = "#" ]; then
continue
fi
- if [ "$HOSTOS" = "IRIX" ]; then
- # don't have umount rec at start on IRIX
- # so we won't have to skip over it and get to
- # another stripe boundary
- start=0
- fi
echo "--- mkfs=$mkfs, mnt=$mnt, sync=$s ---"
export MOUNT_OPTIONS="-o $mnt"
if ! _mkfs_log "-l $mkfs"; then
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -50,17 +50,9 @@ pgsize=`$here/src/feature -s`
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
-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
@@ -45,7 +45,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_no_large_scratch_dev
@@ -43,7 +43,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_realtime
_require_scratch
@@ -102,7 +102,7 @@ rm -f $seqres.full
# Modify as appropriate.
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_v2log
_require_xfs_mkfs_without_validation
@@ -64,7 +64,7 @@ _filter_noymlinks_flag()
}
# real QA test starts here
-_supported_os Linux IRIX
+_supported_os Linux
_supported_fs xfs
_require_scratch
@@ -51,7 +51,7 @@ s/Inode: \#\d+ \(\d+ blocks, \d+ extents\)/Inode: #[INO] (X blocks, Y extents)/;
}
_supported_fs xfs
-_supported_os Linux #IRIX
+_supported_os Linux
_require_scratch
_require_xfs_quota
@@ -38,7 +38,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux #IRIX
+_supported_os Linux
_require_scratch
_require_xfs_quota
@@ -47,7 +47,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_xfs_quota
@@ -53,7 +53,7 @@ _cleanup()
rm -f $seqres.full
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_command "$XFS_FSR_PROG" "xfs_fsr"
@@ -47,7 +47,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
@@ -42,7 +42,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
rm -f $seqres.full
rm -f $tmp.log
@@ -50,7 +50,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_attrs
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -45,7 +45,7 @@ _report_filter () {
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
# link correct .out file
_link_out_file
@@ -1,2 +1 @@
-irix: irix
linux: linux
deleted file mode 100644
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -63,7 +63,7 @@ _check_ag()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_no_large_scratch_dev
@@ -97,7 +97,7 @@ EOF
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_no_large_scratch_dev
@@ -43,7 +43,7 @@ _filter_fs_handle()
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -64,7 +64,7 @@ _check_sids()
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -44,7 +44,7 @@ _filter_handles()
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -39,7 +39,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -45,7 +45,7 @@ _filter_get_allocinfo()
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -49,7 +49,7 @@ _filter_handles()
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -66,7 +66,7 @@ _filter_bmap()
# Modify as appropriate.
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
testfile=$TEST_DIR/file.$seq
@@ -63,7 +63,7 @@ _filter_bmap()
# Modify as appropriate.
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
# io tests
@@ -47,7 +47,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
@@ -46,7 +46,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
@@ -46,7 +46,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
@@ -46,7 +46,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
@@ -49,7 +49,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
rm -f $seqres.full
rm -f $tmp.log
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
_require_scratch
_scratch_mkfs_xfs -b size=512 >/dev/null 2>&1
@@ -51,7 +51,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_xfs_mkfs_ciname
rm -f $seqres.full
@@ -42,7 +42,7 @@ _cleanup()
# only xfs supported due to use of xfs_bmap
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
# real QA test starts here
rm -f $seqres.full
@@ -52,7 +52,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
_require_loop
@@ -41,7 +41,7 @@ _cleanup()
. ./common/filter
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
# real QA test starts here
rm -f $seqres.full
@@ -45,7 +45,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_test
fsfile=$TEST_DIR/fsfile.$seq
@@ -44,7 +44,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_command "$MAN_PROG" man
@@ -45,7 +45,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_attrs
@@ -44,7 +44,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
_require_scratch
_require_freeze
@@ -43,7 +43,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
echo "Silence is golden"