Skip to content

Commit 70a9658

Browse files
committed
Add tags for new failing specs
1 parent 40c4b69 commit 70a9658

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

spec/tags/core/io/gets_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
fails:IO#gets transcodes to internal encoding if the IO object's external encoding is ASCII-8BIT
22
fails:IO#gets when passed chomp returns the first line without a trailing newline character
3+
fails:IO#gets transcodes to internal encoding if the IO object's external encoding is BINARY

spec/tags/core/random/bytes_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ fails:Random.bytes returns a String
22
fails:Random.bytes returns a String of the length given as argument
33
fails:Random.bytes returns an ASCII-8BIT String
44
fails:Random.bytes returns a random binary String
5+
fails:Random.bytes returns a binary String

spec/tags/core/random/raw_seed_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ fails:Random.urandom returns a String of the length given as argument
33
fails:Random.urandom raises an ArgumentError on a negative size
44
fails:Random.urandom returns an ASCII-8BIT String
55
fails:Random.urandom returns a random binary String
6+
fails:Random.urandom returns a binary String

spec/tags/core/string/encode_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:String#encode when passed options replaces invalid encoding

0 commit comments

Comments
 (0)