|
1 | | -line 3 attempt to compute `move _8 + move _9`, which would overflow: SUCCESS |
2 | | -line 3 assertion failed: a + b == correct: SUCCESS |
3 | | -line 4 attempt to compute `move _15 + move _16`, which would overflow: SUCCESS |
4 | | -line 4 assertion failed: a + b == wrong: FAILURE |
5 | | -line 8 attempt to compute `move _8 - move _9`, which would overflow: SUCCESS |
6 | | -line 8 assertion failed: a - b == correct: SUCCESS |
7 | | -line 9 attempt to compute `move _15 - move _16`, which would overflow: SUCCESS |
8 | | -line 9 assertion failed: a - b == wrong: FAILURE |
9 | | -line 13 attempt to compute `move _8 * move _9`, which would overflow: SUCCESS |
10 | | -line 13 assertion failed: a * b == correct: SUCCESS |
11 | | -line 14 attempt to compute `move _15 * move _16`, which would overflow: SUCCESS |
12 | | -line 14 assertion failed: a * b == wrong: FAILURE |
13 | | -line 18 attempt to divide `_8` by zero: SUCCESS |
14 | | -line 18 attempt to compute `_8 / _9`, which would overflow: SUCCESS |
15 | | -line 18 assertion failed: a / b == correct: SUCCESS |
16 | | -line 19 attempt to divide `_18` by zero: SUCCESS |
17 | | -line 19 attempt to compute `_18 / _19`, which would overflow: SUCCESS |
18 | | -line 19 assertion failed: a / b == wrong: FAILURE |
19 | | -line 23 attempt to calculate the remainder of `_8` with a divisor of zero: SUCCESS |
20 | | -line 23 attempt to compute the remainder of `_8 % _9`, which would overflow: SUCCESS |
21 | | -line 23 assertion failed: a % b == correct: SUCCESS |
22 | | -line 24 attempt to calculate the remainder of `_18` with a divisor of zero: SUCCESS |
23 | | -line 24 attempt to compute the remainder of `_18 % _19`, which would overflow: SUCCESS |
24 | | -line 24 assertion failed: a % b == wrong: FAILURE |
25 | | -line 28 attempt to shift left by `move _9`, which would overflow: SUCCESS |
26 | | -line 28 assertion failed: a << b == correct: SUCCESS |
27 | | -line 29 attempt to shift left by `move _16`, which would overflow: SUCCESS |
28 | | -line 29 assertion failed: a << b == wrong: FAILURE |
29 | | -line 33 attempt to shift right by `move _9`, which would overflow: SUCCESS |
30 | | -line 33 assertion failed: a >> b == correct: SUCCESS |
31 | | -line 34 attempt to shift right by `move _16`, which would overflow: SUCCESS |
32 | | -line 34 assertion failed: a >> b == wrong: FAILURE |
33 | | -line 38 attempt to shift right by `move _9`, which would overflow: SUCCESS |
34 | | -line 38 assertion failed: a >> b == correct: SUCCESS |
35 | | -line 39 attempt to shift right by `move _16`, which would overflow: SUCCESS |
36 | | -line 39 assertion failed: a >> b == wrong: FAILURE |
37 | | -line 43 assertion failed: a & b == correct: SUCCESS |
38 | | -line 44 assertion failed: a & b == wrong: FAILURE |
39 | | -line 48 assertion failed: a | b == correct: SUCCESS |
40 | | -line 49 assertion failed: a | b == wrong: FAILURE |
41 | | -line 53 assertion failed: a ^ b == correct: SUCCESS |
42 | | -line 54 assertion failed: a ^ b == wrong: FAILURE |
| 1 | +line 4 attempt to compute `move _8 + move _9`, which would overflow: SUCCESS |
| 2 | +line 4 assertion failed: a + b == correct: SUCCESS |
| 3 | +line 5 attempt to compute `move _15 + move _16`, which would overflow: SUCCESS |
| 4 | +line 5 assertion failed: a + b == wrong: FAILURE |
| 5 | +line 9 attempt to compute `move _8 - move _9`, which would overflow: SUCCESS |
| 6 | +line 9 assertion failed: a - b == correct: SUCCESS |
| 7 | +line 10 attempt to compute `move _15 - move _16`, which would overflow: SUCCESS |
| 8 | +line 10 assertion failed: a - b == wrong: FAILURE |
| 9 | +line 14 attempt to compute `move _8 * move _9`, which would overflow: SUCCESS |
| 10 | +line 14 assertion failed: a * b == correct: SUCCESS |
| 11 | +line 15 attempt to compute `move _15 * move _16`, which would overflow: SUCCESS |
| 12 | +line 15 assertion failed: a * b == wrong: FAILURE |
| 13 | +line 19 attempt to divide `_8` by zero: SUCCESS |
| 14 | +line 19 attempt to compute `_8 / _9`, which would overflow: SUCCESS |
| 15 | +line 19 assertion failed: a / b == correct: SUCCESS |
| 16 | +line 20 attempt to divide `_18` by zero: SUCCESS |
| 17 | +line 20 attempt to compute `_18 / _19`, which would overflow: SUCCESS |
| 18 | +line 20 assertion failed: a / b == wrong: FAILURE |
| 19 | +line 24 attempt to calculate the remainder of `_8` with a divisor of zero: SUCCESS |
| 20 | +line 24 attempt to compute the remainder of `_8 % _9`, which would overflow: SUCCESS |
| 21 | +line 24 assertion failed: a % b == correct: SUCCESS |
| 22 | +line 25 attempt to calculate the remainder of `_18` with a divisor of zero: SUCCESS |
| 23 | +line 25 attempt to compute the remainder of `_18 % _19`, which would overflow: SUCCESS |
| 24 | +line 25 assertion failed: a % b == wrong: FAILURE |
| 25 | +line 29 attempt to shift left by `move _9`, which would overflow: SUCCESS |
| 26 | +line 29 assertion failed: a << b == correct: SUCCESS |
| 27 | +line 30 attempt to shift left by `move _16`, which would overflow: SUCCESS |
| 28 | +line 30 assertion failed: a << b == wrong: FAILURE |
| 29 | +line 34 attempt to shift right by `move _9`, which would overflow: SUCCESS |
| 30 | +line 34 assertion failed: a >> b == correct: SUCCESS |
| 31 | +line 35 attempt to shift right by `move _16`, which would overflow: SUCCESS |
| 32 | +line 35 assertion failed: a >> b == wrong: FAILURE |
| 33 | +line 39 attempt to shift right by `move _9`, which would overflow: SUCCESS |
| 34 | +line 39 assertion failed: a >> b == correct: SUCCESS |
| 35 | +line 40 attempt to shift right by `move _16`, which would overflow: SUCCESS |
| 36 | +line 40 assertion failed: a >> b == wrong: FAILURE |
| 37 | +line 44 assertion failed: a & b == correct: SUCCESS |
| 38 | +line 45 assertion failed: a & b == wrong: FAILURE |
| 39 | +line 49 assertion failed: a | b == correct: SUCCESS |
| 40 | +line 50 assertion failed: a | b == wrong: FAILURE |
| 41 | +line 54 assertion failed: a ^ b == correct: SUCCESS |
| 42 | +line 55 assertion failed: a ^ b == wrong: FAILURE |
0 commit comments