Skip to content

Commit b69cd7f

Browse files
committed
Add slow tags
1 parent d711666 commit b69cd7f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

spec/tags/core/kernel/system_tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ slow:Kernel#system raises RuntimeError when `exception: true` is given and the c
2020
slow:Kernel#system raises Errno::ENOENT when `exception: true` is given and the specified command does not exist
2121
slow:Kernel.system raises RuntimeError when `exception: true` is given and the command exits with a non-zero exit status
2222
slow:Kernel.system raises Errno::ENOENT when `exception: true` is given and the specified command does not exist
23+
slow:Kernel#system executes with `sh` if the command is executable but not binary and there is no shebang
24+
slow:Kernel.system executes with `sh` if the command is executable but not binary and there is no shebang

spec/tags/language/string_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ slow:Ruby String literals with a magic frozen comment produce the same object fo
33
slow:Ruby String literals with a magic frozen comment produce the same object for literals with the same content in different files
44
slow:Ruby String literals with a magic frozen comment produce different objects for literals with the same content in different files if the other file doesn't have the comment
55
slow:Ruby String literals with a magic frozen comment produce different objects for literals with the same content in different files if they have different encodings
6+
slow:Ruby String literals with a magic frozen comment produces different objects for literals with the same content in different files if the other file doesn't have the comment and String literals aren't frozen by default

0 commit comments

Comments
 (0)