Skip to content

Commit 58d5dcc

Browse files
committed
Tag failing specs for Numeric#step (See JRUBY-6133)
1 parent ffd0e80 commit 58d5dcc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

spec/tags/1.8/ruby/core/numeric/step_tags.txt

+6
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ fails(JRUBY-5662):Numeric#step Numeric#step with [stop, -infinity] yields once i
44
fails(JRUBY-5662):Numeric#step Numeric#step with [stop, -infinity] yields once when self and stop are Infinity
55
fails:Numeric#step Numeric#step with [stop, +step] when self, stop or step is a Float is careful about not yielding a value greater than limit
66
fails:Numeric#step Numeric#step with [stop, -step] when self, stop or step is a Float is careful about not yielding a value smaller than limit
7+
fails:Numeric#step Numeric#step with [stop, +Infinity] does not yield when self > stop
8+
fails:Numeric#step Numeric#step with [stop, +Infinity] does not yield when stop is -Infinity
9+
fails:Numeric#step Numeric#step with [stop, -infinity] yields once if self > stop
10+
fails:Numeric#step Numeric#step with [stop, -infinity] yields once if stop is -Infinity
11+
fails:Numeric#step Numeric#step with [stop, -infinity] yields once when self equals stop
12+
fails:Numeric#step Numeric#step with [stop, -infinity] yields once when self and stop are Infinity

spec/tags/1.9/ruby/core/numeric/step_tags.txt

+6
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ fails(JRUBY-5662):Numeric#step Numeric#step with [stop, -infinity] yields once i
44
fails(JRUBY-5662):Numeric#step Numeric#step with [stop, -infinity] yields once when self and stop are Infinity
55
fails:Numeric#step Numeric#step with [stop, +step] when self, stop or step is a Float is careful about not yielding a value greater than limit
66
fails:Numeric#step Numeric#step with [stop, -step] when self, stop or step is a Float is careful about not yielding a value smaller than limit
7+
fails:Numeric#step Numeric#step with [stop, +Infinity] does not yield when self > stop
8+
fails:Numeric#step Numeric#step with [stop, +Infinity] does not yield when stop is -Infinity
9+
fails:Numeric#step Numeric#step with [stop, -infinity] yields once if self > stop
10+
fails:Numeric#step Numeric#step with [stop, -infinity] yields once if stop is -Infinity
11+
fails:Numeric#step Numeric#step with [stop, -infinity] yields once when self equals stop
12+
fails:Numeric#step Numeric#step with [stop, -infinity] yields once when self and stop are Infinity

0 commit comments

Comments
 (0)