1 2 3 4 5 6 7 8 9 10 11 12 13
|
# These all use RubyVM for something; we should submit a patch.
exclude :test_break, "needs investigation"
exclude :test_c_call, "needs investigation"
exclude :test_call, "needs investigation"
exclude :test_class, "needs investigation"
exclude :test_invalid_proc, "needs investigation"
exclude :test_raise, "needs investigation"
exclude :test_raise_in_trace, "needs investigation"
exclude :test_remove_in_trace, "needs investigation"
exclude :test_return, "needs investigation"
exclude :test_return2, "needs investigation"
exclude :test_thread_trace, "needs investigation"
exclude :test_trace_defined_method, "needs investigation"
|