{ "User Double Timeout Tests", CK_ERROR, "Test timeout expired" },
{ "User Double Timeout Tests", CK_ERROR, "Test timeout expired" },
- /* Default Timeout tests are run twice , see check_check_sub.c:make_sub_suite() */
- { "Default Timeout Tests", CK_ERROR, "Test timeout expired" },
-#ifdef HAVE_LIBRT
- { "Default Timeout Tests", CK_PASS, "Passed" },
- { "Default Timeout Tests", CK_PASS, "Passed" },
-#endif /* HAVE_LIBRT */
- { "Default Timeout Tests", CK_PASS, "Passed" },
- { "Default Timeout Tests", CK_ERROR, "Test timeout expired" },
- { "Default Timeout Tests", CK_ERROR, "Test timeout expired" },
-
#if HAVE_DECL_SETENV
{ "Environment Integer Timeout Scaling Tests", CK_ERROR, "Test timeout expired" },
#ifdef HAVE_LIBRT
suite_add_tcase (s, tc_timeout_usr_int);
suite_add_tcase (s, tc_timeout_usr_double);
- /* Add a second time to make sure tcase_set_timeout doesn't contaminate it. */
- suite_add_tcase (s, tc_timeout_default);
#if HAVE_DECL_SETENV
suite_add_tcase (s, tc_timeout_env_scale_int);
suite_add_tcase (s, tc_timeout_env_scale_double);