pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/testsuite.in:1:
-
test_true([["$Id: testsuite.in,v 1.
549
2002/10/
13
23:
11:34
nilsson
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
550
2002/10/
15
12:
23:
43
grubba
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]]) cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals()) ]]); test_eq(1e1,10.0); test_eq(1E1,10.0);
pike.git/src/testsuite.in:474:
} ]]) test_any( [[ // bug [2861] ------------------------------------------------------------ // http://community/crunch/show_bug.cgi?id=2861 return mktime(0,0,0,1,0,70,0,0); ]], 0) test_any( [[
+
// bug [3270] ------------------------------------------------------------
+
// http://community/crunch/show_bug.cgi?id=3270
+
// Tue, 15 Oct 2002 09:38:32 GMT
+
return mktime(32, 38, 9, 15, 9, 102, 0, 0);
+
]], 1034674712)
+
+
test_any( [[
// bug [2830] ------------------------------------------------------------ // http://community/crunch/show_bug.cgi?id=2830 class User{}; object luser = User(); #if constant(Pike.Security) object luser_creds = Pike.Security.Creds(luser, 0, 0); return !catch { return !!call_with_creds(luser_creds, Stdio.File, "/dev/null");