Skip to content

Commit f29a775

Browse files
committed
Add tags for new failing specs
1 parent 02b0649 commit f29a775

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

spec/tags/core/module/autoload_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ fails:Module#autoload (concurrently) blocks others threads while doing an autolo
22
fails:Module#autoload removes the constant from Module#constants if the loaded file does not define it
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
5+
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?

spec/tags/core/process/status/termsig_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ slow:Process::Status#termsig for a child that was sent a signal returns the sign
22
slow:Process::Status#termsig for a child that exited normally returns true
33
slow:Process::Status#termsig for a child that raised SignalException returns the signal
44
slow:Process::Status#termsig for a child that raised SignalException returns the signal
5+
slow:Process::Status#termsig for a child that exited normally returns nil

spec/tags/language/hash_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ fails(https://github.com/ruby/prism/issues/2115):Hash literal expands an '**{}'
66
fails(https://github.com/ruby/prism/issues/2115):Hash literal merges multiple nested '**obj' in Hash literals
77
fails(https://github.com/ruby/prism/issues/2129):Hash literal raises an EncodingError at parse time when Symbol key with invalid bytes
88
fails(https://github.com/ruby/prism/issues/2129):Hash literal raises an EncodingError at parse time when Symbol key with invalid bytes and 'key: value' syntax used
9+
fails:The ** operator makes a copy when calling a method taking a positional Hash

0 commit comments

Comments
 (0)