|
15 | 15 | test/excludes/TestFile.rb | 1 + |
16 | 16 | test/excludes/TestFileExhaustive.rb | 1 + |
17 | 17 | test/excludes/TestGc.rb | 1 + |
| 18 | + test/excludes/TestIO.rb | 1 + |
18 | 19 | test/excludes/TestMkmf/TestConfig.rb | 1 + |
19 | 20 | test/excludes/TestProcess.rb | 6 ++++++ |
20 | 21 | test/excludes/TestRefinement.rb | 2 ++ |
21 | 22 | test/excludes/TestRubyOptimization.rb | 1 + |
22 | | - 10 files changed, 16 insertions(+) |
| 23 | + 11 files changed, 17 insertions(+) |
23 | 24 | create mode 100644 test/excludes/TestArray.rb |
24 | 25 | create mode 100644 test/excludes/TestBeginEndBlock.rb |
25 | 26 | create mode 100644 test/excludes/TestDir.rb |
26 | 27 | create mode 100644 test/excludes/TestFile.rb |
27 | 28 | create mode 100644 test/excludes/TestFileExhaustive.rb |
28 | 29 | create mode 100644 test/excludes/TestGc.rb |
| 30 | + create mode 100644 test/excludes/TestIO.rb |
29 | 31 | create mode 100644 test/excludes/TestMkmf/TestConfig.rb |
30 | 32 | create mode 100644 test/excludes/TestProcess.rb |
31 | 33 | create mode 100644 test/excludes/TestRefinement.rb |
@@ -73,6 +75,13 @@ index 0000000..c381dbe |
73 | 75 | +++ b/test/excludes/TestGc.rb |
74 | 76 | @@ -0,0 +1 @@ |
75 | 77 | +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" |
76 | 85 | diff --git a/test/excludes/TestMkmf/TestConfig.rb b/test/excludes/TestMkmf/TestConfig.rb |
77 | 86 | new file mode 100644 |
78 | 87 | index 0000000..2e25548 |
|
0 commit comments