1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
exclude :test_alias, "needs investigation"
exclude :test_attr, "needs investigation"
exclude :test_attr_obsoleted_flag, "needs investigation"
exclude :test_change_visibility_under_safe4, "needs investigation"
exclude :test_class_eval, "needs investigation"
exclude :test_class_variable_get, "needs investigation"
exclude :test_class_variable_set, "needs investigation"
exclude :test_const_get_inherited, "needs investigation"
exclude :test_const_get_no_inherited, "needs investigation"
exclude :test_const_in_module, "needs investigation"
exclude :test_include_under_safe4, "needs investigation"
exclude :test_method_added, "needs investigation"
exclude :test_method_redefinition, "needs investigation"
exclude :test_nonascii_name, "needs investigation"
exclude :test_toplevel_private_constant, "fails to launch external JRuby instance"
exclude :test_private_constants_clear_inlinecache, "fails to launch external JRuby instance"
exclude :test_protected_singleton_method, "needs investigation"
exclude :test_s_constants, "needs investigation"
exclude :test_top_public_private, "needs investigation"
exclude :test_undef, "needs investigation"
exclude :test_public_constant, "needs investigation"
exclude :test_define_module_under_private_constant, "we don't evaluate colon2-like class opening via colon2 logic, can't tell if private are ok"
exclude :test_constant_lookup_in_toplevel_class_eval, "needs investigation"
exclude :test_constant_lookup_in_module_in_class_eval, "needs investigation"
exclude :test_constant_lookup_in_method_defined_by_class_eval, "needs investigation"
|