SFU ID: 301390696 (danialk)
Github username: danialkhan4
Line and file: part2.c (line unknown)
Expected behavior: pass all tests
Observed behavior: all tests passed except random
Question:
When running bash ./scripts/localci.sh I get the following error:
### *****python3 part2_tester.py random*****
```
Starting random test
ERROR: instruction 8, register 5. Expected: 0xffffffff, Actual: 0xfffff41f
ERROR: instruction 9, register 10. Expected: 0x00000001, Actual: 0x00000000
ERROR: instruction 10, register 5. Expected: 0x00000000, Actual: 0xfffff41f
ERROR: instruction 12, register 10. Expected: 0x0000000a, Actual: 0x00000015
ERROR: reference trace finished before student trace
random test has failed.
- My output random.trace file is more lines than the reference random.trace
- for instruction 8, the actual value is changing when I redo my test, for example if i run bash again without remaking, I get a different value like 0xfffff41f or sometimes no error