Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 60) sorted by relevance

123

/tools/testing/selftests/arm64/abi/
Dsyscall-abi.c76 int errors = 0; in check_gpr() local
87 errors++; in check_gpr()
91 return errors; in check_gpr()
109 int errors = 0; in check_fpr() local
119 errors++; in check_fpr()
132 errors++; in check_fpr()
136 return errors; in check_fpr()
156 int errors = 0; in check_z() local
175 errors++; in check_z()
185 errors++; in check_z()
[all …]
/tools/testing/selftests/bpf/
Dtest_tunnel.sh585 local errors=0
589 errors=$(( $errors + $? ))
593 errors=$(( $errors + $? ))
597 errors=$(( $errors + $? ))
601 errors=$(( $errors + $? ))
605 errors=$(( $errors + $? ))
609 errors=$(( $errors + $? ))
613 errors=$(( $errors + $? ))
617 errors=$(( $errors + $? ))
621 errors=$(( $errors + $? ))
[all …]
/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c262 uint32_t *in, uint32_t *out, int *errors) in check_u32() argument
267 (*errors)++; in check_u32()
339 int errors = 0; in ptrace_set_sve_get_sve_data() local
397 errors++; in ptrace_set_sve_get_sve_data()
406 errors++; in ptrace_set_sve_get_sve_data()
411 read_buf + SVE_PT_SVE_FPSR_OFFSET(vq), &errors); in ptrace_set_sve_get_sve_data()
413 read_buf + SVE_PT_SVE_FPCR_OFFSET(vq), &errors); in ptrace_set_sve_get_sve_data()
415 ksft_test_result(errors == 0, "Set and get %s data for VL %u\n", in ptrace_set_sve_get_sve_data()
435 int errors = 0; in ptrace_set_sve_get_fpsimd_data() local
491 errors++; in ptrace_set_sve_get_fpsimd_data()
[all …]
Dvec-syscfg.c564 int errors = 0; in prctl_set_all_vqs() local
584 errors++; in prctl_set_all_vqs()
597 errors++; in prctl_set_all_vqs()
612 errors++; in prctl_set_all_vqs()
626 errors++; in prctl_set_all_vqs()
638 errors++; in prctl_set_all_vqs()
648 errors++; in prctl_set_all_vqs()
654 ksft_test_result(errors == 0, "%s prctl() set all VLs, %d errors\n", in prctl_set_all_vqs()
655 data->name, errors); in prctl_set_all_vqs()
/tools/perf/scripts/perl/
Drw-by-pid.pl36 $reads{$common_pid}{errors}{$ret}++;
58 $writes{$common_pid}{errors}{$ret}++;
102 foreach my $error (keys %{$reads{$pid}{errors}}) {
104 my $errcount = $reads{$pid}{errors}{$error} || 0;
142 foreach my $error (keys %{$writes{$pid}{errors}}) {
144 my $errcount = $writes{$pid}{errors}{$error} || 0;
Drwtop.pl49 $reads{$common_pid}{errors}{$ret}++;
75 $writes{$common_pid}{errors}{$ret}++;
/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c35 int errors; variable
80 ++errors; in check_faulted()
119 errors = 0; in run_test()
130 if (errors) { in run_test()
131 printf("%d errors detected\n", errors); in run_test()
/tools/testing/selftests/net/netfilter/
Dipvs.sh179 local errors=
185 errors=$(( $errors + $? ))
191 errors=$(( $errors + $? ))
197 errors=$(( $errors + $? ))
199 return $errors
/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh122 echo $configerrors runs with .config errors.
125 EDITOR=echo kvm-find-errors.sh "${@: -1}" > $T 2>&1
129 echo $builderrors runs with build errors.
135 echo $runerrors runs with runtime errors.
Dparse-build.sh33 print_bug $title build errors:
45 print_warning $title build errors:
Dkvm-find-errors.sh50 echo No build errors.
72 echo No errors in console logs.
/tools/testing/kunit/
Dkunit_tool_test.py144 self.assertEqual(result.counts.errors, 0)
151 self.assertEqual(result.counts.errors, 0)
158 self.assertEqual(result.counts.errors, 0)
165 self.assertEqual(result.counts.errors, 0)
174 self.assertEqual(result.counts.errors, 1)
184 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=10, errors=0))
194 self.assertEqual(result.counts.errors, 1)
205 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=1, errors=1))
217 self.assertEqual(result.counts.errors, 1)
256 self.assertEqual(result.counts.errors, 0)
[all …]
Dkunit_parser.py59 self.counts.errors += 1
85 errors: int = 0 variable in TestCounts
91 ('errors', self.errors)]
116 self.errors += counts.errors
/tools/testing/selftests/sched/
Dcs_prctl_test.c219 static int errors; variable
225 ++errors; in _validate()
343 if (errors) { in main()
344 printf("TESTS FAILED. errors: %d\n", errors); in main()
/tools/testing/selftests/firmware/
Dfw_upload.sh13 errors="hw-error
155 for error in $errors; do
/tools/testing/selftests/media_tests/
Dregression_test.txt43 Run dmesg looking for any user-after free errors or mutex lock errors.
/tools/tracing/latency/
DMakefile.config38 $(error Please, check the errors above.)
/tools/verification/rv/
DMakefile.config47 $(error Please, check the errors above.)
/tools/testing/kunit/android/
DREADME112 Check dmesg for load errors. If undefined symbol errors are shown, you're
132 Check dmesg for KUnit errors.
/tools/tracing/rtla/
DMakefile.config55 $(error Please, check the errors above.)
/tools/perf/Documentation/
Dperf-data.txt45 Be more verbose (show counter open errors, etc).
Ditrace.txt59 The 'e' option may be followed by flags which affect what errors will or
69 e output only on errors (size configurable - see linkperf:perf-config[1])
/tools/testing/selftests/net/rds/
Drun.sh212 gcovr -s --html-details --gcov-executable "$GCOV_CMD" --gcov-ignore-parse-errors \
/tools/testing/selftests/net/
Dncdevmem.c181 int errors = 0; in validate_buffer() local
189 errors++; in validate_buffer()
190 if (errors > 20) in validate_buffer()
/tools/memory-model/scripts/
DREADME100 The checkghlitmus.sh should not report errors in cases where the
102 this check is nevertheless valuable because it can find errors in the

123