My submission fails although tests are passing when run them manually

Posted by Asya on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/My-submission-fails-although-tests-are-passing-when-run-them-manually-tp4038316.html

My asm-files pass all the tests (Mult.tst, FillAutomatic.tst) when I run them manually in CPU-emulator, but for some reasons they fail when I submit them in zip-archieve. The errors are:

*(-50) - Test failed (code = diff_with_test_Mult) - Mult: Comparison failure at line 2
*(-50) - Test failed (code = diff_with_test_Fill) - Fill: At line 32767: Can't continue past last line

I'm almost sure that from my side all is good. Can anybody take a look, maybe smth is wrong from the grader's side?