-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c66e68d
commit f94d69f
Showing
6 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Refinement#target returns the class refined by the receiver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |