Skip to content

Commit 2e40280

Browse files
committed
Disable test_process.rb test_aspawn_too_long_path, as it uses ~2GB of RAM and a lot of CPU time before finally failing on mips, mipsel. Forwarded to upstream as issue #12500.
1 parent e2c504c commit 2e40280

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

debian/changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ ruby2.3 (2.3.1-5) UNRELEASED; urgency=medium
33
* Increase timeout for test_array.rb test_permutation_stack_error,
44
as Array#permutation is very slow on armel, mips, mipsel.
55
Forwarded to upstream as issue #12502.
6+
* Disable test_process.rb test_aspawn_too_long_path, as it uses ~2GB
7+
of RAM and a lot of CPU time before finally failing on mips, mipsel.
8+
Forwarded to upstream as issue #12500.
69

710
-- Christian Hofstaedtler <[email protected]> Fri, 17 Jun 2016 20:32:01 +0000
811

test/excludes/TestProcess.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Found on Debian mips* buildds, this test consumes ~2GB RAM and
2+
# a lot of CPU time before failing. Note that the test failure
3+
# may point to an issue in the Array implementation.
4+
# https://bugs.ruby-lang.org/issues/12500
5+
exclude :test_aspawn_too_long_path, "RAM and time consuming test"

0 commit comments

Comments
 (0)