Hello fellow HACKers,
I'm currently using TECS for a 3-week program teaching gifted children ages 12 - 15 and have noticed some strange behavior when running the ALU tests. I'm wondering if anyone else has witnessed this.
I have a functioning ALU.hdl that passes ALU.tst on my workstation. However, when _some_ of my students run their implementations on their workstations, it fails the test
even though their implementation is similar to mine. In fact, I ran the test on their workstations against my own ALU.hdl and it too fails.
Now, I realize the possibility of accidentally editing ALU.tst or ALU.cmp... but I did re-download project02.zip and re-ran the tests... same result.
Have any of you witnessed an implementation passing the test on one machine but not another?In the mean time, I'll try to get to the source of the bug, assuming it's there and I'm not seeing it. But since my code is always perfect
I have my doubts about this being an implementation issue.
My workstation is an OSX machine, the workstation upon which the ALU fails is a Sun machine running Ubuntu.