Skip to content

Commit

Permalink
Tag failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Jan 31, 2025
1 parent bce7f49 commit 51bf81d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/tags/core/fiber/storage_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ fails:Fiber.[] can use dynamically defined keys
fails:Fiber.[] can't use invalid keys
fails:Fiber.[]= deletes the fiber storage key when assigning nil
fails:Fiber.[] can use keys as strings
fails:Fiber.[] converts a String key into a Symbol
fails:Fiber.[] can use any object that responds to #to_str as a key
fails:Fiber.[] does not call #to_sym on the key
2 changes: 2 additions & 0 deletions spec/tags/optional/capi/finalizer_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
fails:CApiFinalizerSpecs rb_define_finalizer defines a finalizer on the object
fails:CApiFinalizerSpecs rb_undefine_finalizer removes finalizers from the object
slow:CApiFinalizerSpecs rb_define_finalizer defines a finalizer on the object

0 comments on commit 51bf81d

Please sign in to comment.