| Index: net/ftp/ftp_directory_listing_parser_ls_unittest.cc
|
| diff --git a/net/ftp/ftp_directory_listing_parser_ls_unittest.cc b/net/ftp/ftp_directory_listing_parser_ls_unittest.cc
|
| index 3e777ccbef60decf5b6859f1b6139025ddda0bf9..ea4f094700d28da9177f1e1999ab0ecde98e5dcf 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_ls_unittest.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_ls_unittest.cc
|
| @@ -95,6 +95,9 @@ TEST_F(FtpDirectoryListingParserLsTest, Ignored) {
|
| const char* ignored_cases[] = {
|
| "drwxr-xr-x 2 0 0 4096 Mar 18 2007 ", // http://crbug.com/60065
|
|
|
| + "ftpd: .: Permission denied",
|
| + "ftpd-BSD: .: Permission denied",
|
| +
|
| // Tests important for security: verify that after we detect the column
|
| // offset we don't try to access invalid memory on malformed input.
|
| "drwxr-xr-x 3 ftp ftp 4096 May 15 18:11",
|
|
|