This commit reworks the Viper pointer boundary tests in order to make them more accurate and easier to extend. The tests are now easier to reason about in their output, using easier to read values, and bit thresholds are now more configurable. If a new conditional code sequence is introduced, adding a new bit threshold is just a matter of adding a value into a tuple at the beginning of the relevant test file. Load tests have also been made more accurate, with better function templates to test register-indexed operations. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
20 lines
131 B
Text
20 lines
131 B
Text
--- 5
|
|
0x1 0x2 0x3
|
|
0x4
|
|
0x5
|
|
0x6
|
|
--- 8
|
|
0x7 0x8 0x9
|
|
0xa
|
|
0xb
|
|
0xc
|
|
--- 11
|
|
0xd 0xe 0xf
|
|
0x10
|
|
0x11
|
|
0x12
|
|
--- 12
|
|
0x13 0x14 0x15
|
|
0x16
|
|
0x17
|
|
0x18
|