]> granicus.if.org Git - strace/commitdiff
tests: tabulate statfs.test
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 19 Apr 2017 00:02:56 +0000 (00:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 19 Apr 2017 00:02:56 +0000 (00:02 +0000)
* tests/gen_tests.in (statfs): New entry.
(fstatfs, fstatfs64, statfs64): Update.
* tests/statfs.test: Remove.
* tests/Makefile.am (DECODER_TESTS): Remove statfs.test.

tests/Makefile.am
tests/gen_tests.in
tests/statfs.test [deleted file]

index 93381874a9518ea2b6795047d5dfa0615e84115f..0d76b46eb1fa4a60bf5f920b4f011770d0df39e7 100644 (file)
@@ -224,7 +224,6 @@ DECODER_TESTS = \
        seccomp-strict.test \
        sigaction.test \
        sigaltstack.test \
-       statfs.test \
        sun_path.test \
        trace_statfs.test \
        uio.test \
index c0de949b7d8c8cbb354f8fd90ef18d019fd43859..ea0d46dcd5af39339132af67ea989c12bfe42b57 100644 (file)
@@ -78,8 +78,8 @@ flock -a19
 fork-f -a26 -qq -f -e signal=none -e trace=chdir
 fstat64        +fstat.test
 fstatat64      -a32 -v -P $NAME.sample -P /dev/full
-fstatfs        +statfs.test
-fstatfs64      +statfs.test
+fstatfs        -a18
+fstatfs64      -a24
 fsync  -a10
 ftruncate      -a24
 ftruncate64    -a36
@@ -280,7 +280,8 @@ socketcall  -a20
 splice
 stat   -a32 -v -P $NAME.sample -P /dev/full
 stat64 -a32 -v -P $NAME.sample -P /dev/full
-statfs64       +statfs.test
+statfs -a17
+statfs64       -a23
 statx  -a32 -v -P $NAME.sample -P /dev/full
 swap   -a23 -e trace=swapon,swapoff
 symlink        -a34
diff --git a/tests/statfs.test b/tests/statfs.test
deleted file mode 100755 (executable)
index 6075576..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-# Check statfs syscall decoding.
-
-. "${srcdir=.}/init.sh"
-
-# this test probes /proc/self/status
-[ -f /proc/self/status ] ||
-       framework_skip_ '/proc/self/status is not available'
-
-run_strace_match_diff -a17