diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2024-01-23 12:09:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 20:09:57 +0000 |
| commit | c84237f9531aed3b204d3fdacc2dd9d2bd4c7d81 (patch) | |
| tree | 924ec7260333bb75d8780e76325d5dd0303e0729 /test/ruby/test_process.rb | |
| parent | 27c1dd8634d34bfe3592151d66b410f28ca749ce (diff) | |
Rewrite Array#each in Ruby using Primitive (#9533)
Diffstat (limited to 'test/ruby/test_process.rb')
| -rw-r--r-- | test/ruby/test_process.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 3d20d6eff5..8fb3a9df0c 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -2841,6 +2841,7 @@ EOS def test_low_memory_startup omit "JIT enabled" if %w[YJIT RJIT].any? {|n| RubyVM.const_defined?(n) and RubyVM.const_get(n).enabled?} + omit "flaky on Travis arm32" if /armv8l-linux-eabihf/ =~ RUBY_PLATFORM as = 1<<25 _, _, status = EnvUtil.invoke_ruby(%W'-W0', "", true, :merge_to_stdout, rlimit_as: as) omit sprintf("Crashed with AS: %#x: %s", as, status) if status.signaled? |
