Skip to content

Commit 93a1c0c

Browse files
committed
Add tags for new failing specs
1 parent dfb3b85 commit 93a1c0c

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

spec/tags/core/file/expand_path_tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ slow:File.expand_path raises an Encoding::CompatibilityError if the external enc
2020
slow:File.expand_path does not modify the string argument
2121
slow:File.expand_path does not modify a HOME string argument
2222
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

spec/tags/core/range/new_tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
fails:Range.new does not rescue exception raised in #<=> when compares the given start and end
22
fails:Range.new endless range allows endless right boundary
33
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

spec/tags/core/tracepoint/enable_tags.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ fails:TracePoint#enable target_line: option raises ArgumentError if :target_line
2323
fails:TracePoint#enable target_line: option raises TypeError if :target_line value couldn't be coerced to Integer
2424
fails:TracePoint#enable target_line: option raises ArgumentError if :target_line value is negative
2525
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:ConditionVariable#wait calls #sleep on the given object

0 commit comments

Comments
 (0)