|
| 1 | +From: Christian Hofstaedtler < [email protected]> |
| 2 | +Date: Tue, 10 Oct 2017 15:54:24 -0300 |
| 3 | +Subject: Exclude tests that fail on Debian builds |
| 4 | + |
| 5 | +Some of these tests fail because of the sbuild environment, others fail |
| 6 | +on some Debian architectures, and others fail for some yet-unknown |
| 7 | +reason. |
| 8 | + |
| 9 | +Signed-off-by: Antonio Terceiro < [email protected]> |
| 10 | +Signed-off-by: Christian Hofstaedtler < [email protected]> |
| 11 | +--- |
| 12 | + test/excludes/TestArray.rb | 1 + |
| 13 | + test/excludes/TestBeginEndBlock.rb | 1 + |
| 14 | + test/excludes/TestDir.rb | 1 + |
| 15 | + test/excludes/TestFile.rb | 1 + |
| 16 | + test/excludes/TestFileExhaustive.rb | 1 + |
| 17 | + test/excludes/TestGc.rb | 1 + |
| 18 | + test/excludes/TestMkmf/TestConfig.rb | 1 + |
| 19 | + test/excludes/TestProcess.rb | 6 ++++++ |
| 20 | + test/excludes/TestRefinement.rb | 2 ++ |
| 21 | + test/excludes/TestRubyOptimization.rb | 1 + |
| 22 | + 10 files changed, 16 insertions(+) |
| 23 | + create mode 100644 test/excludes/TestArray.rb |
| 24 | + create mode 100644 test/excludes/TestBeginEndBlock.rb |
| 25 | + create mode 100644 test/excludes/TestDir.rb |
| 26 | + create mode 100644 test/excludes/TestFile.rb |
| 27 | + create mode 100644 test/excludes/TestFileExhaustive.rb |
| 28 | + create mode 100644 test/excludes/TestGc.rb |
| 29 | + create mode 100644 test/excludes/TestMkmf/TestConfig.rb |
| 30 | + create mode 100644 test/excludes/TestProcess.rb |
| 31 | + create mode 100644 test/excludes/TestRefinement.rb |
| 32 | + create mode 100644 test/excludes/TestRubyOptimization.rb |
| 33 | + |
| 34 | +diff --git a/test/excludes/TestArray.rb b/test/excludes/TestArray.rb |
| 35 | +new file mode 100644 |
| 36 | +index 0000000..6625436 |
| 37 | +--- /dev/null |
| 38 | ++++ b/test/excludes/TestArray.rb |
| 39 | +@@ -0,0 +1 @@ |
| 40 | ++exclude :test_permutation_stack_error, "too expensive, will timeout on some Debian architectures" |
| 41 | +diff --git a/test/excludes/TestBeginEndBlock.rb b/test/excludes/TestBeginEndBlock.rb |
| 42 | +new file mode 100644 |
| 43 | +index 0000000..cf72f0b |
| 44 | +--- /dev/null |
| 45 | ++++ b/test/excludes/TestBeginEndBlock.rb |
| 46 | +@@ -0,0 +1 @@ |
| 47 | ++exclude :test_propagate_signaled, "FIXME: investigate failure" |
| 48 | +diff --git a/test/excludes/TestDir.rb b/test/excludes/TestDir.rb |
| 49 | +new file mode 100644 |
| 50 | +index 0000000..ad5d650 |
| 51 | +--- /dev/null |
| 52 | ++++ b/test/excludes/TestDir.rb |
| 53 | +@@ -0,0 +1 @@ |
| 54 | ++exclude :test_home, "fails under sbuild" |
| 55 | +diff --git a/test/excludes/TestFile.rb b/test/excludes/TestFile.rb |
| 56 | +new file mode 100644 |
| 57 | +index 0000000..460780c |
| 58 | +--- /dev/null |
| 59 | ++++ b/test/excludes/TestFile.rb |
| 60 | +@@ -0,0 +1 @@ |
| 61 | ++exclude :test_open_tempfile_path, "fails under sbuild" |
| 62 | +diff --git a/test/excludes/TestFileExhaustive.rb b/test/excludes/TestFileExhaustive.rb |
| 63 | +new file mode 100644 |
| 64 | +index 0000000..075fb40 |
| 65 | +--- /dev/null |
| 66 | ++++ b/test/excludes/TestFileExhaustive.rb |
| 67 | +@@ -0,0 +1 @@ |
| 68 | ++exclude :test_expand_path_for_existent_username, "fails under sbuild" |
| 69 | +diff --git a/test/excludes/TestGc.rb b/test/excludes/TestGc.rb |
| 70 | +new file mode 100644 |
| 71 | +index 0000000..c381dbe |
| 72 | +--- /dev/null |
| 73 | ++++ b/test/excludes/TestGc.rb |
| 74 | +@@ -0,0 +1 @@ |
| 75 | ++exclude :test_gc_parameter, "too expensive, timesout on some Debian architectures" |
| 76 | +diff --git a/test/excludes/TestMkmf/TestConfig.rb b/test/excludes/TestMkmf/TestConfig.rb |
| 77 | +new file mode 100644 |
| 78 | +index 0000000..2e25548 |
| 79 | +--- /dev/null |
| 80 | ++++ b/test/excludes/TestMkmf/TestConfig.rb |
| 81 | +@@ -0,0 +1 @@ |
| 82 | ++exclude :test_dir_config, "fails for some reason" |
| 83 | +diff --git a/test/excludes/TestProcess.rb b/test/excludes/TestProcess.rb |
| 84 | +new file mode 100644 |
| 85 | +index 0000000..5c10bb2 |
| 86 | +--- /dev/null |
| 87 | ++++ b/test/excludes/TestProcess.rb |
| 88 | +@@ -0,0 +1,6 @@ |
| 89 | ++exclude :test_exec_wordsplit, "fails under sbuild" |
| 90 | ++exclude :test_popen_wordsplit, "fails under sbuild" |
| 91 | ++exclude :test_popen_wordsplit_beginning_and_trailing_spaces, "fails under sbuild" |
| 92 | ++exclude :test_spawn_wordsplit, "fails under sbuild" |
| 93 | ++exclude :test_status_quit, "fails under sbuild" |
| 94 | ++exclude :test_system_wordsplit, "fails under sbuild" |
| 95 | +diff --git a/test/excludes/TestRefinement.rb b/test/excludes/TestRefinement.rb |
| 96 | +new file mode 100644 |
| 97 | +index 0000000..8f148fd |
| 98 | +--- /dev/null |
| 99 | ++++ b/test/excludes/TestRefinement.rb |
| 100 | +@@ -0,0 +1,2 @@ |
| 101 | ++# Found on Debian arm*, powerpc buildds |
| 102 | ++exclude :test_prepend_after_refine_wb_miss, "time consuming test" |
| 103 | +diff --git a/test/excludes/TestRubyOptimization.rb b/test/excludes/TestRubyOptimization.rb |
| 104 | +new file mode 100644 |
| 105 | +index 0000000..6f1a4ba |
| 106 | +--- /dev/null |
| 107 | ++++ b/test/excludes/TestRubyOptimization.rb |
| 108 | +@@ -0,0 +1 @@ |
| 109 | ++exclude :test_tailcall_interrupted_by_sigint, "hangs under sbuild" |
0 commit comments