pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-03-21
2002-03-21 14:48:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fffe2b5445538c5aa579788bf3f42518f3669da7 (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test of [bug
2861 (#2861)
].
Rev: src/testsuite.in:1.491
1:
-
test_true([["$Id: testsuite.in,v 1.
490
2002/03/
13
15
:
05
:
44
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
491
2002/03/
21
14
:
48
:
47
grubba Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
447:
]], 1); 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 [2845] ------------------------------------------------------------ // http://community/crunch/show_bug.cgi?id=2845 return !catch{ String.Buffer()->add("x",0); };