Searched refs:test_failed (Results 1 – 4 of 4) sorted by relevance
52 test_failed(struct ktest_test_context *ctx) in test_failed() function120 .func = &test_failed,
30 def test_failed(self): member in TestExample
6 static int test_failed = 0; variable23 test_failed++; in test()605 printf("\nPASSED: %d\nFAILED: %d\n", test_passed, test_failed); in main()
831 my $test_failed = 0;