fails:Array#pack with format 'w' ignores whitespace in the format string
fails:Array#pack with format 'w' calls #to_str to coerce the directives string
fails:Array#pack with format 'w' taints the output string if the format string is tainted
fails:Array#pack with format 'w' raises an ArgumentError if there are fewer elements than the format requires
fails:Array#pack with format 'w' raises a TypeError when passed true
fails:Array#pack with format 'w' raises a TypeError when passed false
fails:Array#pack with format 'w' encodes a BER-compressed integer
fails:Array#pack with format 'w' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'w' raises an ArgumentError when passed a negative value
fails:Array#pack with format 'w' raises a TypeError when passed nil
