Skip to content

Commit 22078be

Browse files
committed
Add tags for new failing specs
1 parent 052d70b commit 22078be

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

spec/tags/core/module/refine_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
fails:Module#refine for methods accessed indirectly is not honored by Kernel#public_send
22
fails:Module#refine for methods accessed indirectly is not honored by &
3+
fails:Module#refine accepts a module as argument

spec/tags/core/process/spawn_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ fails(spurious failure):Process.spawn when passed close_others: true closes file
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
9696
slow:Process.spawn defaults :close_others to true
97+
slow:Process.spawn redirects both STDERR and STDOUT to the given file descriptor

spec/tags/core/process/wait_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ slow:Process.wait waits for a child whose process group ID is that of the callin
77
slow:Process.wait doesn't block if no child is available when WNOHANG is used
88
slow:Process.wait always accepts flags=0
99
fails:Process.wait doesn't block if no child is available when WNOHANG is used
10+
slow:Process.wait returns its child pid

spec/tags/language/class_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:A class definition extending an object (sclass) allows accessing the block of the original scope
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
fails:Tempfile#initialize sets the permisssions on the tempfile to 0600
2+
fails:Tempfile#initialize sets the permissions on the tempfile to 0600
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
slow:WeakRef#weakref_alive? returns a falsey value if the object is no longer reachable
2+
slow:WeakRef#weakref_alive? returns a falsy value if the object is no longer reachable

0 commit comments

Comments
 (0)