[ruby-core:76031] [Ruby trunk Bug#12491] TestRefinement#test_prepend_after_refine_wb_miss too slow

From: zeha@...
Date: 2016-06-15 07:38:23 UTC
List: ruby-core #76031
Issue #12491 has been reported by Christian Hofstaedtler.

----------------------------------------
Bug #12491: TestRefinement#test_prepend_after_refine_wb_miss too slow
https://bugs.ruby-lang.org/issues/12491

* Author: Christian Hofstaedtler
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: REQUIRED
----------------------------------------
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>

In This Thread

Prev Next