Home
last modified time | relevance | path

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

123

/tools/testing/kunit/test_data/
Dtest_is_test_passed-no_tests_run_no_header.log40 setup_one_line failed for device 1 : Configuration failed
42 setup_one_line failed for device 2 : Configuration failed
44 setup_one_line failed for device 3 : Configuration failed
46 setup_one_line failed for device 4 : Configuration failed
48 setup_one_line failed for device 5 : Configuration failed
50 setup_one_line failed for device 6 : Configuration failed
52 setup_one_line failed for device 7 : Configuration failed
54 setup_one_line failed for device 8 : Configuration failed
56 setup_one_line failed for device 9 : Configuration failed
58 setup_one_line failed for device 10 : Configuration failed
[all …]
Dtest_output_isolated_correctly.log62 setup_one_line failed for device 1 : Configuration failed
64 setup_one_line failed for device 2 : Configuration failed
66 setup_one_line failed for device 3 : Configuration failed
68 setup_one_line failed for device 4 : Configuration failed
70 setup_one_line failed for device 5 : Configuration failed
72 setup_one_line failed for device 6 : Configuration failed
74 setup_one_line failed for device 7 : Configuration failed
76 setup_one_line failed for device 8 : Configuration failed
78 setup_one_line failed for device 9 : Configuration failed
80 setup_one_line failed for device 10 : Configuration failed
[all …]
Dtest_is_test_passed-failure.log31 # example_simple_test: example_simple_test failed
36 kunit example: one or more tests failed
/tools/testing/selftests/powerpc/eeh/
Deeh-basic.sh37 failed=0
43 failed="$((failed + 1))"
48 failed="$((failed + 1))"
52 echo "$failed devices failed to recover ($dev_count tested)"
56 test "$failed" -eq 0
Deeh-vf-unaware.sh16 failed=0
28 failed="$((failed + 1))"
34 test "$failed" != 0
Deeh-vf-aware.sh44 test "$failed" != 0
/tools/testing/selftests/bpf/progs/
Dtest_sockmap_update.c31 bool failed = false; in copy_sock_map() local
39 failed = true; in copy_sock_map()
42 failed = true; in copy_sock_map()
45 return failed ? SK_DROP : SK_PASS; in copy_sock_map()
Dstacktrace_map_skip.c33 int failed = 0; variable
58 failed = 1; in oncpu()
62 failed = 2; in oncpu()
/tools/perf/tests/
Dmaps.c50 bool failed = false; in check_maps() local
54 failed = true; in check_maps()
60 failed = maps__for_each_map(maps, check_maps_cb, &args); in check_maps()
62 if (failed) { in check_maps()
71 return failed ? TEST_FAIL : TEST_OK; in check_maps()
/tools/testing/selftests/openat2/
Dopenat2_test.c96 bool failed; in test_openat2_struct() local
123 failed = (fd < 0); in test_openat2_struct()
125 failed = (fd != test->err); in test_openat2_struct()
131 if (failed) { in test_openat2_struct()
249 bool failed = false; in test_openat2_flags() local
274 failed = (fd < 0); in test_openat2_flags()
276 failed = (fd != test->err); in test_openat2_flags()
296 failed |= (fdflags != test->how.flags); in test_openat2_flags()
299 if (failed) { in test_openat2_flags()
/tools/testing/selftests/net/
Drxtimestamp.c202 bool failed = false; in do_recv() local
257 failed = true; \ in do_recv()
269 return failed; in do_recv()
306 bool failed = false; in run_test_case() local
356 failed = do_recv(rcv, read_size, test_cases[test_num].expected); in run_test_case()
361 if (failed) { in run_test_case()
366 failed = false; in run_test_case()
368 return failed; in run_test_case()
/tools/testing/selftests/ftrace/
DREADME55 * FAIL: The test failed, but was expected to succeed. The test which exits
56 with !0 is counted as failed test.
60 or the test depends on a previous test, which failed.
67 * UNSUPPORTED: The test failed because of lack of feature.
70 * XFAIL: The test failed, and was expected to fail.
/tools/testing/selftests/sched_ext/
Drunner.c128 unsigned passed = 0, skipped = 0, failed = 0; in main() local
182 failed++; in main()
190 printf("FAILED: %u\n", failed); in main()
/tools/testing/selftests/turbostat/
Dadded_perf_counters.py141 failed = False
145 failed = True
147 if failed:
/tools/perf/scripts/perl/bin/
Dfailed-syscalls-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
/tools/perf/scripts/python/bin/
Dfailed-syscalls-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
/tools/lib/perf/Documentation/
Dlibperf-counting.txt103 39 fprintf(stderr, "failed to create threads\n");
116 47 fprintf(stderr, "failed to create evlist\n");
127 53 fprintf(stderr, "failed to create evsel1\n");
135 61 fprintf(stderr, "failed to create evsel2\n");
150 71 fprintf(stderr, "failed to open evsel\n");
Dlibperf-sampling.txt102 44 fprintf(stderr, "failed to create cpus\n");
113 50 fprintf(stderr, "failed to create evlist\n");
124 56 fprintf(stderr, "failed to create cycles\n");
139 66 fprintf(stderr, "failed to open evlist\n");
150 72 fprintf(stderr, "failed to mmap evlist\n");
/tools/testing/selftests/drivers/net/lib/py/
Dload.py45 failed = not self._wait_pkts(pkt_cnt=pkt_cnt)
46 self.stop(verbose=failed)
/tools/testing/selftests/net/tcp_ao/lib/
Dsetup.c54 static volatile int failed; variable
59 failed = 1; in test_failed()
64 if (failed) { in test_exit()
279 if (failed) in __test_init()
/tools/testing/selftests/rcutorture/bin/
Dkvm-remote.sh72 echo $scriptname: kvm.sh failed exit code $?
88 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
106 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
240 echo ssh $i failed: exitcode $ret 1>&2
/tools/testing/ktest/
Dktest.pl2969 my $failed = 0;
2974 build $buildtype or $failed = 1;
2977 if ($failed && $bisect_skip) {
2981 dodie "Failed on build" if $failed;
2984 start_monitor_and_install or $failed = 1;
2987 if ($failed && $bisect_skip) {
2993 dodie "Failed on boot" if $failed;
2995 do_run_test or $failed = 1;
3000 if ($failed) {
3565 my $failed = 0;
[all …]
/tools/memory-model/scripts/
Drunlitmushist.sh53 exitmsg="failed, exit code $exitcode"
/tools/net/sunrpc/xdrgen/templates/C/program/encoder/
Dresult.j210 * %false: encode failed
/tools/net/sunrpc/xdrgen/templates/C/program/decoder/
Dargument.j210 * %false: decode failed

123