Skip to content

Commit

Permalink
Tag out some failing specs in 1.9 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Apr 14, 2010
1 parent 0f8b6e7 commit 0b08bc7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/tags/1.9/ruby/core/array/pack_tags.txt
Expand Up @@ -42,3 +42,11 @@ fails:Array#pack with format 'U' regards a integer as a Unicode codepoint and en
fails:Array#pack with format 'U' returns a UTF-8 string
fails:Array#pack with format 'u' returns an US-ASCII string
fails:Array#pack with format 'x' returns an US-ASCII string
fails:Array#pack with format 'A' treats a multibyte character just as a byte sequence
fails:Array#pack with format 'A' returns result in ASCII-8BIT
fails:Array#pack with format 'a' treats a multibyte character just as a byte sequence
fails:Array#pack with format 'a' returns result in ASCII-8BIT
fails:Array#pack with format 'Z' treats a multibyte character just as a byte sequence
fails:Array#pack with format 'Z' returns result in ASCII-8BIT
fails:File#flock returns false if trying to lock an exclusively locked file

0 comments on commit 0b08bc7

Please sign in to comment.