Skip to content

Commit 92ed4d9

Browse files
andrykonchineregon
authored andcommitted
[GR-19220] Untag passing ruby/specs
PullRequest: truffleruby/4145
2 parents 610cea3 + 690c93c commit 92ed4d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+3
-119
lines changed

spec/tags/core/binding/irb_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
slow:Binding#irb creates an IRB session with the binding in scope
2-
fails:Binding#irb creates an IRB session with the binding in scope

spec/tags/core/dir/element_reference_tags.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
fails:Dir.[] result is sorted by default
2-
fails:Dir.[] result is sorted with sort: true
3-
fails:Dir.[] sort: false returns same files
41
fails:Dir.[] raises an ArgumentError if sort: is not true or false
52
fails:Dir.[] matches dotfiles except .. with '.*'
63
fails:Dir.[] matches dotfiles in the current directory except .. with '.**'

spec/tags/core/encoding/list_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
fails:Enumerator.new when passed a block defines iteration with block, yielder argument and treating it as a proc
21
fails:Enumerator.new no block given raises

spec/tags/core/exception/no_method_error_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/core/file/expand_path_tags.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ slow:File.expand_path raises an Encoding::CompatibilityError if the external enc
1919
slow:File.expand_path does not modify the string argument
2020
slow:File.expand_path does not modify a HOME string argument
2121
slow:File.expand_path returns a String when passed a String subclass
22-
fails:File.expand_path when HOME is not set uses the user database when passed '~' if HOME is nil
23-
fails:File.expand_path when HOME is not set uses the user database when passed '~/' if HOME is nil

spec/tags/core/file/printf_tags.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,5 @@ fails:File#printf other formats c supports Unicode characters
33
fails:File#printf other formats s does not try to convert with to_str
44
fails:File#printf flags # applies to format o does nothing for negative argument
55
fails:File#printf flags # applies to formats bBxX does nothing for zero argument
6-
fails:File#printf flags # applies to formats aAeEfgG forces a decimal point to be added, even if no digits follow
7-
fails:File#printf flags # applies to gG does not remove trailing zeros
8-
fails:File#printf flags - left-justifies the result of conversion if width is specified
9-
fails:File#printf flags 0 (zero) applies to numeric formats bBdiouxXaAeEfgG and width is specified uses radix-1 when displays negative argument as a two's complement
10-
fails:File#printf flags * left-justifies the result if width is negative
11-
fails:File#printf flags * left-justifies the result if specified with $ argument is negative
12-
fails:File#printf precision string formats determines the maximum number of characters to be copied from the string
13-
fails:File#printf reference by name %{name} style supports flags, width and precision
14-
fails:File#printf other formats % alone raises an ArgumentError
156
fails:File#printf other formats c displays only the first character if argument is a string of several characters
167
fails:File#printf other formats c displays no characters if argument is an empty string

spec/tags/core/integer/chr_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/core/io/for_fd_tags.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
fails:IO.for_fd ignores the :encoding option when the :external_encoding option is present
22
fails:IO.for_fd ignores the :encoding option when the :internal_encoding option is present
3-
fails:IO.for_fd raises ArgumentError for nil options
4-
fails:IO.for_fd raises ArgumentError if passed a hash for mode and nil for options

spec/tags/core/io/new_tags.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
fails:IO.new ignores the :encoding option when the :external_encoding option is present
22
fails:IO.new ignores the :encoding option when the :internal_encoding option is present
3-
fails:IO.new raises ArgumentError for nil options
4-
fails:IO.new raises ArgumentError if passed a hash for mode and nil for options

0 commit comments

Comments
 (0)