Source: ruby3.0 Version: 3.0.2-5 Severity: normal Tags: patch User: debian-al...@lists.debian.org Usertags: alpha X-Debbugs-Cc: debian-al...@lists.debian.org
Hello! A small number of tests is failing specifically on alpha. Disabling them allows the testsuite to pass. Could you apply the attached patch for the next upload so that ruby3.0 is fixed on alpha? Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
diff -Nru old/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestBugReporter.rb new/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestBugReporter.rb --- old/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestBugReporter.rb 1970-01-01 01:00:00.000000000 +0100 +++ new/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestBugReporter.rb 2021-11-10 23:53:44.685985756 +0100 @@ -0,0 +1 @@ +exclude :test_bug_reporter_add, 'fails, ENOTIME to investigate' diff -Nru old/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestJIT.rb new/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestJIT.rb --- old/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestJIT.rb 1970-01-01 01:00:00.000000000 +0100 +++ new/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestJIT.rb 2021-11-10 23:53:44.689985737 +0100 @@ -0,0 +1,2 @@ +exclude :test_compile_insn_local, 'fails, ENOTIME to investigate' +exclude :test_compile_insn_newarray, 'fails, ENOTIME to investigate' diff -Nru old/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestRubyOptions.rb new/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestRubyOptions.rb --- old/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestRubyOptions.rb 1970-01-01 01:00:00.000000000 +0100 +++ new/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestRubyOptions.rb 2021-11-10 23:53:44.689985737 +0100 @@ -0,0 +1,3 @@ +exclude :test_segv_loaded_features, 'fails, ENOTIME to investigate' +exclude :test_segv_setproctitle, 'fails, ENOTIME to investigate' +exclude :test_segv_test, 'fails, ENOTIME to investigate' diff -Nru old/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestTmpdir.rb new/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestTmpdir.rb --- old/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestTmpdir.rb 1970-01-01 01:00:00.000000000 +0100 +++ new/ruby3.0-3.0.2/debian/tests/excludes/alpha/TestTmpdir.rb 2021-11-10 23:53:44.693985717 +0100 @@ -0,0 +1 @@ +exclude :test_world_writable, 'fails, ENOTIME to investigate'