rubyx/test/mom
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
..
assign Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
blocks Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
builtin And we are green again 2019-08-14 11:11:26 +03:00
class_send And we are green again 2019-08-14 11:11:26 +03:00
instruction Fixed almost all but Interpreter 2019-08-13 00:13:29 +03:00
send Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
helper.rb And we are green again 2019-08-14 11:11:26 +03:00
test_block_compiler.rb Fix forgotten block compiler 2019-08-13 19:32:17 +03:00
test_block_statement.rb more test fixes and more to do 2019-08-10 21:59:31 +03:00
test_builtin.rb Move builtin wholesale to Mom 2019-08-12 12:38:29 +03:00
test_callable_compiler.rb more and better tests 2019-08-08 12:18:36 +03:00
test_class_statement.rb Fixed almost all but Interpreter 2019-08-13 00:13:29 +03:00
test_if_else.rb Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
test_if_no_else.rb Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
test_if_no_if.rb Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
test_instruction.rb Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
test_method_compiler.rb Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
test_mom_collection.rb Fix forgotten block compiler 2019-08-13 19:32:17 +03:00
test_return_call.rb Fix all but one test 2019-08-16 21:43:54 +03:00
test_return_dynamic.rb Fixing self type creation 2019-08-17 15:58:27 +03:00
test_return_sequence.rb Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
test_return_simple.rb fix all tests accordingly to new return 2018-08-02 17:37:27 +03:00
test_while_cmp.rb Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
test_while_simple.rb Fixing tests for implicit return 2019-08-17 23:29:42 +03:00