File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
library/conditionvariable Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,5 @@ slow:File.expand_path raises an Encoding::CompatibilityError if the external enc
20
20
slow:File.expand_path does not modify the string argument
21
21
slow:File.expand_path does not modify a HOME string argument
22
22
slow:File.expand_path returns a String when passed a String subclass
23
+ fails:File.expand_path when HOME is not set uses the user database when passed '~' if HOME is nil
24
+ fails:File.expand_path when HOME is not set uses the user database when passed '~/' if HOME is nil
Original file line number Diff line number Diff line change 1
1
fails:Range.new does not rescue exception raised in #<=> when compares the given start and end
2
2
fails:Range.new endless range allows endless right boundary
3
3
fails:Range.new endless range distinguishes ranges with included and excluded right boundary
4
+ fails:Range.new beginless/endless range allows endless right boundary
5
+ fails:Range.new beginless/endless range distinguishes ranges with included and excluded right boundary
Original file line number Diff line number Diff line change @@ -23,3 +23,8 @@ fails:TracePoint#enable target_line: option raises ArgumentError if :target_line
23
23
fails:TracePoint#enable target_line: option raises TypeError if :target_line value couldn't be coerced to Integer
24
24
fails:TracePoint#enable target_line: option raises ArgumentError if :target_line value is negative
25
25
fails:TracePoint#enable target_line: option excepts value that could be coerced to Integer
26
+ fails:TracePoint#enable target: option raises ArgumentError if passed not Method/UnboundMethod/Proc
27
+ fails:TracePoint#enable target: option option value accepts Method
28
+ fails:TracePoint#enable target: option option value accepts UnboundMethod
29
+ fails:TracePoint#enable target: option option value accepts Proc
30
+ fails:TracePoint#enable target_line: option accepts value that could be coerced to Integer
Original file line number Diff line number Diff line change
1
+ fails:ConditionVariable#wait calls #sleep on the given object
You can’t perform that action at this time.
0 commit comments