Skip to content

Commit f59a943

Browse files
committed
Add missing slow tags
1 parent c4ed78e commit f59a943

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

spec/tags/command_line/feature_tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ slow:The --enable and --disable flags can be used with rubyopt
66
slow:The --enable and --disable flags can be used with frozen-string-literal
77
slow:The --enable and --disable flags prints a warning for unknown features
88
slow:The --enable and --disable flags can be used with all
9+
slow:The --enable and --disable flags can be used with all for enable
10+
slow:The --enable and --disable flags can be used with all for disable

spec/tags/core/objectspace/define_finalizer_tags.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ fails:ObjectSpace.define_finalizer calls finalizer on process termination
22
fails:ObjectSpace.define_finalizer calls finalizer at exit even if it is self-referencing
33
slow:ObjectSpace.define_finalizer allows multiple finalizers with different 'callables' to be defined
44
fails:ObjectSpace.define_finalizer allows multiple finalizers with different 'callables' to be defined
5+
slow:ObjectSpace.define_finalizer calls a finalizer at exit even if it is self-referencing
6+
slow:ObjectSpace.define_finalizer calls a finalizer at exit even if it is indirectly self-referencing
7+
slow:ObjectSpace.define_finalizer calls a finalizer defined in a finalizer running at exit

0 commit comments

Comments
 (0)