Skip to content

Commit ee1e5b4

Browse files
committed
Tag failing specs
1 parent 38d9443 commit ee1e5b4

38 files changed

Lines changed: 84 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
fails:The -S command line option runs launcher found in PATH, but only code after the first /#!.*ruby.*/-ish line in target file
2+
fails:The -S command line option runs launcher found in RUBYPATH, but only code after the first /#!.*ruby.*/-ish line in target file
3+
fails:The -S command line option runs launcher found in RUBYPATH
4+
fails:The -S command line option runs launcher found in RUBYPATH and sets the exit status to 1 if it fails
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:Array.try_convert sends #to_ary to the argument and raises TypeError if it's not a kind of Array

spec/tags/ruby/core/basicobject/instance_eval_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ fails:BasicObject#instance_eval raises ArgumentError if returned value is not In
22
fails:BasicObject#instance_eval raises TypeError for frozen objects when tries to set receiver's instance variables
33
fails:BasicObject#instance_eval constants lookup when a String given looks in the receiver class next
44
fails:Array#fetch_values with matched indexes returns the values for indexes
5+
fails:BasicObject#instance_eval raises ArgumentError if returned value is not String
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
unstable(fails on Travis, maybe on Linux):Encoding.locale_charmap returns a value based on the LC_ALL environment variable
2+
fails:Encoding.locale_charmap when setting LC_ALL=C returns a value based on the LC_ALL environment variable
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
fails(https://github.com/jruby/jruby/issues/8739):File#printf other formats c displays no characters if argument is an empty string
2+
fails:File#printf other formats c raises TypeError if argument is nil
3+
fails:File#printf other formats c raises TypeError if converting to String with to_str returns non-String
4+
fails:File#printf other formats c raises TypeError if converting to Integer with to_int returns non-Integer
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:Hash.try_convert sends #to_hash to the argument and raises TypeError if it's not a kind of Hash
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:Integer.try_convert sends #to_int to the argument and raises TypeError if it's not a kind of Integer
2+
fails:Integer.try_convert responds with a different error message when it raises a TypeError, depending on the type of the non-Integer object :to_int returns
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fails:IO::Buffer#& raises TypeError if mask is not an IO::Buffer
2+
fails:IO::Buffer#and! raises TypeError if mask is not an IO::Buffer
3+
fails:IO::Buffer#and! modifies the buffer in place

spec/tags/ruby/core/io/buffer/map_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ fails(native files cannot be mapped yet, https://github.com/jruby/jruby/issues/8
2626
fails(native files cannot be mapped yet, https://github.com/jruby/jruby/issues/8714):IO::Buffer.map with size and offset arguments raises ArgumentError if offset+size is larger than file size
2727
fails(native files cannot be mapped yet, https://github.com/jruby/jruby/issues/8714):IO::Buffer.map with size and offset arguments raises ArgumentError if offset is negative
2828
fails(native files cannot be mapped yet, https://github.com/jruby/jruby/issues/8714):IO::Buffer.map with size and offset arguments if offset is an allowed value for system call if size is nil sets buffer's size to file's remaining size
29+
fails:IO::Buffer.map with a file opened only for reading raises a SystemCallError unless read-only
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:IO::Buffer#not! modifies the buffer in place

0 commit comments

Comments
 (0)