From 4ae379fbab6d0cc8f2beabb71b9be13a49f0a2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 7 May 1998 16:49:36 -0700 Subject: [PATCH] more tests added Rev: src/testsuite.in:1.104 --- src/testsuite.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/testsuite.in b/src/testsuite.in index 2107d25b9f..5f01c13e30 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -stest_true([["$Id: testsuite.in,v 1.103 1998/05/06 00:32:33 hubbe Exp $"]]) +stest_true([["$Id: testsuite.in,v 1.104 1998/05/07 23:49:36 hubbe Exp $"]]) cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals()) @@ -372,7 +372,8 @@ cond([[all_constants()->mktime]], cond([[all_constants()->localtime && all_constants()->mktime]], [[ - test_any([[ int x=time(); return mktime(localtime(x)) == x;]], 1) + test_any([[int x=time(); return mktime(localtime(x)) == x;]], 1) + test_any([[int x=time(); for(int y=0;y<100;y++) if(mktime(localtime(x+y)) != x+y) return x+y; return 0;]], 0) ]]) cond([[all_constants()->_verify_internals]], -- GitLab