pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-02-15
1999-02-15 01:56:36 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
73406beb41e7245fb5fc31a8d023cab9800c2342 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix + test
Rev: src/program.c:1.111
Rev: src/testsuite.in:1.147
1:
-
stest_true([["$Id: testsuite.in,v 1.
146
1999/02/
10
01:
29
:
12
hubbe Exp $"]])
+
stest_true([["$Id: testsuite.in,v 1.
147
1999/02/
15
01:
56
:
36
hubbe Exp $"]])
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
138:
test_eval_error([[ return 0.0[0]; ]]) test_eval_error([[ return 0[0]; ]]) test_compile_error([[constant x=class {}(); ]])
+
+
test_compile([[int x=gauge { return; },1;]])
cond( [[ master()->resolv("Gmp")->mpz ]], [[ test_compile_error([[object x = Gmp.mpz(17); constant y = x;]])
2409:
test_true(hash("bar",10)<10) test_true(hash("gazonk",10)<10) test_eq(hash("foobargazonk"),hash("foobargazonk"))
+
test_false(hash(""))
// - implode test_eq([[({})*""]],"")