On some platforms, notably armel, mips, mipsel, Array#permutation appears to be very slow. This makes the test test_permutation_stack_error abort. Please consider the attached patch, which raises the timeout for this test to 60 second...zeha (Christian Hofstaedtler)
Recently in Debian we've enabled `make check` and this is one of the test failures we get for ruby2.3, on mips: ``` TestProcess#test_aspawn_too_long_path [/«PKGBUILDDIR»/test/ruby/test_process.rb:1602]: [ruby-core:34833] #7904 [ruby...zeha (Christian Hofstaedtler)
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, ...). ``` Err...zeha (Christian Hofstaedtler)
trunk r53587 (followup commit) excludes the test. trunk r54030 splits/changes Array tests for similar reasons, please also backport this while at it :-) zeha (Christian Hofstaedtler)
Another thing - you're saying your copies of the files were modified. If the -data- inside them was modified, does that mean you're not compliant because you're not "supporting the Unicode Standard" as defined back then?zeha (Christian Hofstaedtler)
The non-free problem is with this line: "supplied in this file in the creation of products supporting the Unicode Standard" - which implies that you can't use this file to produce stuff not supporting / not complying with "the Unicode St...zeha (Christian Hofstaedtler)
The following code raises an ArgumentError on 2.2. On 2.3, it crashes in binding. ~~~ruby def repro(&blk) blk.binding nil end repro(&:succ) ~~~ Output 2.2: ~~~ crash.rb:2:in `binding': Can't create Binding from C le...zeha (Christian Hofstaedtler)
Various files in enc/trans are old copies of Unicode.org files that forbid (re-)distribution. AFAICT, Unicode, Inc. has published newer versions of these files to fix this issue. New versions could possibly be found on http://www.unicod...zeha (Christian Hofstaedtler)