Skip to content

Commit

Permalink
Tag new failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Apr 2, 2024
1 parent b37527a commit bc599c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/tags/core/kernel/system_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ slow:Kernel.system raises RuntimeError when `exception: true` is given and the c
slow:Kernel.system raises Errno::ENOENT when `exception: true` is given and the specified command does not exist
slow:Kernel#system executes with `sh` if the command is executable but not binary and there is no shebang
slow:Kernel.system executes with `sh` if the command is executable but not binary and there is no shebang
fails(in some CI jobs):Kernel#system executes with `sh` if the command is executable but not binary and there is no shebang
fails(in some CI jobs):Kernel.system executes with `sh` if the command is executable but not binary and there is no shebang
3 changes: 3 additions & 0 deletions spec/tags/optional/capi/object_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fails:CApiObject allocator accessors rb_define_alloc_func sets up the allocator
fails:CApiObject allocator accessors rb_define_alloc_func sets up the allocator for a subclass of String
fails:CApiObject allocator accessors rb_define_alloc_func sets up the allocator for a subclass of Array

0 comments on commit bc599c2

Please sign in to comment.