rubyx/test/ruby
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
..
helper.rb Fixing ruby send with arguments 2019-08-15 21:30:36 +03:00
test_array_statement.rb start a new ruby layer to do the to_vool conversion 2018-07-19 14:46:51 +03:00
test_assignment1.rb Fix vool assignments after call rework 2019-08-16 20:39:08 +03:00
test_assignment.rb Fix if statements hoisting, now that send is working 2019-08-16 18:42:57 +03:00
test_basic_values.rb slightly better messages for unsupported ruby 2019-02-10 21:02:16 +02:00
test_block_statement1.rb block assignment ruby to vool 2018-07-25 11:06:42 +03:00
test_block_statement.rb first run at ruby block to_vool 2018-07-20 20:07:15 +03:00
test_class_method_statement.rb class Methods down to vool #24 2019-02-14 19:24:12 +02:00
test_class_statement2.rb still doing attr_reader, but closing #25 2019-03-07 11:00:18 +02:00
test_class_statement3.rb still doing attr_reader, but closing #25 2019-03-07 11:00:18 +02:00
test_class_statement.rb better test for attr 2019-03-07 10:47:48 +02:00
test_hash_statement.rb fixing the ruby creation tests 2018-07-19 16:30:36 +03:00
test_if_statement1.rb fix if to_vool 2018-07-20 17:30:08 +03:00
test_if_statement2.rb Fix if statements hoisting, now that send is working 2019-08-16 18:42:57 +03:00
test_if_statement.rb Some docs and to_s testing 2018-09-01 15:54:25 +03:00
test_logical_statement.rb fixing the ruby creation tests 2018-07-19 16:30:36 +03:00
test_method_statement2.rb Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
test_method_statement.rb Fixing tests for implicit return 2019-08-17 23:29:42 +03:00
test_not_implemented.rb slightly better messages for unsupported ruby 2019-02-10 21:02:16 +02:00
test_op_assignment.rb fixing the ruby creation tests 2018-07-19 16:30:36 +03:00
test_return_statement.rb Fix vool assignments after call rework 2019-08-16 20:39:08 +03:00
test_send_statement1.rb Fix if statements hoisting, now that send is working 2019-08-16 18:42:57 +03:00
test_send_statement2.rb Fixing ruby send with arguments 2019-08-15 21:30:36 +03:00
test_send_statement.rb Fixing ruby send with arguments 2019-08-15 21:30:36 +03:00
test_statement.rb add a helper to get the vool equivalent of a ruby class 2018-07-19 20:59:15 +03:00
test_variables.rb slightly better messages for unsupported ruby 2019-02-10 21:02:16 +02:00
test_while_statement1.rb Fix ruby normalising to_vool 2019-08-16 14:20:06 +03:00
test_while_statement.rb fix while.to_vool 2018-07-20 17:51:17 +03:00
test_yield_statement.rb Fix all but one test 2019-08-16 21:43:54 +03:00