Skip to content

Commit 7a39da5

Browse files
committed
Add slow tags
1 parent 29f358e commit 7a39da5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/tags/command_line/frozen_strings_tags.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ slow:The --enable-frozen-string-literal flag causes string literals to produce t
33
slow:The --enable-frozen-string-literal flag causes string literals to produce the same object for literals with the same content
44
slow:The --enable-frozen-string-literal flag causes string literals to produce the same object for literals with the same content in different files
55
slow:The --enable-frozen-string-literal flag causes string literals to produce different objects for literals with the same content in different files if they have different encodings
6+
slow:The --disable-frozen-string-literal flag causes string literals to produce a different object each time
7+
slow:With neither --enable-frozen-string-literal nor --disable-frozen-string-literal flag set produce a different object each time
8+
slow:With neither --enable-frozen-string-literal nor --disable-frozen-string-literal flag set if file has no frozen_string_literal comment produce different mutable strings each time
9+
slow:With neither --enable-frozen-string-literal nor --disable-frozen-string-literal flag set if file has frozen_string_literal:true comment produce same frozen strings each time
10+
slow:With neither --enable-frozen-string-literal nor --disable-frozen-string-literal flag set if file has frozen_string_literal:false comment produce different mutable strings each time

0 commit comments

Comments
 (0)