зеркало из https://github.com/github/ruby.git
wercker.yml: skip #test_queue_with_trap for now
only on --jit CI. This test doesn't work on AppVeyor mswin either. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
fd63a5c52c
Коммит
9641ff43d1
|
@ -0,0 +1,2 @@
|
||||||
|
# https://app.wercker.com/ruby/ruby/runs/test-mjit/5bcf51409b1e440006d47831?step=5bcf517d87436a000649326d
|
||||||
|
exclude(:test_queue_with_trap, 'this test does not succeed with --jit')
|
|
@ -27,7 +27,7 @@ test-mjit:
|
||||||
code: /usr/bin/sudo -H -u test -- make test RUN_OPTS="--disable-gems --jit --jit-warnings"
|
code: /usr/bin/sudo -H -u test -- make test RUN_OPTS="--disable-gems --jit --jit-warnings"
|
||||||
- script:
|
- script:
|
||||||
name: make test-all (JIT)
|
name: make test-all (JIT)
|
||||||
code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit --jit-warnings" TESTOPTS="--color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0"
|
code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit --jit-warnings" TESTOPTS="--color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit"
|
||||||
- script:
|
- script:
|
||||||
name: make test-spec (JIT)
|
name: make test-spec (JIT)
|
||||||
code: /usr/bin/sudo -H -u test -- make test-spec RUN_OPTS="--disable-gems --jit --jit-warnings"
|
code: /usr/bin/sudo -H -u test -- make test-spec RUN_OPTS="--disable-gems --jit --jit-warnings"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче