File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 timeout-minutes : 30
105105 env :
106106 RUBY_TESTOPTS : ' -q --tty=no'
107- TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' power_assert '
107+ TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' '
108108 if : ${{ steps.diff.outputs.gems }}
109109
110110 - name : Commit
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 timeout-minutes : 60
147147 env :
148148 RUBY_TESTOPTS : ' -q --tty=no'
149- TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' power_assert '
149+ TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' '
150150 PRECHECK_BUNDLED_GEMS : ' no'
151151 LAUNCHABLE_STDOUT : ${{ steps.launchable.outputs.stdout_report_path }}
152152 LAUNCHABLE_STDERR : ${{ steps.launchable.outputs.stderr_report_path }}
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 timeout-minutes : ${{ matrix.gc.timeout || 40 }}
154154 env :
155155 RUBY_TESTOPTS : ' -q --tty=no'
156- TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' power_assert '
156+ TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' '
157157 PRECHECK_BUNDLED_GEMS : ' no'
158158 LAUNCHABLE_STDOUT : ${{ steps.launchable.outputs.stdout_report_path }}
159159 LAUNCHABLE_STDERR : ${{ steps.launchable.outputs.stderr_report_path }}
Original file line number Diff line number Diff line change 8787 EXCLUDES : ' ../src/test/.excludes-parsey'
8888 RUN_OPTS : ${{ matrix.run_opts || '--parser=parse.y' }}
8989 SPECOPTS : ${{ matrix.specopts || '-T --parser=parse.y' }}
90- TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' power_assert '
90+ TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' '
9191
9292 - uses : ./.github/actions/slack
9393 with :
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 timeout-minutes : ${{ matrix.timeout || 40 }}
134134 env :
135135 RUBY_TESTOPTS : ' -q --tty=no'
136- TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' power_assert '
136+ TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' '
137137 PRECHECK_BUNDLED_GEMS : ' no'
138138 LAUNCHABLE_STDOUT : ${{ steps.launchable.outputs.stdout_report_path }}
139139 LAUNCHABLE_STDERR : ${{ steps.launchable.outputs.stderr_report_path }}
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 timeout-minutes : 60
154154 env :
155155 RUBY_TESTOPTS : ' -q --tty=no'
156- TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' power_assert '
156+ TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' '
157157 SYNTAX_SUGGEST_TIMEOUT : ' 5'
158158 PRECHECK_BUNDLED_GEMS : ' no'
159159 LAUNCHABLE_STDOUT : ${{ steps.launchable.outputs.stdout_report_path }}
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201 timeout-minutes : 90
202202 env :
203203 RUBY_TESTOPTS : ' -q --tty=no'
204- TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' power_assert '
204+ TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' '
205205 PRECHECK_BUNDLED_GEMS : ' no'
206206 SYNTAX_SUGGEST_TIMEOUT : ' 5'
207207 YJIT_BINDGEN_DIFF_OPTS : ' --exit-code'
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 timeout-minutes : 60
151151 env :
152152 RUBY_TESTOPTS : ' -q --tty=no'
153- TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' power_assert '
153+ TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' '
154154 SYNTAX_SUGGEST_TIMEOUT : ' 5'
155155 PRECHECK_BUNDLED_GEMS : ' no'
156156 TESTS : ${{ matrix.tests }}
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 timeout-minutes : 90
173173 env :
174174 RUBY_TESTOPTS : ' -q --tty=no'
175- TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' power_assert '
175+ TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' '
176176 PRECHECK_BUNDLED_GEMS : ' no'
177177 SYNTAX_SUGGEST_TIMEOUT : ' 5'
178178 ZJIT_BINDGEN_DIFF_OPTS : ' --exit-code'
Original file line number Diff line number Diff line change 77# if `revision` is not given, "v"+`version` or `version` will be used.
88
99minitest 5.25.5 https://github.com/minitest/minitest
10- power_assert 2.0.5 https://github.com/ruby/power_assert a7dab941153b233d3412e249d25da52a6c5691de
10+ power_assert 2.0.5 https://github.com/ruby/power_assert f88e406e7c9e0810cc149869582afbae1fb84c4a
1111rake 13.3.0 https://github.com/ruby/rake
1212test-unit 3.6.8 https://github.com/test-unit/test-unit
1313rexml 3.4.1 https://github.com/ruby/rexml
You can’t perform that action at this time.
0 commit comments