summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-01-23 15:23:48 -0500
committerPeter Zhu <[email protected]>2024-01-23 15:23:48 -0500
commit7ac74f5c771cef2f94eee9a75a9f96e92da4f5fd (patch)
treeff7c2fe7492f4091518205e154ce90752255d374
parentcecf42601aa4170aa2336dbb3ffc7753e86e6115 (diff)
Revert "Skip a failing test for Prism"
This reverts commit 557b69e83b27dafea435719fc3afc2e67e155962.
-rwxr-xr-xbootstraptest/runner.rb4
-rw-r--r--bootstraptest/test_yjit.rb2
2 files changed, 1 insertions, 5 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index 9dc3950f07..039a15148d 100755
--- a/bootstraptest/runner.rb
+++ b/bootstraptest/runner.rb
@@ -798,8 +798,4 @@ def rjit_enabled?
ENV.fetch('RUN_OPTS', '').include?('rjit')
end
-def prism_enabled?
- ENV.fetch('RUN_OPTS', '').include?('--parser=prism')
-end
-
exit main
diff --git a/bootstraptest/test_yjit.rb b/bootstraptest/test_yjit.rb
index b320322d84..8ae3399dc2 100644
--- a/bootstraptest/test_yjit.rb
+++ b/bootstraptest/test_yjit.rb
@@ -14,7 +14,7 @@ assert_equal "ok", %q{
rescue ArgumentError
:ok
end
-} unless prism_enabled? # https://github.com/ruby/prism/issues/2249
+}
# regression test for send processing before side exit
assert_equal "ok", %q{