This commit provides an implementation for viper boundary tests that can work even without big int support. Since it uses a fixed-size buffer to hold values to work with, this should work on any platform as long as its integers are at least 32 bits wide, regardless its configuration on how big integers can get. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
20 lines
176 B
Text
20 lines
176 B
Text
--- 5
|
|
0x1 0x102 0x203
|
|
0x304
|
|
0x405
|
|
0x506
|
|
--- 8
|
|
0x607 0x708 0x809
|
|
0x90a
|
|
0xa0b
|
|
0xb0c
|
|
--- 11
|
|
0xc0d 0xd0e 0xe0f
|
|
0xf10
|
|
0x1011
|
|
0x1112
|
|
--- 12
|
|
0x1213 0x1314 0x1415
|
|
0x1516
|
|
0x1617
|
|
0x1718
|