File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ slow:Kernel.system raises RuntimeError when `exception: true` is given and the c
22
22
slow:Kernel.system raises Errno::ENOENT when `exception: true` is given and the specified command does not exist
23
23
slow:Kernel#system executes with `sh` if the command is executable but not binary and there is no shebang
24
24
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments