Skip to content

Commit

Permalink
Add some filters for recent changes to Kernel#Integer()
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 18, 2013
1 parent 3708a01 commit 3e55511
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions spec/filters/bugs/unknown.rb
@@ -0,0 +1,15 @@
opal_filter "Kernel#Integer() fix broke mspec" do
fails "Array#shuffle calls #to_f on the Object returned by #rand"
fails "An exception occurred during: Mock.verify_count"
fails "Array#shuffle raises a RangeError if the random generator returns a value less than 0.0"
fails "An exception occurred during: Mock.verify_count"
fails "Array#shuffle raises a RangeError if the random generator returns a value equal to 1.0"
fails "An exception occurred during: Mock.verify_count"
fails "Array#shuffle raises a RangeError if the random generator returns a value greater than 1.0"
fails "An exception occurred during: Mock.verify_count"
fails "A singleton class has class Bignum as the superclass of a Bignum instance"
fails "Hash.[] ignores elements that are arrays of more than 2 elements"
fails "Hash.[] creates a Hash; values can be provided as a list of value-invalid-pairs in an array"
fails "Hash#default_proc= raises an error if passed nil"
fails "ERB::Util.html_escape not escape characters except '& < > \"'"
end

0 comments on commit 3e55511

Please sign in to comment.