[ruby-core:88491] Re: [ruby-cvs:71466] k0kubun:r64374 (trunk): test_function.rb: skip running test

From: Eric Wong <normalperson@...>
Date: 2018-08-15 05:26:36 UTC
List: ruby-core #88491
[email protected] wrote:
>   Log:
>     test_function.rb: skip running test
>     
>     that times out with test-all w/ --jit-wait.
>     
>     I'm running the following command on Wecker CI everyday:
>     ```
>     make test-all TESTOPTS="--color=never --job-status=normal" RUN_OPTS="--disable-gems --jit-wait --jit-warnings" RUBY_FORCE_TEST_JIT=1
>     ```
>     
>     By running yesterday's all commits, r64354 ran successfully but r64355
>     didn't. So the test should be fixed to run with --jit-wait at first.

Fwiw, I don't think test_nogvl_poll can ever work reliably
without EINTR when spawning processes for JIT.

Maybe the test is unnecessary, nowadays; because I only wrote it
to prove fiddle could release GVL for parallelism.  Fwiw, I
don't think we have parallelism test for most IO methods,
either.

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next