* Update RBS to skip validation task
* Revert TEST_BUNDLED_GEMS_ALLOW_FAILURES
This commit is contained in:
Soutaro Matsumoto 2023-03-02 12:59:04 +09:00 committed by GitHub
parent d2d521b274
commit 1abec43b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2023-03-02 03:59:33 +00:00
Merged-By: soutaro <matsumoto@soutaro.com>
4 changed files with 4 additions and 4 deletions

View File

@ -107,7 +107,7 @@ jobs:
env:
RUBY_TESTOPTS: "-q --tty=no"
TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }}
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
PRECHECK_BUNDLED_GEMS: "no"
- name: make skipped tests
run: |

View File

@ -143,7 +143,7 @@ jobs:
timeout-minutes: 60
env:
RUBY_TESTOPTS: "-q --tty=no"
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
PRECHECK_BUNDLED_GEMS: "no"
continue-on-error: ${{ matrix.test_task == 'yjit-bench' }}
- name: Show ${{ github.event.pull_request.base.ref }} GitHub URL for yjit-bench comparison

View File

@ -17,6 +17,6 @@ net-pop 0.1.2 https://github.com/ruby/net-pop
net-smtp 0.3.3 https://github.com/ruby/net-smtp
matrix 0.4.2 https://github.com/ruby/matrix
prime 0.1.2 https://github.com/ruby/prime
rbs 3.0.2 https://github.com/ruby/rbs a8c7997eaafa37f2b78f0ee4a87eeaf4d68a0339
rbs 3.0.2 https://github.com/ruby/rbs 7a5663f0f433ccd24db32e4dda9dc7754c269247
typeprof 0.21.6 https://github.com/ruby/typeprof
debug 1.7.1 https://github.com/ruby/debug d7bf3b2e4502eb0f07a67f00e5fce5a0d661189e

View File

@ -34,7 +34,7 @@ File.foreach("#{gem_dir}/bundled_gems") do |line|
when "typeprof"
when "rbs"
test_command << " stdlib_test validate RBS_SKIP_TESTS=#{__dir__}/rbs_skip_tests"
test_command << " stdlib_test validate RBS_SKIP_TESTS=#{__dir__}/rbs_skip_tests SKIP_RBS_VALIDATION=true"
first_timeout *= 3
when "debug"