]> granicus.if.org Git - strace/blobdiff - tests/qual_fault-syntax.test
strace: terminate itself if interrupted by a signal
[strace] / tests / qual_fault-syntax.test
index 46e108b6f66fcabefa92f6848ff5eecc164e78cc..c4fd27bf13bd0474b071bea8cb7a8793f27dd5ee 100755 (executable)
@@ -5,27 +5,7 @@
 # Copyright (c) 2016-2018 Dmitry V. Levin <ldv@altlinux.org>
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-#    notice, this list of conditions and the following disclaimer in the
-#    documentation and/or other materials provided with the distribution.
-# 3. The name of the author may not be used to endorse or promote products
-#    derived from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# SPDX-License-Identifier: GPL-2.0-or-later
 
 . "${srcdir=.}/init.sh"
 
@@ -40,29 +20,7 @@ fail_with()
                "strace -e fault=$* failed to handle an argument error properly"
 }
 
-for arg in , ,, ,,, \! \!, \!: \
-          invalid_syscall_name \
-          invalid_syscall_name:when=3 \
-          -1 \!-1 \
-          -1:when=4 \
-          -2 \
-          -2:when=5 \
-          32767 \!32767 \
-          32767:when=6 \
-          file,nonsense \
-          \!desc,nonsense \
-          chdir,nonsense \
-          \!chdir,nonsense \
-          1,nonsense \
-          \!1,nonsense \
-          ; do
-       $STRACE -e fault="$arg" true 2> "$LOG" &&
-               fail_with "$arg"
-       LC_ALL=C grep -F "invalid system call '" < "$LOG" > /dev/null ||
-               fail_with "$arg"
-done
-
-for arg in '' : :: ::: chdir:42 \!chdir:42 \
+for arg in chdir:42 \!chdir:42 \
           chdir:42:when=7 \
           chdir:invalid \
           chdir:invalid:when=8 \
@@ -108,6 +66,12 @@ for arg in '' : :: ::: chdir:42 \!chdir:42 \
           chdir:retval=0 \
           chdir:signal=1 \
           chdir:error=1:error=2 \
+          chdir:syscall=invalid \
+          chdir:syscall=chdir \
+          chdir:syscall=%file \
+          chdir:syscall=-42 \
+          chdir:syscall=42 \
+          chdir:syscall=gettid:syscall=gettid \
           ; do
        $STRACE -e fault="$arg" true 2> "$LOG" &&
                fail_with "$arg"