rubyx/test/mom/builtin
Torsten Rüger 4656ea8ffb fix all mom tests
still quite brittle, but easy to fix
2019-08-23 19:24:18 +03:00
..
helper.rb Make builtin tests more stand alone 2019-08-22 17:52:19 +03:00
README.md Extracting the mom instruction from builtin modules 2019-08-12 13:16:15 +03:00
test_comparison.rb fixing most of the mom tests 2019-08-23 15:31:04 +03:00
test_div4.rb fix all mom tests 2019-08-23 19:24:18 +03:00
test_div10.rb fix all mom tests 2019-08-23 19:24:18 +03:00
test_exit.rb fix all mom tests 2019-08-23 19:24:18 +03:00
test_get_internal_byte.rb fix all mom tests 2019-08-23 19:24:18 +03:00
test_get_internal_word.rb fixing most of the mom tests 2019-08-23 15:31:04 +03:00
test_init.rb fix all mom tests 2019-08-23 19:24:18 +03:00
test_integer.rb Make builtin tests more stand alone 2019-08-22 17:52:19 +03:00
test_method_missing.rb fix all mom tests 2019-08-23 19:24:18 +03:00
test_object.rb fix all mom tests 2019-08-23 19:24:18 +03:00
test_operator.rb fix all mom tests 2019-08-23 19:24:18 +03:00
test_putstring.rb fix all mom tests 2019-08-23 19:24:18 +03:00
test_set_internal_byte.rb fixing most of the mom tests 2019-08-23 15:31:04 +03:00
test_set_internal_word.rb fixing most of the mom tests 2019-08-23 15:31:04 +03:00
test_word.rb Make builtin tests more stand alone 2019-08-22 17:52:19 +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