Skip to content

Commit 057f9bb

Browse files
committed
Add tags for failing specs
1 parent 09de98e commit 057f9bb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

spec/tags/core/module/refine_tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:Module#refine for methods accessed indirectly is not honored by Kernel#public_send
2+
fails:Module#refine for methods accessed indirectly is not honored by &

spec/tags/core/process/spawn_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,4 @@ fails(spurious failure):Process.spawn when passed close_others: false closes fil
9393
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
9494
slow:Process.spawn inside Dir.chdir does not create extra process without chdir
9595
slow:Process.spawn inside Dir.chdir kills extra chdir processes
96+
slow:Process.spawn defaults :close_others to true

0 commit comments

Comments
 (0)