Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-55296] Add comments for specs using strings in UTF-16 with not even bytes count #3762

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/tags/core/file/expand_path_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ slow:File.expand_path raises an Encoding::CompatibilityError if the external enc
slow:File.expand_path does not modify the string argument
slow:File.expand_path does not modify a HOME string argument
slow:File.expand_path returns a String when passed a String subclass
fails:File.expand_path raises an Encoding::CompatibilityError if the external encoding is not compatible
fails(force_encoding UTF-16 with possibly odd number of bytes):File.expand_path raises an Encoding::CompatibilityError if the external encoding is not compatible
2 changes: 1 addition & 1 deletion spec/tags/optional/capi/encoding_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ fails:C-API Encoding function rb_enc_get_index returns -1 for an object without
fails:C-API Encoding function rb_enc_set_index raises an ArgumentError for a non-encoding capable object
fails:C-API Encoding function ENCODING_SET raises an ArgumentError for a non-encoding capable object
slow:C-API Encoding function rb_define_dummy_encoding raises EncodingError if too many encodings
fails:C-API Encoding function rb_enc_strlen handles broken strings combines valid character and invalid character counts in UTF-16
fails(string in UTF-16 with odd number of bytes):C-API Encoding function rb_enc_strlen handles broken strings combines valid character and invalid character counts in UTF-16
Loading