-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Remove tags not matching any spec.
- 9.4.12.0
- 9.4.11.0
- 9.4.10.0
- 9.4.9.0
- 9.4.8.0
- 9.4.7.0
- 9.4.6.0
- 9.4.5.0
- 9.4.4.0
- 9.4.3.0
- 9.4.2.0
- 9.4.1.0
- 9.4.0.0
- 9.3.15.0
- 9.3.14.0
- 9.3.13.0
- 9.3.12.0
- 9.3.11.0
- 9.3.10.0
- 9.3.9.0
- 9.3.8.0
- 9.3.7.0
- 9.3.6.0
- 9.3.5.0
- 9.3.4.0
- 9.3.3.0
- 9.3.2.0
- 9.3.1.0
- 9.3.0.0
- 9.2.21.0
- 9.2.20.1
- 9.2.20.0
- 9.2.19.0
- 9.2.18.0
- 9.2.17.0
- 9.2.16.0
- 9.2.15.0
- 9.2.14.0
- 9.2.13.0
- 9.2.12.0
- 9.2.11.1
- 9.2.11.0
- 9.2.10.0
- 9.2.9.0
- 9.2.8.0
- 9.2.7.0
- 9.2.6.0
- 9.2.5.0
- 9.2.4.1
- 9.2.4.0
- 9.2.3.0
- 9.2.2.0
- 9.2.1.0
- 9.2.0.0
- 9.1.17.0
- 9.1.16.0
- 9.1.15.0
- 9.1.14.0
- 9.1.13.0
- 9.1.12.0
- 9.1.11.0
- 9.1.10.0
- 9.1.9.0
- 9.1.8.0
- 9.1.7.0
- 9.1.6.0
- 9.1.5.0
- 9.1.4.0
- 9.1.3.0
- 9.1.2.0
- 9.1.1.0
- 9.1.0.0
- 9.0.5.0
- 9.0.4.0
- 9.0.3.0
- 9.0.1.0
- 9.0.0.0
Showing
57 changed files
with
1 addition
and
114 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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
fails:ARGF.close can close STDIN | ||
slow:ARGF.close does not close STDIN | ||
fails:ARGF.close does not close STDIN |
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,2 +1 @@ | ||
fails:Dir#close closes the stream and fd and returns nil | ||
fails:Dir#close raises an IOError when called on a closed Dir instance |
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,2 +1 @@ | ||
fails:Dir#fileno returns the file descriptor of the dir | ||
fails(windows):Dir#fileno raises an error |
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 +0,0 @@ | ||
fails:Encoding::Converter#inspect needs to be reviewed for spec completeness | ||
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,2 +1 @@ | ||
fails:Exception#backtrace when redefined does not affect the behaviour of Exception#message | ||
fails:Exception#backtrace contains lines of the same format for each prior position in the stack |
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
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,6 +1,4 @@ | ||
fails:File.grpowned? takes non primary groups into account | ||
fails(windows):File.grpowned? returns false if the file exist | ||
fails:FileTest.grpowned? accepts an object that has a #to_path method | ||
fails:FileTest.grpowned? returns true if the file exist | ||
fails:File.grpowned? accepts an object that has a #to_path method | ||
fails:File.grpowned? returns true if the file exist |
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,4 +1,3 @@ | ||
fails:File.lchmod changes the file mode of the link and not of the file | ||
fails(linux/openbsd, not supposed to impl):File.lchmod returns false from #respond_to? | ||
fails(linux/openbsd, not supposed to impl):File.lchmod raises a NotImplementedError when called | ||
|
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,7 +1,6 @@ | ||
fails:File.open opens a file for binary read-write starting at the beginning of the file | ||
fails:File.open raises a SystemCallError if passed an invalid Integer type | ||
fails:File.open with a block does not raise error when file is closed inside the block | ||
fails:File.open with a block does not propagate StandardErrors produced by close | ||
fails:File.open on a FIFO opens it as a normal file | ||
fails:File.open opens a file with a file descriptor d and a block | ||
fails:File.open with a block propagates StandardErrors produced by close |
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,5 +1,4 @@ | ||
fails:IO#gets assigns the returned line to $_ | ||
fails:IO#gets reads limit bytes and extra bytes when limit is reached not at character boundary | ||
fails:IO#gets read limit bytes and extra bytes with maximum of 16 | ||
fails:IO#gets ignores the internal encoding if the IO object's external encoding is ASCII-8BIT | ||
fails:IO#gets transcodes to internal encoding if the IO object's external encoding is ASCII-8BIT |
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 @@ | ||
fails:IO.open does not propagate a StandardError raised by #close | ||
fails:IO.open does not set last error when a StandardError raised by #close | ||
fails:IO.open propagates an exception raised by #close that is a StandardError |
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
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
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
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,10 +1,7 @@ | ||
fails:Kernel#method_missing for a Module with #method_missing defined is called when an protected method is called | ||
fails:Kernel#method_missing for a Module with #method_missing defined is called when an private method is called | ||
fails:Kernel#method_missing for a Class with #method_missing defined is called when an protected method is called | ||
fails:Kernel#method_missing for a Class with #method_missing defined is called when an private method is called | ||
fails:Kernel#method_missing for an instance with #method_missing defined is called when an protected method is called | ||
fails:Kernel#method_missing for an instance with #method_missing defined is called when an private method is called | ||
fails:Kernel#method_missing for a Module with #method_missing defined is called when an undefined method is called | ||
fails:Kernel#method_missing for a Class with #method_missing defined is called when an undefined method is called | ||
fails:Kernel#method_missing for a Module with #method_missing defined is called when a protected method is called | ||
fails:Kernel#method_missing for a Module with #method_missing defined is called when a private method is called |
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
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,5 +1,2 @@ | ||
fails:Kernel#sleep pauses execution for approximately the duration requested | ||
fails:Kernel#sleep returns the rounded number of seconds asleep | ||
fails:Kernel#sleep raises a TypeError when passed a non-numeric duration | ||
slow:Kernel#sleep accepts a Float | ||
slow:Kernel#sleep accepts a Rational |
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
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,6 +1,4 @@ | ||
fails:Kernel#taint raises RuntimeError on an untainted, frozen object | ||
fails:Kernel#taint has no effect on immediate values | ||
fails:Kernel#taint on a Bignum raises a RuntimeError | ||
fails:Kernel#taint on a Symbol raises a RuntimeError | ||
fails:Kernel#taint no raises a RuntimeError on symbols | ||
fails:Kernel#taint no raises error on fixnum values |
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 +0,0 @@ | ||
fails:Module#define_method method body is an UnboundMethod allows methods defined on a different object | ||
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,2 @@ | ||
fails:ObjectSpace.define_finalizer calls finalizer on process termination | ||
fails:ObjectSpace.define_finalizer calls finalizer at exit even if it is self-referencing | ||
fails:ObjectSpace.define_finalizer raises a RuntimeError if the object is not garbage collectable |
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
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
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
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,4 +1,3 @@ | ||
fails:Rational#** when passed Bignum returns 0.0 when self is > 1 and the exponent is negative | ||
fails:Rational#** when passed Bignum returns 0.0 when self is < -1 and the exponent is negative | ||
fails:Rational#** when passed Bignum returns 0.0 when self is > 1 | ||
fails:Rational#** when passed Bignum returns 0.0 when self is < -1 and the exponent is negative |
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 +0,0 @@ | ||
fails(inherited):String#crypt returns NULL bytes prepended to the string when the salt contains NULL bytes | ||
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
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
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
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,4 +1,3 @@ | ||
fails:Time.new with a utc_offset argument disallows a value for minutes greater than 59 | ||
fails:Time.new timezone changes correctly adjusts the timezone change to 'EET' on 'Europe/Istanbul' | ||
fails:Time.new timezone changes correctly adjusts the timezone change to 'WET' on 'Europe/Lisbon' | ||
fails:Time.new timezone changes correctly adjusts the timezone change to 'CEST' on 'Europe/Amsterdam' |
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
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
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
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
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,2 +0,0 @@ | ||
fails:Hash literal calls #to_hash to convert an '**obj' element | ||
fails:Hash literal merges the containing Hash into the **obj before importing obj's items | ||
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
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
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,2 @@ | ||
fails:Math#acosh returns the principle value of the inverse hyperbolic cosine for numbers less than 1.0 as a Complex number | ||
fails:Math.acosh returns the principle value of the inverse hyperbolic cosine for numbers less than 1.0 as a Complex number | ||
|
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 +0,0 @@ | ||
fails:Delegator#trust raises an ArgumentError for obsolete $SAFE=4 | ||
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,2 +0,0 @@ | ||
fails:StringIO#bytes returns nil | ||
fails:StringIO#bytes yields a LocalJumpError when passed no block | ||
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,4 +1,2 @@ | ||
fails:StringIO#chars yields each character code in turn | ||
fails:StringIO#chars returns nil | ||
fails:StringIO#chars yields a LocalJumpError when passed no block | ||
fails:StringIO#chars returns an Enumerator when passed no block |
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,2 +0,0 @@ | ||
fails:StringIO#each_byte returns nil | ||
fails:StringIO#each_byte yields a LocalJumpError when passed no block | ||
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,4 +1,2 @@ | ||
fails:StringIO#each_char yields each character code in turn | ||
fails:StringIO#each_char returns nil | ||
fails:StringIO#each_char yields a LocalJumpError when passed no block | ||
fails:StringIO#each_char returns an Enumerator when passed no block |
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 +0,0 @@ | ||
fails:StringIO#each_line when passed no arguments yields a LocalJumpError when passed no block | ||
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 +0,0 @@ | ||
fails:StringIO#each when passed no arguments yields a LocalJumpError when passed no block | ||
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 +0,0 @@ | ||
fails:StringIO#getbyte retrieves bytes at a time rather than characters | ||
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
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 +0,0 @@ | ||
fails:StringIO#lines when passed no arguments yields a LocalJumpError when passed no block | ||
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 +0,0 @@ | ||
fails:StringIO.open when passed [Object, mode] raises a TypeError when passed a frozen String in truncate mode as StringIO backend | ||
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 +0,0 @@ | ||
fails:StringIO#path returns nil | ||
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 +0,0 @@ | ||
fails:StringIO#read when passed length, buffer raises a TypeError when passed a frozen String as buffer | ||
fails:StringIO#read when passed length, buffer returns a String in ASCII-8BIT ignoring the encoding of the source String and buffer | ||
fails:StringIO#read when passed length returns nil when passed 0 and no data remains | ||
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,5 +0,0 @@ | ||
fails:StringIO#readpartial when passed length, buffer raises a TypeError when passed a frozen String as buffer | ||
fails:StringIO#readpartial when passed length, buffer returns a String in ASCII-8BIT ignoring the encoding of the source String and buffer | ||
fails:StringIO#readpartial when passed length returns a String in ASCII-8BIT encoding when passed a length > 0 | ||
fails:StringIO#readpartial when passed length returns an empty String in ASCII-8BIT encoding when passed length == 0 | ||
fails:StringIO#readpartial when passed length raises an EOFError when passed 0 and no data remains | ||
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 +0,0 @@ | ||
fails:StringIO#reopen when passed [Object, Integer] raises a TypeError when trying to reopen self with a frozen String in truncate-mode | ||
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 +0,0 @@ | ||
fails:StringIO#seek when self is closed does not raise an IOError | ||
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,5 +0,0 @@ | ||
fails:StringIO#sysread when passed length, buffer raises a TypeError when passed a frozen String as buffer | ||
fails:StringIO#sysread when passed length, buffer returns a String in ASCII-8BIT ignoring the encoding of the source String and buffer | ||
fails:StringIO#sysread when passed length returns a String in ASCII-8BIT encoding when passed a length > 0 | ||
fails:StringIO#sysread when passed length returns an empty String in ASCII-8BIT encoding when passed length == 0 | ||
fails:StringIO#sysread when passed length raises an EOFError when passed 0 and no data remains | ||
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 +0,0 @@ | ||
fails:StringIO#ungetc when passed [char] does nothing when at the beginning of self | ||
fails:StringIO#ungetc when passed [char] tries to convert the passed length to an Integer using #to_int | ||
fails:StringIO#ungetc when passed [char] raises a TypeError when the passed length can't be converted to an Integer | ||
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