pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-12-15
2004-12-15 02:44:41 by Martin Stjernholm <mast@lysator.liu.se>
724f4b2aeccb94cfa1b2f8d2247c88edebf0ad4a (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Somewhat better output when a test fails.
Rev: src/testsuite.in:1.749
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
748
2004/
11
/
16
22
:
17
:
04
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
749
2004/
12
/
15
02
:
44
:
41
mast Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
9492:
599612900,725843300,852073700,978304100,1104534500, 1230764900,1356995300,1483225700,1609456100,1735686500, 1861916900,1988147300,2114377700
-
}),int t)
if(
mktime(gmtime(t))!=t) return
t
; return 0;]], 0)
+
}),int t)
{
+
int res =
mktime
(gmtime
(t))
;
+
if(res
!=t) return
({t, res})
;
+
}
+
return 0;]], 0)
]])