Skip to content

Commit 86dadc7

Browse files
committed
Tag spuriously failing specs.
1 parent 4ac1dc3 commit 86dadc7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

spec/tags/core/process/spawn_tags.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ ci:Process.spawn redirects STDOUT to the given file if out: String
8888
ci:Process.spawn redirects STDOUT to the given file if out: [String name, String mode]
8989
ci:Process.spawn redirects STDERR to the given file if err: String
9090
fails:Process.spawn raises an Errno::EACCES or Errno::EISDIR when passed a directory
91+
fails(spurious failure):Process.spawn when passed close_others: false does not close file descriptors >= 3 in the child process if fds are set close_on_exec=false
92+
fails(spurious failure):Process.spawn when passed close_others: false closes file descriptors >= 3 in the child process because they are set close_on_exec by default
93+
fails(spurious failure):Process.spawn when passed close_others: true closes file descriptors >= 3 in the child process even if fds are set close_on_exec=false

spec/tags/core/thread/raise_tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails(spurious failure):Thread#raise on a running thread can go unhandled
2+

0 commit comments

Comments
 (0)