RJIT: Skip a flaky test_thread test for now
and unskip a ractor test that was actually running
This commit is contained in:
parent
f7b215af0e
commit
973cb64b1c
@ -283,8 +283,7 @@ assert_equal 30.times.map { 'ok' }.to_s, %q{
|
|||||||
30.times.map{|i|
|
30.times.map{|i|
|
||||||
test i
|
test i
|
||||||
}
|
}
|
||||||
} unless ENV['RUN_OPTS'] =~ /--rjit-call-threshold=5/ || # This always fails with --rjit-wait --rjit-call-threshold=5
|
} unless (ENV.key?('TRAVIS') && ENV['TRAVIS_CPU_ARCH'] == 'arm64') # https://bugs.ruby-lang.org/issues/17878
|
||||||
(ENV.key?('TRAVIS') && ENV['TRAVIS_CPU_ARCH'] == 'arm64') # https://bugs.ruby-lang.org/issues/17878
|
|
||||||
|
|
||||||
# Exception for empty select
|
# Exception for empty select
|
||||||
assert_match /specify at least one ractor/, %q{
|
assert_match /specify at least one ractor/, %q{
|
||||||
|
@ -483,7 +483,7 @@ assert_equal 'foo', %q{
|
|||||||
[th1, th2].each {|t| t.join }
|
[th1, th2].each {|t| t.join }
|
||||||
GC.start
|
GC.start
|
||||||
f.call.source
|
f.call.source
|
||||||
}
|
} unless ENV['RUN_OPTS'] =~ /rjit/ # flaky
|
||||||
assert_normal_exit %q{
|
assert_normal_exit %q{
|
||||||
class C
|
class C
|
||||||
def inspect
|
def inspect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user