1
0
Fork 0
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:
Takashi Kokubun 2019-04-27 12:28:00 +09:00
parent 48313f129a
commit 5f6ba669ff
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
exclude(/.*/, 'isolating impact of GC.compact from JIT testing for now')

View file

@ -0,0 +1 @@
exclude(/.*/, 'isolating impact of GC.compact from JIT testing for now')