jserv / full-stack-hello

minimal instruction set and assembler/compiler for "Hello World" execution
Other
114 stars 49 forks source link

Latest version can't pass test suite #17

Closed mlouielu closed 7 years ago

mlouielu commented 7 years ago

commit: 73432bff6, can't pass the test suite:

FFF
======================================================================
FAIL: test_coverage (__main__.TestRunner)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/runner.py", line 38, in test
    self.assertEqual(got, expected)
AssertionError: b'' != b'42\n50\n150\n'

======================================================================
FAIL: test_halt (__main__.TestRunner)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/runner.py", line 38, in test
    self.assertEqual(got, expected)
AssertionError: b'' != b'42\n'

======================================================================
FAIL: test_hello (__main__.TestRunner)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/runner.py", line 38, in test
    self.assertEqual(got, expected)
AssertionError: b'' != b'Hello\n'

----------------------------------------------------------------------
Ran 3 tests in 0.001s

FAILED (failures=3)
make: *** [Makefile:36: test] Error 1