fails:Array#pack with format 'A' ignores whitespace in the format string
fails:Array#pack with format 'A' calls #to_str to coerce the directives string
fails:Array#pack with format 'A' taints the output string if the format string is tainted
fails:Array#pack with format 'A' raises ArgumentError when the format modifier is '_'
fails:Array#pack with format 'A' raises ArgumentError when the format modifier is '!'
fails:Array#pack with format 'A' raises an ArgumentError when the Array is empty
fails:Array#pack with format 'A' raises an ArgumentError when the Array has too few elements
fails:Array#pack with format 'A' calls #to_str to convert the element to a String
fails:Array#pack with format 'A' raises a TypeError when the object does not respond to #to_str
fails:Array#pack with format 'A' returns a tainted string when a pack argument is tainted
fails:Array#pack with format 'A' does not return a tainted string when the array is tainted
fails:Array#pack with format 'A' returns a tainted string when the format is tainted
fails:Array#pack with format 'A' returns a tainted string when an empty format is tainted
fails:Array#pack with format 'A' returns a untrusted string when the format is untrusted
fails:Array#pack with format 'A' returns a untrusted string when the empty format is untrusted
fails:Array#pack with format 'A' returns a untrusted string when a pack argument is untrusted
fails:Array#pack with format 'A' returns a trusted string when the array is untrusted
fails:Array#pack with format 'a' ignores whitespace in the format string
fails:Array#pack with format 'a' calls #to_str to coerce the directives string
fails:Array#pack with format 'a' taints the output string if the format string is tainted
fails:Array#pack with format 'a' raises ArgumentError when the format modifier is '_'
fails:Array#pack with format 'a' raises ArgumentError when the format modifier is '!'
fails:Array#pack with format 'a' raises an ArgumentError when the Array is empty
fails:Array#pack with format 'a' raises an ArgumentError when the Array has too few elements
fails:Array#pack with format 'a' calls #to_str to convert the element to a String
fails:Array#pack with format 'a' raises a TypeError when the object does not respond to #to_str
fails:Array#pack with format 'a' returns a tainted string when a pack argument is tainted
fails:Array#pack with format 'a' does not return a tainted string when the array is tainted
fails:Array#pack with format 'a' returns a tainted string when the format is tainted
fails:Array#pack with format 'a' returns a tainted string when an empty format is tainted
fails:Array#pack with format 'a' returns a untrusted string when the format is untrusted
fails:Array#pack with format 'a' returns a untrusted string when the empty format is untrusted
fails:Array#pack with format 'a' returns a untrusted string when a pack argument is untrusted
fails:Array#pack with format 'a' returns a trusted string when the array is untrusted
