Home
last modified time | relevance | path

Searched refs:test_failed (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/misc/lkdtm/
Dstackleak.c37 bool test_failed = false; in check_stackleak_irqoff() local
49 test_failed = true; in check_stackleak_irqoff()
56 test_failed = true; in check_stackleak_irqoff()
94 test_failed = true; in check_stackleak_irqoff()
116 if (test_failed) { in check_stackleak_irqoff()
/Linux-v6.6/tools/testing/selftests/arm64/bti/
Dtest.c26 static unsigned int test_failed; variable
67 putnum(test_failed); in print_summary()
129 test_failed++; in __do_test()
225 if (test_failed) in start()
/Linux-v6.6/lib/
Dtest_vmalloc.c418 int test_failed; member
478 t->data[index].test_failed++; in test_func()
585 t->data[j].test_failed, in do_concurrent_test()
/Linux-v6.6/tools/testing/selftests/net/
Dtxtimestamp.c99 static bool test_failed; variable
148 test_failed = true; in validate_key()
166 test_failed = true; in validate_timestamp()
921 return test_failed; in main()
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_progs.c290 bool test_failed = test_state->error_cnt > 0; in dump_test_log() local
292 bool print_test = verbose() || force_log || test_failed; in dump_test_log()
317 jsonw_bool_field(w, "failed", test_failed); in dump_test_log()