Home
last modified time | relevance | path

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

/kvm-unit-tests/arm/
H A Dspinlock-test.c48 int i, errors = 0; in test_spinlock() local
66 errors++; in test_spinlock()
70 report(errors == 0, "CPU%d: Done - Errors: %d", cpu, errors); in test_spinlock()
/kvm-unit-tests/scripts/
H A Darch-run.bash29 local stdout errors ret sig
38 errors=$("${@}" $INITRD </dev/null 2> >(tee /dev/stderr) > /dev/fd/$stdout)
44 if [ "$errors" ]; then
45 sig=$(grep 'terminating on signal' <<<"$errors")
66 if [ "$errors" ]; then
67 if ! grep -qvi warning <<<"$errors" ; then
H A Dcheck-patch.py50 errors = False variable
H A Dkernel-doc58 my $errors = 0;
1284 ++$errors;
1390 ++$errors;
1461 ++$errors;
1985 ++$errors;
2312 ++$errors;
2400 if ($verbose && $errors) {
2401 print STDERR "$errors errors\n";
2411 exit($output_mode eq "none" ? 0 : $errors)