Skip to content

Commit

Permalink
Add tags for new failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Dec 10, 2024
1 parent c66e68d commit f94d69f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/core/module/deprecate_constant_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Module#deprecate_constant when removing the deprecated module warns with a message
3 changes: 3 additions & 0 deletions spec/tags/core/process/status/bit_and_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
slow:Process::Status#& returns a bitwise and of the integer status of an exited child
slow:Process::Status#& raises an ArgumentError if mask is negative
slow:Process::Status#& shows a deprecation warning
fails:Process::Status#& returns a bitwise and of the integer status of an exited child
fails:Process::Status#& raises an ArgumentError if mask is negative
fails:Process::Status#& shows a deprecation warning
2 changes: 2 additions & 0 deletions spec/tags/core/process/status/right_shift_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
slow:Process::Status#>> returns a right shift of the integer status of an exited child
slow:Process::Status#>> raises an ArgumentError if shift value is negative
slow:Process::Status#>> shows a deprecation warning
fails:Process::Status#>> raises an ArgumentError if shift value is negative
fails:Process::Status#>> shows a deprecation warning
1 change: 1 addition & 0 deletions spec/tags/core/refinement/refined_class_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Refinement#refined_class has been deprecated in favour of Refinement#target
1 change: 1 addition & 0 deletions spec/tags/core/refinement/target_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Refinement#target returns the class refined by the receiver
1 change: 1 addition & 0 deletions spec/tags/core/tracepoint/raised_exception_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:TracePoint#raised_exception returns value from exception raised on the :raise event
fails:TracePoint#raised_exception returns value from exception rescued on the :rescue event

0 comments on commit f94d69f

Please sign in to comment.