Skip to content

Commit

Permalink
Add tags for failing methods specs
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 6, 2020
1 parent cfedc31 commit 89f2119
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions spec/tags/truffle/methods_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,20 @@ fails:Public methods on Digest::Base should include digest_length
fails:Public methods on Digest::Base should include reset
fails:Public methods on Digest::MD5 should not include block_length
fails:Public methods on Digest::SHA1 should not include block_length
fails:Public methods on Array should include deconstruct
fails:Public methods on Array should include minmax
fails:Public methods on Complex should include <=>
fails:Public methods on ENV.singleton_class should include freeze
fails:Public methods on Enumerable should include filter_map
fails:Public methods on Enumerable should include tally
fails:Public methods on Enumerator::Lazy should include eager
fails:Public methods on Enumerator::Lazy should include filter_map
fails:Public methods on Enumerator::Lazy should include with_index
fails:Public methods on Fiber should include raise
fails:Public methods on Hash should include deconstruct_keys
fails:Public methods on IO should include set_encoding_by_bom
fails:Public methods on Module should include const_source_location
fails:Public methods on Range should include count
fails:Public methods on Range should include minmax
fails:Public methods on Struct should include deconstruct
fails:Public methods on Struct should include deconstruct_keys

0 comments on commit 89f2119

Please sign in to comment.