mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
Temporarily exclude some TestRubyOptions test for parse.y
The description has been updated when running with Prism to have +PRISM, which means that tests asserting against the description when running with --parser=parse.y will be incorrect if the subprocess ends up using Prism. We need to fix these tests, but we are currently disabling them in order to get this over the line.
This commit is contained in:
parent
f59b908e47
commit
d5232fd7ae
Notes:
git
2024-09-12 17:43:26 +00:00
2 changed files with 11 additions and 0 deletions
1
test/.excludes-parsey/TestBugReporter.rb
Normal file
1
test/.excludes-parsey/TestBugReporter.rb
Normal file
|
@ -0,0 +1 @@
|
|||
exclude(:test_bug_reporter_add, "unexpected +PRISM in the Ruby description")
|
10
test/.excludes-parsey/TestRubyOptions.rb
Normal file
10
test/.excludes-parsey/TestRubyOptions.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
exclude(:test_crash_report_executable_path, "unexpected +PRISM in the Ruby description")
|
||||
exclude(:test_crash_report_script_path, "unexpected +PRISM in the Ruby description")
|
||||
exclude(:test_crash_report_script, "unexpected +PRISM in the Ruby description")
|
||||
exclude(:test_crash_report, "unexpected +PRISM in the Ruby description")
|
||||
exclude(:test_rjit_disabled_version, "unexpected +PRISM in the Ruby description")
|
||||
exclude(:test_segv_loaded_features, "unexpected +PRISM in the Ruby description")
|
||||
exclude(:test_segv_setproctitle, "unexpected +PRISM in the Ruby description")
|
||||
exclude(:test_segv_test, "unexpected +PRISM in the Ruby description")
|
||||
exclude(:test_verbose, "unexpected +PRISM in the Ruby description")
|
||||
exclude(:test_version, "unexpected +PRISM in the Ruby description")
|
Loading…
Add table
Add a link
Reference in a new issue