Skip to content

Commit 879f948

Browse files
terceirosorah
authored andcommitted
exclude a new test that fails under sbuild
1 parent 5ff984f commit 879f948

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

debian/patches/0005-Exclude-tests-that-fail-on-Debian-builds.patch

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@ Signed-off-by: Christian Hofstaedtler <[email protected]>
1515
test/excludes/TestFile.rb | 1 +
1616
test/excludes/TestFileExhaustive.rb | 1 +
1717
test/excludes/TestGc.rb | 1 +
18+
test/excludes/TestIO.rb | 1 +
1819
test/excludes/TestMkmf/TestConfig.rb | 1 +
1920
test/excludes/TestProcess.rb | 6 ++++++
2021
test/excludes/TestRefinement.rb | 2 ++
2122
test/excludes/TestRubyOptimization.rb | 1 +
22-
10 files changed, 16 insertions(+)
23+
11 files changed, 17 insertions(+)
2324
create mode 100644 test/excludes/TestArray.rb
2425
create mode 100644 test/excludes/TestBeginEndBlock.rb
2526
create mode 100644 test/excludes/TestDir.rb
2627
create mode 100644 test/excludes/TestFile.rb
2728
create mode 100644 test/excludes/TestFileExhaustive.rb
2829
create mode 100644 test/excludes/TestGc.rb
30+
create mode 100644 test/excludes/TestIO.rb
2931
create mode 100644 test/excludes/TestMkmf/TestConfig.rb
3032
create mode 100644 test/excludes/TestProcess.rb
3133
create mode 100644 test/excludes/TestRefinement.rb
@@ -73,6 +75,13 @@ index 0000000..c381dbe
7375
+++ b/test/excludes/TestGc.rb
7476
@@ -0,0 +1 @@
7577
+exclude :test_gc_parameter, "too expensive, timesout on some Debian architectures"
78+
diff --git a/test/excludes/TestIO.rb b/test/excludes/TestIO.rb
79+
new file mode 100644
80+
index 0000000..b7aed3d
81+
--- /dev/null
82+
+++ b/test/excludes/TestIO.rb
83+
@@ -0,0 +1 @@
84+
+exclude :test_pid, "fails under sbuild"
7685
diff --git a/test/excludes/TestMkmf/TestConfig.rb b/test/excludes/TestMkmf/TestConfig.rb
7786
new file mode 100644
7887
index 0000000..2e25548

0 commit comments

Comments
 (0)