mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Isolate TestGCCompact from JIT testing
Wercker seems to randomly fail https://app.wercker.com/ruby/ruby/runs/mjit-test1/5cc3c1c423fcb70008db9b64?step=5cc3c46a03f4460007da0659 To help debugging, let me isolate the impact from GC.compact in the JIT testing on Wercker.
This commit is contained in:
parent
48313f129a
commit
5f6ba669ff
2 changed files with 2 additions and 0 deletions
1
test/excludes/_wercker/jit-wait/TestGCCompact.rb
Normal file
1
test/excludes/_wercker/jit-wait/TestGCCompact.rb
Normal file
|
@ -0,0 +1 @@
|
|||
exclude(/.*/, 'isolating impact of GC.compact from JIT testing for now')
|
1
test/excludes/_wercker/jit/TestGCCompact.rb
Normal file
1
test/excludes/_wercker/jit/TestGCCompact.rb
Normal file
|
@ -0,0 +1 @@
|
|||
exclude(/.*/, 'isolating impact of GC.compact from JIT testing for now')
|
Loading…
Add table
Reference in a new issue