Home
last modified time | relevance | path

Searched refs:tests_failed (Results 1 – 8 of 8) sorted by relevance

/tools/lib/perf/include/internal/
A Dtests.h8 extern int tests_failed;
36 tests_failed = 0; \
41 if (tests_failed) \
42 fprintf(stdout, " FAILED (%d)\n", tests_failed); \
51 tests_failed++; \
/tools/testing/selftests/x86/bugs/
A Dits_ret_alignment.py73 tests_failed = 0 variable
124 tests_failed += 1
135 if tests_failed == 0:
A Dits_indirect_alignment.py78 tests_failed = 0 variable
136 tests_failed += 1
146 if tests_failed == 0:
/tools/lib/perf/tests/
A Dmain.c5 int tests_failed; variable
A Dtest-cpumap.c42 return tests_failed == 0 ? 0 : -1; in test_cpumap()
A Dtest-threadmap.c72 return tests_failed == 0 ? 0 : -1; in test_threadmap()
A Dtest-evlist.c235 tests_failed++; in test_mmap_thread()
588 return tests_failed == 0 ? 0 : -1; in test_evlist()
A Dtest-evsel.c366 return tests_failed == 0 ? 0 : -1; in test_evsel()

Completed in 10 milliseconds