Home
last modified time | relevance | path

Searched refs:tests_fail (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
H A Dminimal-secure-streams-testsfail.c21 static int interrupted, tests, tests_pass, tests_fail; variable
656 tests_fail++; in myss_state()
699 tests_fail++; in myss_state()
750 tests_fail++; in tests_start_next()
886 tests_pass == tests && !tests_fail ? "OK" : "failed", in main()
887 tests_pass, tests_fail); in main()
889 return !(tests_pass == tests && !tests_fail); in main()

Completed in 1 milliseconds