mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
This commit is contained in:
parent
d6eecec2ec
commit
cf3acead9d
10 changed files with 10 additions and 10 deletions
2
.github/workflows/bundled_gems.yml
vendored
2
.github/workflows/bundled_gems.yml
vendored
|
@ -104,7 +104,7 @@ jobs:
|
|||
timeout-minutes: 30
|
||||
env:
|
||||
RUBY_TESTOPTS: '-q --tty=no'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'power_assert'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
|
||||
if: ${{ steps.diff.outputs.gems }}
|
||||
|
||||
- name: Commit
|
||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -146,7 +146,7 @@ jobs:
|
|||
timeout-minutes: 60
|
||||
env:
|
||||
RUBY_TESTOPTS: '-q --tty=no'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'power_assert'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
|
||||
PRECHECK_BUNDLED_GEMS: 'no'
|
||||
LAUNCHABLE_STDOUT: ${{ steps.launchable.outputs.stdout_report_path }}
|
||||
LAUNCHABLE_STDERR: ${{ steps.launchable.outputs.stderr_report_path }}
|
||||
|
|
2
.github/workflows/modgc.yml
vendored
2
.github/workflows/modgc.yml
vendored
|
@ -153,7 +153,7 @@ jobs:
|
|||
timeout-minutes: ${{ matrix.gc.timeout || 40 }}
|
||||
env:
|
||||
RUBY_TESTOPTS: '-q --tty=no'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'power_assert'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
|
||||
PRECHECK_BUNDLED_GEMS: 'no'
|
||||
LAUNCHABLE_STDOUT: ${{ steps.launchable.outputs.stdout_report_path }}
|
||||
LAUNCHABLE_STDERR: ${{ steps.launchable.outputs.stderr_report_path }}
|
||||
|
|
2
.github/workflows/parse_y.yml
vendored
2
.github/workflows/parse_y.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
|||
EXCLUDES: '../src/test/.excludes-parsey'
|
||||
RUN_OPTS: ${{ matrix.run_opts || '--parser=parse.y' }}
|
||||
SPECOPTS: ${{ matrix.specopts || '-T --parser=parse.y' }}
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'power_assert'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
|
||||
|
||||
- uses: ./.github/actions/slack
|
||||
with:
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -133,7 +133,7 @@ jobs:
|
|||
timeout-minutes: ${{ matrix.timeout || 40 }}
|
||||
env:
|
||||
RUBY_TESTOPTS: '-q --tty=no'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'power_assert'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
|
||||
PRECHECK_BUNDLED_GEMS: 'no'
|
||||
LAUNCHABLE_STDOUT: ${{ steps.launchable.outputs.stdout_report_path }}
|
||||
LAUNCHABLE_STDERR: ${{ steps.launchable.outputs.stderr_report_path }}
|
||||
|
|
2
.github/workflows/yjit-macos.yml
vendored
2
.github/workflows/yjit-macos.yml
vendored
|
@ -153,7 +153,7 @@ jobs:
|
|||
timeout-minutes: 60
|
||||
env:
|
||||
RUBY_TESTOPTS: '-q --tty=no'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'power_assert'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
|
||||
SYNTAX_SUGGEST_TIMEOUT: '5'
|
||||
PRECHECK_BUNDLED_GEMS: 'no'
|
||||
LAUNCHABLE_STDOUT: ${{ steps.launchable.outputs.stdout_report_path }}
|
||||
|
|
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
|
@ -201,7 +201,7 @@ jobs:
|
|||
timeout-minutes: 90
|
||||
env:
|
||||
RUBY_TESTOPTS: '-q --tty=no'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'power_assert'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
|
||||
PRECHECK_BUNDLED_GEMS: 'no'
|
||||
SYNTAX_SUGGEST_TIMEOUT: '5'
|
||||
YJIT_BINDGEN_DIFF_OPTS: '--exit-code'
|
||||
|
|
2
.github/workflows/zjit-macos.yml
vendored
2
.github/workflows/zjit-macos.yml
vendored
|
@ -150,7 +150,7 @@ jobs:
|
|||
timeout-minutes: 60
|
||||
env:
|
||||
RUBY_TESTOPTS: '-q --tty=no'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'power_assert'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
|
||||
SYNTAX_SUGGEST_TIMEOUT: '5'
|
||||
PRECHECK_BUNDLED_GEMS: 'no'
|
||||
TESTS: ${{ matrix.tests }}
|
||||
|
|
2
.github/workflows/zjit-ubuntu.yml
vendored
2
.github/workflows/zjit-ubuntu.yml
vendored
|
@ -172,7 +172,7 @@ jobs:
|
|||
timeout-minutes: 90
|
||||
env:
|
||||
RUBY_TESTOPTS: '-q --tty=no'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'power_assert'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
|
||||
PRECHECK_BUNDLED_GEMS: 'no'
|
||||
SYNTAX_SUGGEST_TIMEOUT: '5'
|
||||
ZJIT_BINDGEN_DIFF_OPTS: '--exit-code'
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# if `revision` is not given, "v"+`version` or `version` will be used.
|
||||
|
||||
minitest 5.25.5 https://github.com/minitest/minitest
|
||||
power_assert 2.0.5 https://github.com/ruby/power_assert a7dab941153b233d3412e249d25da52a6c5691de
|
||||
power_assert 2.0.5 https://github.com/ruby/power_assert f88e406e7c9e0810cc149869582afbae1fb84c4a
|
||||
rake 13.3.0 https://github.com/ruby/rake
|
||||
test-unit 3.6.8 https://github.com/test-unit/test-unit
|
||||
rexml 3.4.1 https://github.com/ruby/rexml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue