From 8b7b52c08ad5a4822c3ea1550c9fccd838696db2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 8 Jun 2010 07:03:35 +0000 Subject: test: mark failing tests for Rubinius They cannot be worked around, but tickets have been filed upstream (I still hate all bug trackers besides Debian's). TCPServer.for_fd (needed for zero-downtime upgrades): http://github.com/evanphx/rubinius/issues/354 UnixServer.for_fd (needed for zero-downtime upgrades): http://github.com/evanphx/rubinius/issues/355 Signal handling behavior seems broken (OOM or segfaults): http://github.com/evanphx/rubinius/issues/356 --- test/exec/test_exec.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/exec') diff --git a/test/exec/test_exec.rb b/test/exec/test_exec.rb index a51f36d..a42e0ac 100644 --- a/test/exec/test_exec.rb +++ b/test/exec/test_exec.rb @@ -20,6 +20,10 @@ unless try_require('rack') do_test = false end +if ENV['RBX_SKIP'] + do_test = false +end + class ExecTest < Test::Unit::TestCase trap(:QUIT, 'IGNORE') -- cgit v1.2.3-24-ge0c7