~vcs-imports/check/cvs

« back to all changes in this revision

Viewing changes to tests/check_check_master.c

  • Committer: hugo303
  • Date: 2005-09-15 13:04:17 UTC
  • Revision ID: Arch-1:check@bazaar.ubuntu.com%check--MAIN--0--patch-232
Added possibility to turn off timeout tests through configure option --enable-timeout-tests=no

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  { "Signal Tests",  -1, CK_ERROR,   "Received signal 8 (Floating point exception)" },
43
43
  { "Signal Tests",  -1, CK_ERROR,   "Received signal 8 (Floating point exception)" },
44
44
 
 
45
#if TIMEOUT_TESTS_ENABLED
45
46
  { "Environment Timeout Tests", 139, CK_ERROR,  "Test timeout expired" },
46
47
  { "Environment Timeout Tests",  -1, CK_PASS,   "Passed" },
47
48
  { "Environment Timeout Tests",  -1, CK_PASS,   "Passed" },
59
60
  { "Timeout Tests",  -1, CK_PASS,   "Passed" },
60
61
  { "Timeout Tests", 152, CK_ERROR,  "Test timeout expired" },
61
62
  { "Timeout Tests", 158, CK_ERROR,  "Test timeout expired" },
 
63
#endif
62
64
 
63
65
  { "Limit Tests",   -1, CK_ERROR,   "Early exit with return value 1" },
64
66
  { "Limit Tests",   -1, CK_FAILURE, "Completed properly" },