Skip to content

Commit

Permalink
Add tags for new failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Feb 26, 2024
1 parent 0c7f082 commit 75d9c74
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/ruby/core/exception/top_level_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:An Exception reaching the top level kills all threads and fibers, ensure clauses are only run for threads current fibers, not for suspended fibers with ensure on non-root fiber
fails:An Exception reaching the top level the Exception#cause is printed to STDERR with backtraces
5 changes: 5 additions & 0 deletions spec/tags/ruby/core/file/lutime_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fails:File.lutime sets the access and modification time of each file
fails:File.lutime accepts an object that has a #to_path method
fails:File.lutime may set nanosecond precision
fails:File.lutime returns the number of filenames in the arguments
fails:File.lutime allows Time instances in the far future to set mtime and atime (but some filesystems limit it up to 2446-05-10 or 2038-01-19 or 2486-07-02)
1 change: 1 addition & 0 deletions spec/tags/ruby/core/method/clone_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Method#clone preserves frozen status
1 change: 1 addition & 0 deletions spec/tags/ruby/core/proc/clone_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Proc#clone preserves frozen status
1 change: 1 addition & 0 deletions spec/tags/ruby/core/proc/parameters_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Proc#parameters returns :nokey for **nil parameter
1 change: 1 addition & 0 deletions spec/tags/ruby/core/unboundmethod/clone_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:UnboundMethod#clone preserves frozen status
2 changes: 2 additions & 0 deletions spec/tags/ruby/language/hash_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
fails:The ** operator makes a copy when calling a method taking a positional Hash
fails:Hash literal raises a SyntaxError at parse time when Symbol key with invalid bytes
fails:Hash literal raises a SyntaxError at parse time when Symbol key with invalid bytes and 'key: value' syntax used
1 change: 1 addition & 0 deletions spec/tags/ruby/language/symbol_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:A Symbol literal raises an SyntaxError at parse time when Symbol with invalid bytes
4 changes: 4 additions & 0 deletions spec/tags/ruby/library/net-ftp/initialize_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fails:Net::FTP#initialize when the ssl option is set and the ssl option's value is true initializes ssl_context to a blank SSLContext object
fails:Net::FTP#initialize when the ssl option is set and the ssl option's value is a hash initializes ssl_context to a configured SSLContext object
fails:Net::FTP#initialize when the ssl option is set and private_data_connection is set sets private_data_connection to that value
fails:Net::FTP#initialize when the ssl option is set and private_data_connection is not set sets private_data_connection to nil

0 comments on commit 75d9c74

Please sign in to comment.