Home | History | Annotate | Download | only in tests
      1 #!/bin/sh
      2 
      3 # Check decoding of out-of-range syscalls.
      4 
      5 . "${srcdir=.}/init.sh"
      6 
      7 if [ "$MIPS_ABI" = "o32" ]; then
      8 	syscall=syscall
      9 else
     10 	syscall=none
     11 fi
     12 
     13 run_strace_match_diff -e trace=$syscall
     14