HomeSort by relevance Sort by last modified time
    Searched refs:fault (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/strace/tests/
qual_fault.test 3 # Check that fault injection works properly.
42 local trace fault err first step procs extra
44 fault=$1; shift
82 "$@" -e fault=$fault$when$error $extra \
96 for fault in writev desc,51; do
98 writev $fault "$err" '' '' 1 -efault=chdir
100 writev $fault "$err" '' '' 1 -efault=chdir -efault=none
103 writev $fault "$err" $F '' 1
105 writev $fault "$err" $F +
    [all...]
filtering_syscall-syntax.test 62 check_e "invalid system call '$1'" -e fault="$2"
66 check_e "invalid system call '$1'" -e fault="$2:"
67 check_e "invalid system call '$1'" -e fault="$2::"
68 check_e "invalid system call '$1'" -e fault="$2:::"
70 check_e "invalid system call '$1'" -e fault="$2:when=4"
  /external/strace/tests-m32/
qual_fault.test 3 # Check that fault injection works properly.
42 local trace fault err first step procs extra
44 fault=$1; shift
82 "$@" -e fault=$fault$when$error $extra \
96 for fault in writev desc,51; do
98 writev $fault "$err" '' '' 1 -efault=chdir
100 writev $fault "$err" '' '' 1 -efault=chdir -efault=none
103 writev $fault "$err" $F '' 1
105 writev $fault "$err" $F +
    [all...]
filtering_syscall-syntax.test 62 check_e "invalid system call '$1'" -e fault="$2"
66 check_e "invalid system call '$1'" -e fault="$2:"
67 check_e "invalid system call '$1'" -e fault="$2::"
68 check_e "invalid system call '$1'" -e fault="$2:::"
70 check_e "invalid system call '$1'" -e fault="$2:when=4"
  /external/strace/tests-mx32/
qual_fault.test 3 # Check that fault injection works properly.
42 local trace fault err first step procs extra
44 fault=$1; shift
82 "$@" -e fault=$fault$when$error $extra \
96 for fault in writev desc,51; do
98 writev $fault "$err" '' '' 1 -efault=chdir
100 writev $fault "$err" '' '' 1 -efault=chdir -efault=none
103 writev $fault "$err" $F '' 1
105 writev $fault "$err" $F +
    [all...]
filtering_syscall-syntax.test 62 check_e "invalid system call '$1'" -e fault="$2"
66 check_e "invalid system call '$1'" -e fault="$2:"
67 check_e "invalid system call '$1'" -e fault="$2::"
68 check_e "invalid system call '$1'" -e fault="$2:::"
70 check_e "invalid system call '$1'" -e fault="$2:when=4"
  /external/linux-kselftest/tools/testing/selftests/vm/
run_vmtests 150 echo "running on-fault-limit"
153 # sudo -u nobody ./on-fault-limit
154 su nobody ./on-fault-limit
  /external/tcpdump/tests/
isis-seg-fault-1-v.sh 8 test_name=isis-seg-fault-1-v
17 if ./TESTonce $test_name isis-seg-fault-1.pcap isis-seg-fault-1-v.out '-v'
  /external/valgrind/gdbserver_tests/
mcsignopass.stdoutB.exp 2 SIGSEGV Yes Yes No Segmentation fault
8 Program received signal SIGSEGV, Segmentation fault.
12 Program received signal SIGSEGV, Segmentation fault.
16 Program received signal SIGSEGV, Segmentation fault.
20 Program received signal SIGSEGV, Segmentation fault.
24 Program received signal SIGSEGV, Segmentation fault.
28 Program received signal SIGSEGV, Segmentation fault.
32 Program received signal SIGSEGV, Segmentation fault.
36 Program received signal SIGSEGV, Segmentation fault.
40 Program received signal SIGSEGV, Segmentation fault
    [all...]
mcsigpass.stdoutB.exp 2 Program received signal SIGSEGV, Segmentation fault.
6 Program received signal SIGSEGV, Segmentation fault.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug052.go 19 x[i] = c/d; // BUG segmentation fault
bug008.go 19 Segmentation fault
bug031.go 29 /* Segmentation fault */
bug313.go 15 bug313.dir/b.go:7: internal compiler error: fault
issue4353.go 7 // Issue 4353. An optimizer bug in 8g triggers a runtime fault
  /prebuilts/go/linux-x86/test/fixedbugs/
bug052.go 19 x[i] = c/d; // BUG segmentation fault
bug008.go 19 Segmentation fault
bug031.go 29 /* Segmentation fault */
bug313.go 15 bug313.dir/b.go:7: internal compiler error: fault
issue4353.go 7 // Issue 4353. An optimizer bug in 8g triggers a runtime fault
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
gas-segfault.d 3 #name: GAS segmentation fault
gas-segfault.s 2 # This source file used to make GAS crash with a seg fault
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapEnvelope.java 184 // insert fault generation code here
187 && parser.getName().equals("Fault")) {
189 SoapFault fault; local
191 fault = new SoapFault(this.version);
193 fault = new SoapFault12(this.version);
195 fault.parse(parser);
196 bodyIn = fault;
  /prebuilts/go/darwin-x86/test/
recover4.go 8 // Test that if a slice access causes a fault, a deferred func
12 // In the test, memcopy is the function that will fault, during dst[i] = src[i].
19 // on the resulting slice will fault when it reaches the hole.
43 // Turn the eventual fault into a panic, not a program crash,
65 // before the fault (8*size - 5, the offset we skip in the argument).
  /prebuilts/go/linux-x86/test/
recover4.go 8 // Test that if a slice access causes a fault, a deferred func
12 // In the test, memcopy is the function that will fault, during dst[i] = src[i].
19 // on the resulting slice will fault when it reaches the hole.
43 // Turn the eventual fault into a panic, not a program crash,
65 // before the fault (8*size - 5, the offset we skip in the argument).

Completed in 353 milliseconds

1 2 3 4 5 6 7 8 91011