Skip to content

Commit bc599c2

Browse files
committed
Tag new failing specs
1 parent b37527a commit bc599c2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

spec/tags/core/kernel/system_tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ slow:Kernel.system raises RuntimeError when `exception: true` is given and the c
2222
slow:Kernel.system raises Errno::ENOENT when `exception: true` is given and the specified command does not exist
2323
slow:Kernel#system executes with `sh` if the command is executable but not binary and there is no shebang
2424
slow:Kernel.system executes with `sh` if the command is executable but not binary and there is no shebang
25+
fails(in some CI jobs):Kernel#system executes with `sh` if the command is executable but not binary and there is no shebang
26+
fails(in some CI jobs):Kernel.system executes with `sh` if the command is executable but not binary and there is no shebang
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fails:CApiObject allocator accessors rb_define_alloc_func sets up the allocator
2+
fails:CApiObject allocator accessors rb_define_alloc_func sets up the allocator for a subclass of String
3+
fails:CApiObject allocator accessors rb_define_alloc_func sets up the allocator for a subclass of Array

0 commit comments

Comments
 (0)