pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-01-16
2008-01-16 18:01:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>
123307667ec17e9957cec7f52f689880fe988905 (
9
lines) (+
6
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Replaced two invalid tests.
Rev: src/testsuite.in:1.796
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
795
2008/01/
13
19
:
11
:
22
nilsson
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
796
2008/01/
16
18
:
01
:
50
grubba
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
9675:
test_hash_value(77) test_hash_value(5.0) test_hash_value("hello")
-
test_hash_value((<>))
+
test_hash_value(({}))
-
test_hash_value(([]))
+
dnl (<>) is mutable.
+
test_
true(intp(
hash_value((
<>))))
+
dnl (
[])
is mutable.
+
test_true(intp(hash_value(([]
)
)))
test_hash_value(time) test_hash_value(ADT.Stack) dnl test_hash_value(String)