spechelper-icm-1.stdout.exp revision 436e89c602e787e7a27dd6624b09beed41a0da8a
1Test #1  mask == 0, value == 0xFFFFFFFF  --> cc == 0
2OK
3Test #2  mask == 0xF, value == 0  --> cc == 0
4OK
5Test #3  load one byte, msb set  --> cc == 1
6OK
7Test #4  load two bytes, msb set  --> cc == 1
8OK
9Test #5  load three bytes, msb set  --> cc == 1
10OK
11Test #6  load four bytes, msb set  --> cc == 1
12OK
13Test #7  load one byte, msb not set  --> cc == 2
14OK
15Test #8  load two bytes, msb not set  --> cc == 2
16OK
17Test #9  load three bytes, msb not set  --> cc == 2
18OK
19Test #10  load four bytes, msb not set  --> cc == 2
20OK
21