Skip to content

Commit 3b7ae14

Browse files
committed
Exclude new failing specs
1 parent 787d659 commit 3b7ae14

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

spec/tags/core/kernel/require_tags.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ slow:Kernel.require ($LOADED_FEATURES) unicode_normalize is part of core and not
55
slow:Kernel#require ($LOADED_FEATURES) complex, enumerator, rational, thread, ruby2_keywords are already required
66
slow:Kernel.require ($LOADED_FEATURES) complex, enumerator, rational, thread, ruby2_keywords are already required
77
slow:Kernel#require complex, enumerator, rational, thread, ruby2_keywords, fiber are already required
8+
slow:Kernel#require complex, enumerator, fiber, rational, thread, ruby2_keywords are already required
9+
fails:Kernel#require complex, enumerator, fiber, rational, thread, ruby2_keywords are already required
10+
fails:Kernel#require (path resolution) loads c-extension file when passed absolute path without extension when no .rb is present
11+
fails:Kernel#require (path resolution) loads .bundle file when passed absolute path with .so
12+
fails:Kernel.require (path resolution) loads c-extension file when passed absolute path without extension when no .rb is present
13+
fails:Kernel.require (path resolution) loads .bundle file when passed absolute path with .so
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
fails:Module#set_temporary_name can update the name when assigned to a constant
22
fails:Module#set_temporary_name does not affect a name of a module nested into an anonymous module with a temporary name
3+
fails:Module#set_temporary_name also updates a name of a nested module

spec/tags/core/range/max_tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
fails:Range#max raises for an exclusive beginless range
2+
fails:Range#max raises for an exclusive beginless Integer range
3+
fails:Range#max raises for an exclusive beginless non Integer range

spec/tags/core/string/to_f_tags.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fails:String#to_f stops if the underscore is not followed or preceded by a number
2+
fails:String#to_f ignores leading and trailing whitespace
3+
fails:String#to_f raises Encoding::CompatibilityError if String is in not ASCII-compatible encoding

0 commit comments

Comments
 (0)