rubyx/test/risc
Torsten Rüger 5a43cbff15 Fixing tests for implicit return
previous commit affected rather many test, as the implicit returns add extra instructions
Also added some explicit returns, so as not to test the return logic too much. return (ie return nl) is a knonwn 3 risc operation.
2019-08-17 23:29:42 +03:00
..
interpreter Fix all but one test 2019-08-16 21:43:54 +03:00
position Fixed almost all but Interpreter 2019-08-13 00:13:29 +03:00
helper.rb split create_binary into two phases 2018-06-17 13:53:17 +03:00
test_builder1.rb Fixed almost all but Interpreter 2019-08-13 00:13:29 +03:00
test_builder2.rb Fixed almost all but Interpreter 2019-08-13 00:13:29 +03:00
test_builder.rb Fixed almost all but Interpreter 2019-08-13 00:13:29 +03:00
test_callable_compiler.rb compile from mom compiler to risc 2019-08-10 12:42:47 +03:00
test_collector.rb And we are green again 2019-08-14 11:11:26 +03:00
test_fake_memory.rb some test change because of renaming 2018-08-11 19:17:20 +03:00
test_instructions.rb test and last fixes for previous commits (allocalte ints) 2018-11-24 22:40:22 +02:00
test_interpreter_platform.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_interpreter.rb Fixed almost all but Interpreter 2019-08-13 00:13:29 +03:00
test_linker1.rb And we are green again 2019-08-14 11:11:26 +03:00
test_linker.rb And we are green again 2019-08-14 11:11:26 +03:00
test_method_compiler.rb Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
test_parfait_adapter.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_platform.rb make the interpreter platform 2018-05-17 09:31:36 +03:00
test_register_value1.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_register_value.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_risc_collection.rb fixing risc collection tests 2019-08-12 16:12:17 +03:00
test_risc_compiler.rb fixing risc collection tests 2019-08-12 16:12:17 +03:00
test_text_writer.rb Fixed almost all but Interpreter 2019-08-13 00:13:29 +03:00
test_translator.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00