mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
`make test-spec` adds `-r./$(arch)-fake` to pass header options. But the $(arch)-fake.rb unexpectedly modifies RUBY_DESCRIPTION and it always drops +JIT from it since the fake.rb is built with BOOTSTRAPRUBY, which can be miniruby. miniruby can't find MJIT header and thus mjit_init_p is always FALSE. So, to pass `make test-spec` with JIT enabled, we can't use RUBY_DESCRIPTION. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
|---|---|---|
| .. | ||
| fixtures | ||
| shared | ||
| dash_a_spec.rb | ||
| dash_c_spec.rb | ||
| dash_d_spec.rb | ||
| dash_e_spec.rb | ||
| dash_n_spec.rb | ||
| dash_p_spec.rb | ||
| dash_r_spec.rb | ||
| dash_s_spec.rb | ||
| dash_upper_c_spec.rb | ||
| dash_upper_e_spec.rb | ||
| dash_upper_f_spec.rb | ||
| dash_upper_i_spec.rb | ||
| dash_upper_k_spec.rb | ||
| dash_upper_s_spec.rb | ||
| dash_upper_u_spec.rb | ||
| dash_upper_w_spec.rb | ||
| dash_v_spec.rb | ||
| dash_w_spec.rb | ||
| dash_x_spec.rb | ||
| error_message_spec.rb | ||
| frozen_strings_spec.rb | ||
| rubyopt_spec.rb | ||
| syntax_error_spec.rb | ||