From f94d69f8f0e30ee54ca448febb0819f283f6f98f Mon Sep 17 00:00:00 2001 From: Andrew Konchin Date: Mon, 9 Dec 2024 22:01:29 +0200 Subject: [PATCH] Add tags for new failing specs --- spec/tags/core/module/deprecate_constant_tags.txt | 1 + spec/tags/core/process/status/bit_and_tags.txt | 3 +++ spec/tags/core/process/status/right_shift_tags.txt | 2 ++ spec/tags/core/refinement/refined_class_tags.txt | 1 + spec/tags/core/refinement/target_tags.txt | 1 + spec/tags/core/tracepoint/raised_exception_tags.txt | 1 + 6 files changed, 9 insertions(+) create mode 100644 spec/tags/core/module/deprecate_constant_tags.txt create mode 100644 spec/tags/core/refinement/refined_class_tags.txt create mode 100644 spec/tags/core/refinement/target_tags.txt diff --git a/spec/tags/core/module/deprecate_constant_tags.txt b/spec/tags/core/module/deprecate_constant_tags.txt new file mode 100644 index 000000000000..d165b14f15ef --- /dev/null +++ b/spec/tags/core/module/deprecate_constant_tags.txt @@ -0,0 +1 @@ +fails:Module#deprecate_constant when removing the deprecated module warns with a message diff --git a/spec/tags/core/process/status/bit_and_tags.txt b/spec/tags/core/process/status/bit_and_tags.txt index 38d36573e479..d882c7260d62 100644 --- a/spec/tags/core/process/status/bit_and_tags.txt +++ b/spec/tags/core/process/status/bit_and_tags.txt @@ -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 diff --git a/spec/tags/core/process/status/right_shift_tags.txt b/spec/tags/core/process/status/right_shift_tags.txt index d447f21fe5c5..57fb6489236c 100644 --- a/spec/tags/core/process/status/right_shift_tags.txt +++ b/spec/tags/core/process/status/right_shift_tags.txt @@ -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 diff --git a/spec/tags/core/refinement/refined_class_tags.txt b/spec/tags/core/refinement/refined_class_tags.txt new file mode 100644 index 000000000000..117517584109 --- /dev/null +++ b/spec/tags/core/refinement/refined_class_tags.txt @@ -0,0 +1 @@ +fails:Refinement#refined_class has been deprecated in favour of Refinement#target diff --git a/spec/tags/core/refinement/target_tags.txt b/spec/tags/core/refinement/target_tags.txt new file mode 100644 index 000000000000..09b279765c95 --- /dev/null +++ b/spec/tags/core/refinement/target_tags.txt @@ -0,0 +1 @@ +fails:Refinement#target returns the class refined by the receiver diff --git a/spec/tags/core/tracepoint/raised_exception_tags.txt b/spec/tags/core/tracepoint/raised_exception_tags.txt index 3a32ffe6c5b1..d3fd91512314 100644 --- a/spec/tags/core/tracepoint/raised_exception_tags.txt +++ b/spec/tags/core/tracepoint/raised_exception_tags.txt @@ -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