| /tools/testing/kunit/test_data/ |
| D | test_is_test_passed-no_tests_run_no_header.log | 40 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 …]
|
| D | test_output_isolated_correctly.log | 62 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 …]
|
| D | test_is_test_passed-failure.log | 31 # example_simple_test: example_simple_test failed 36 kunit example: one or more tests failed
|
| /tools/testing/selftests/powerpc/eeh/ |
| D | eeh-basic.sh | 37 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
|
| D | eeh-vf-unaware.sh | 16 failed=0 28 failed="$((failed + 1))" 34 test "$failed" != 0
|
| D | eeh-vf-aware.sh | 44 test "$failed" != 0
|
| /tools/testing/selftests/bpf/progs/ |
| D | test_sockmap_update.c | 31 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()
|
| D | stacktrace_map_skip.c | 33 int failed = 0; variable 58 failed = 1; in oncpu() 62 failed = 2; in oncpu()
|
| /tools/perf/tests/ |
| D | maps.c | 50 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/ |
| D | openat2_test.c | 96 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/ |
| D | rxtimestamp.c | 202 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/ |
| D | README | 55 * 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/ |
| D | runner.c | 128 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/ |
| D | added_perf_counters.py | 141 failed = False 145 failed = True 147 if failed:
|
| /tools/perf/scripts/perl/bin/ |
| D | failed-syscalls-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
|
| /tools/perf/scripts/python/bin/ |
| D | failed-syscalls-by-pid-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
|
| /tools/lib/perf/Documentation/ |
| D | libperf-counting.txt | 103 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");
|
| D | libperf-sampling.txt | 102 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/ |
| D | load.py | 45 failed = not self._wait_pkts(pkt_cnt=pkt_cnt) 46 self.stop(verbose=failed)
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| D | setup.c | 54 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/ |
| D | kvm-remote.sh | 72 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/ |
| D | ktest.pl | 2969 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/ |
| D | runlitmushist.sh | 53 exitmsg="failed, exit code $exitcode"
|
| /tools/net/sunrpc/xdrgen/templates/C/program/encoder/ |
| D | result.j2 | 10 * %false: encode failed
|
| /tools/net/sunrpc/xdrgen/templates/C/program/decoder/ |
| D | argument.j2 | 10 * %false: decode failed
|