Skip to content

Commit 3ba7ec4

Browse files
committed
Add tags for new failing specs
1 parent b69cd7f commit 3ba7ec4

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

spec/tags/core/module/autoload_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ fails:Module#autoload removes the constant from Module#constants if the loaded f
33
fails:Module#autoload after autoloading searches for the constant like the original lookup looks up in parent scope after failed autoload
44
fails:Module#autoload after autoloading searches for the constant like the original lookup warns once in verbose mode if the constant was defined in a parent scope
55
fails:Module#autoload during the autoload after the constant is assigned returns nil in autoload thread and returns the path in other threads for Module#autoload?
6+
fails:Module#autoload during the autoload after the constant is assigned returns the real constant location in autoload thread and returns the autoload location in other threads for Module#const_source_location
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
fails:Module#const_source_location autoload returns the autoload location while not resolved
22
fails:Module#const_source_location returns updated location from const_set
3+
fails:Module#const_source_location autoload returns the real constant location as soon as it is defined
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
fails:BasicSocket#read_nonblock using IPv4 does not set the IO in nonblock mode
22
fails:BasicSocket#read_nonblock using IPv6 does not set the IO in nonblock mode
3+
fails:BasicSocket#read_nonblock using IPv4 replaces the content of the provided buffer without changing its encoding
4+
fails:BasicSocket#read_nonblock using IPv6 replaces the content of the provided buffer without changing its encoding

0 commit comments

Comments
 (0)