File: 0004-Disable-tests-failing-on-Ubuntu-builders.patch

package info (click to toggle)
ruby3.1 3.1.2-7%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 132,892 kB
  • sloc: ruby: 1,154,753; ansic: 736,782; yacc: 46,445; pascal: 10,401; sh: 3,931; cpp: 1,158; python: 838; makefile: 787; asm: 462; javascript: 382; lisp: 97; sed: 94; perl: 62; awk: 36; xml: 4
file content (16 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Chris Hofstaedtler <zeha@debian.org>
Date: Fri, 15 Mar 2024 18:13:07 +0100
Subject: Disable some problematic tests

--- /dev/null
+++ ruby3.1-3.1.2/test/excludes/TestFileUtils.rb
@@ -0,0 +1 @@
+exclude :test_chown, "fails on Launchpad builders"
--- /dev/null
+++ ruby3.1-3.1.2/test/excludes/TestProcess.rb
@@ -0,0 +1 @@
+exclude :test_execopts_gid, "fails on Launchpad builders"
--- /dev/null	2024-03-15 17:16:31.668000000 +0100
+++ ruby3.1-3.1.2/test/excludes/TestAddressResolve.rb	2024-03-15 18:12:06.000000000 +0100
@@ -0,0 +1 @@
+exclude :test_socket_getnameinfo_domain_blocking, "No internet in buildd"