Issue #12491 has been updated by Tomoyuki Chikanaga. Backport changed from 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED to 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONE ruby_2_3 r55790 merged revision(s) 55532. ---------------------------------------- Bug #12491: TestRefinement#test_prepend_after_refine_wb_miss too slow https://bugs.ruby-lang.org/issues/12491#change-59858 * Author: Christian Hofstaedtler * Status: Closed * Priority: Normal * Assignee: Shugo Maeda * ruby -v: ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu] * Backport: 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONE ---------------------------------------- In Debian we've recently enabled the full test suite (make test-all) on all architectures. As part of that, we found that TestRefinement#test_prepend_after_refine_wb_miss times out on slower archs (think armhf, mips, ...). ``` Error: TestRefinement#test_prepend_after_refine_wb_miss: Timeout::Error: execution of assert_normal_exit expired pid 30320 exit 1 | -:38:in `block in <main>': NameError | from -:3:in `times' | from -:3:in `<main>' | /PKGBUILDDIR/test/ruby/test_refinement.rb:786:in `test_prepend_after_refine_wb_miss' ``` Please consider bumping the timeout and/or excluding the test? Please also backport this to 2.3. Thanks! -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request / ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>