Last change
on this file was 1c79996, checked in by Sean Bartell <wingedtachikoma@…>, 13 years ago |
Bithenge: fix issues and expand coverage for test.sh
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | {
|
---|
2 | "bytes0": b"\x31",
|
---|
3 | "bytes1": b"\x37",
|
---|
4 | "str0": "1",
|
---|
5 | "str1": "7",
|
---|
6 | "compare_ints_0_1": {
|
---|
7 | "l": True,
|
---|
8 | "g": False,
|
---|
9 | "ge": False,
|
---|
10 | "le": True,
|
---|
11 | "eq": False,
|
---|
12 | "ne": True
|
---|
13 | },
|
---|
14 | "compare_ints_0_0": {
|
---|
15 | "l": False,
|
---|
16 | "g": False,
|
---|
17 | "ge": True,
|
---|
18 | "le": True,
|
---|
19 | "eq": True,
|
---|
20 | "ne": False
|
---|
21 | },
|
---|
22 | "compare_ints_1_0": {
|
---|
23 | "l": False,
|
---|
24 | "g": True,
|
---|
25 | "ge": True,
|
---|
26 | "le": False,
|
---|
27 | "eq": False,
|
---|
28 | "ne": True
|
---|
29 | },
|
---|
30 | "arithmetic_0_1": {
|
---|
31 | "sum": 1,
|
---|
32 | "difference": -1,
|
---|
33 | "product": 0,
|
---|
34 | "quotient": 0,
|
---|
35 | "remainder": 0
|
---|
36 | },
|
---|
37 | "arithmetic_17_n3": {
|
---|
38 | "sum": 14,
|
---|
39 | "difference": 20,
|
---|
40 | "product": -51
|
---|
41 | },
|
---|
42 | "arithmetic_n17_3": {
|
---|
43 | "sum": -14,
|
---|
44 | "difference": -20,
|
---|
45 | "product": -51,
|
---|
46 | "quotient": -6,
|
---|
47 | "remainder": 1
|
---|
48 | },
|
---|
49 | "concat_bytes": b"\x31\x37\x31",
|
---|
50 | "concat_bits": 3271729,
|
---|
51 | "equality": {
|
---|
52 | "neqs": False,
|
---|
53 | "bytes0_eq_bytes1": False,
|
---|
54 | "bytes0_ne_bytes0": False,
|
---|
55 | "str0_ne_str1": True,
|
---|
56 | "str1_eq_str1": True,
|
---|
57 | "bytes1_eq_1": False
|
---|
58 | },
|
---|
59 | "subblob": {
|
---|
60 | "subblob": b"\x31"
|
---|
61 | }
|
---|
62 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.