Skip to content

Commit

Permalink
Failing tags. Thank you, Eloy.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@5214 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
Watson1978 committed Jan 31, 2011
1 parent 37ca85e commit bf09b24
Show file tree
Hide file tree
Showing 41 changed files with 55 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/frozen/tags/macruby/core/array/pack/m_tags.txt
@@ -0,0 +1,3 @@
fails:Array#pack with format 'M' converts Floats to the minimum unique representation
fails:Array#pack with format 'M' sets the output string to US-ASCII encoding
fails:Array#pack with format 'm' sets the output string to US-ASCII encoding
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/array/pack/u_tags.txt
@@ -0,0 +1 @@
fails:Array#pack with format 'u' sets the output string to US-ASCII encoding
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/array/pack/w_tags.txt
@@ -0,0 +1 @@
fails:Array#pack with format 'w' encodes a BER-compressed integer
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/array/rindex_tags.txt
@@ -0,0 +1 @@
fails:Array#rindex given no argument and no block raises StopIteration if the array is truncated before completion
@@ -0,0 +1 @@
fails:BasicObject metaclass has Class as superclass
@@ -0,0 +1 @@
fails:Dir.[] calls #to_path to convert patterns
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/dir/glob_tags.txt
@@ -0,0 +1 @@
fails:Dir.glob calls #to_path to convert patterns
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/float/round_tags.txt
@@ -0,0 +1 @@
fails:Float#round rounds self to an optionally given precision
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/kernel/sprintf_tags.txt
@@ -0,0 +1 @@
fails:Kernel#sprintf passes some tests for negative %u
3 changes: 3 additions & 0 deletions spec/frozen/tags/macruby/core/object/instance_exec_tags.txt
@@ -0,0 +1,3 @@
fails:Object#instance_exec sets class variables in the receiver
fails:Object#instance_exec raises a TypeError when defining methods on an immediate
fails:Object#instance_exec raises a TypeError when defining methods on numerics
2 changes: 2 additions & 0 deletions spec/frozen/tags/macruby/core/signal/trap_tags.txt
@@ -0,0 +1,2 @@
fails:Signal.trap the special EXIT signal code accepts the EXIT code
fails:Signal.trap the special EXIT signal code runs the proc before at_exit handlers
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/string/append_tags.txt
@@ -0,0 +1 @@
fails:String#<< raises RangeError for negative length argument
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/string/concat_tags.txt
@@ -0,0 +1 @@
fails:String#concat raises RangeError for negative length argument
2 changes: 2 additions & 0 deletions spec/frozen/tags/macruby/core/string/inspect_tags.txt
@@ -0,0 +1,2 @@
fails:String#inspect returns a string with \#<char> when # is followed by $, @, {
fails:String#inspect returns a string with non-printing, characters replaced by \u notation for Unicode strings
3 changes: 3 additions & 0 deletions spec/frozen/tags/macruby/core/string/next_tags.txt
@@ -0,0 +1,3 @@
fails:String#next increases the next best character if there is a carry for non-alphanumerics
fails:String#next adds an additional character (just left to the last increased one) if there is a carry and no character left to increase
fails:String#next returns subclass instances when called on a subclass
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/string/setbyte_tags.txt
@@ -0,0 +1 @@
fails:String#setbyte can invalidate a String's encoding
3 changes: 3 additions & 0 deletions spec/frozen/tags/macruby/core/string/succ_tags.txt
@@ -0,0 +1,3 @@
fails:String#succ increases the next best character if there is a carry for non-alphanumerics
fails:String#succ adds an additional character (just left to the last increased one) if there is a carry and no character left to increase
fails:String#succ returns subclass instances when called on a subclass
2 changes: 2 additions & 0 deletions spec/frozen/tags/macruby/core/string/unpack/m_tags.txt
@@ -0,0 +1,2 @@
fails:String#unpack with format 'M' decodes pre-encoded byte values 127..255
fails:String#unpack with format 'm' decodes all pre-encoded ascii byte values
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/string/unpack/u_tags.txt
@@ -0,0 +1 @@
fails:String#unpack with format 'u' decodes all ascii characters
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/time/at_tags.txt
@@ -0,0 +1 @@
fails:Time.at converts to time object
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/time/usec_tags.txt
@@ -0,0 +1 @@
fails:Time#usec returns the microseconds for time created by Time#local
@@ -0,0 +1,2 @@
fails:UnboundMethod#== returns true if either is an alias for the other
fails:UnboundMethod#== returns true if both are aliases for a third method
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/language/alias_tags.txt
@@ -0,0 +1 @@
fails:The alias keyword is not allowed against Fixnum or String instances
2 changes: 2 additions & 0 deletions spec/frozen/tags/macruby/language/class_tags.txt
@@ -0,0 +1,2 @@
fails:A class definition raises a TypeError if inheriting from a metaclass
fails:A class definition extending an object (sclass) can use return to cause the enclosing method to return
@@ -0,0 +1 @@
fails:Digest::MD5#length returns the length of the digest
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/library/digest/md5/size_tags.txt
@@ -0,0 +1 @@
fails:Digest::MD5#size returns the length of the digest
@@ -0,0 +1 @@
fails:Digest::SHA256#length returns the length of the digest
@@ -0,0 +1 @@
fails:Digest::SHA256#size returns the length of the digest
@@ -0,0 +1 @@
fails:Digest::SHA384#length returns the length of the digest
@@ -0,0 +1 @@
fails:Digest::SHA384#size returns the length of the digest
@@ -0,0 +1 @@
fails:Digest::SHA512#length returns the length of the digest
@@ -0,0 +1 @@
fails:Digest::SHA512#size returns the length of the digest
@@ -0,0 +1 @@
fails:Net::HTTP.get when passed URI yields each read part of the body to the passed block when passed a block
@@ -0,0 +1,2 @@
fails:Socket#connect_nonblock connects the socket to the remote side
fails:Socket#connect_nonblock takes an encoded socket address and starts the connection to it
@@ -0,0 +1 @@
fails:UNIXSocket#recv_io takes an optional mode to use
@@ -0,0 +1 @@
fails:StringScanner#initialize_copy copies previous match state
@@ -0,0 +1 @@
fails:StringScanner#match? effects pre_match
@@ -0,0 +1 @@
fails:StringScanner#pre_match is not changed when the scanner's position changes
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/library/yaml/dump_stream_tags.txt
@@ -0,0 +1 @@
fails:YAML.dump_stream returns a YAML stream containing the objects passed
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/library/yaml/to_yaml_tags.txt
@@ -0,0 +1 @@
fails:Object#to_yaml returns the YAML representation of a Struct object
@@ -0,0 +1 @@
fails:Zlib::Deflate#set_dictionary sets the dictionary

0 comments on commit bf09b24

Please sign in to comment.