ruby/bootstraptest
Jean Boussier 91bf7eb274 Refactor frozen_string_literal check during compilation
In preparation for https://bugs.ruby-lang.org/issues/20205.

The `frozen_string_literal` compilation option will no longer
be a boolean but a tri-state: `on/off/default`.
2024-03-15 15:52:33 +01:00
..
pending.rb
runner.rb Refactor frozen_string_literal check during compilation 2024-03-15 15:52:33 +01:00
test_attr.rb
test_autoload.rb
test_block.rb
test_class.rb
test_constant_cache.rb
test_env.rb
test_eval.rb Refactor frozen_string_literal check during compilation 2024-03-15 15:52:33 +01:00
test_exception.rb Do not include a backtick in error messages and backtraces 2024-02-15 18:42:31 +09:00
test_fiber.rb
test_finalizer.rb
test_flip.rb
test_flow.rb Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01:00
test_fork.rb
test_gc.rb RJIT: Streamline RJIT enablement check 2023-12-21 14:32:03 -08:00
test_insns.rb Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01:00
test_io.rb
test_jump.rb Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01:00
test_literal.rb Explicitly assert that redefined backquote method is called 2024-02-17 17:16:17 +09:00
test_literal_suffix.rb [PRISM] Switch bootstraptest syntax error assertions to handle multiline 2024-02-13 21:19:12 -05:00
test_load.rb Skip a flaky test that might not work 2023-03-17 09:06:52 -07:00
test_marshal.rb
test_massign.rb
test_method.rb Avoid reading unused lvars in Primitive.cexpr 2024-01-11 16:53:20 -08:00
test_objectspace.rb
test_proc.rb
test_ractor.rb Refactor frozen_string_literal check during compilation 2024-03-15 15:52:33 +01:00
test_rjit.rb RJIT: Fix unwanted shadowing in set_local_type 2023-12-21 15:48:37 -08:00
test_string.rb
test_struct.rb
test_syntax.rb Refactor frozen_string_literal check during compilation 2024-03-15 15:52:33 +01:00
test_thread.rb RJIT: Streamline RJIT enablement check 2023-12-21 14:32:03 -08:00
test_yjit.rb Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01:00
test_yjit_30k_ifelse.rb
test_yjit_30k_methods.rb
test_yjit_rust_port.rb