pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-10-11
2003-10-11 15:30:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
28e5f16d23b55d0c25ec7f58372fa7b4051cadd8 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typos.
Rev: src/testsuite.in:1.688
1:
-
test_true([["$Id: testsuite.in,v 1.
687
2003/10/11
14
:
26
:
13
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
688
2003/10/11
15
:
30
:
16
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
5499:
test_eq("9223372036854775808", [[ (string)0x8000000000000000 ]]) test_eq("9223372036854775809", [[ (string)0x8000000000000001 ]]) test_eq("-9223372036854775808", [[ (string)-0x8000000000000000 ]])
-
test_eq("-
9223372036854775808
", [[ (string)-0x8000000000000001 ]])
+
test_eq("-
9223372036854775809
", [[ (string)-0x8000000000000001 ]])
test_eq("9223372036854775808", [[ (string)-(-0x8000000000000000) ]]) test_eq("9223372036854775809", [[ (string)-(-0x8000000000000001) ]]) test_eq("123456789123456789", [[ (string)123456789123456789 ]])
5624:
test_eq("2147483649", [[ (string)(0x7fffffff + 2) ]]) test_eq("-2147483648", [[ (string)((-0x80000001) + 1) ]]) test_eq("9223372036854775808", [[ (string)(0x7fffffffffffffff + 1) ]])
-
test_eq("
92233720368547758089
", [[ (string)(0x7fffffffffffffff + 2) ]])
+
test_eq("
9223372036854775809
", [[ (string)(0x7fffffffffffffff + 2) ]])
test_eq("-9223372036854775808", [[ (string)((-0x8000000000000001) + 1) ]]) test_eq("2684354560", [[ (string)(0x50000000 + 0x50000000) ]]) test_eq("-2684354560", [[ (string)((-0x50000000) + (-0x50000000)) ]])