rubyx/test/mom/builtin
Torsten Rüger b2260d856d And we are green again
After having over 600 failing tests at one point, this does feel good.
Even better, most of the risc/interpreter tests where i didn't change anything came gree without changing the tests. ie we have binary compatibility.
2019-08-14 11:11:26 +03:00
..
helper.rb all of mom and vool 2019-08-13 20:35:27 +03:00
README.md Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_comparison.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_div4.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_div10.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_exit.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_get_internal_byte.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_get_internal_word.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_init.rb And we are green again 2019-08-14 11:11:26 +03:00
test_integer.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_method_missing.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_object.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_operator.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_putstring.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_set_internal_byte.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_set_internal_word.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_word.rb Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00

Builtin Testing

At the Module level (word/object/integer) mostly testing that

  • functions exist
  • they compile
  • basic length tests (no "contents")

Minimal tests for risc compilation, and again length only (should be array too)

Functionality is tested by interpreter over in interpreter dir