Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: net/ftp/ftp_directory_listing_parser_unittest.cc

Issue 2168003003: Replace ICU encoding detection with CED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: temorarily reverted test files Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/ftp/ftp_directory_listing_parser_unittest.cc
diff --git a/net/ftp/ftp_directory_listing_parser_unittest.cc b/net/ftp/ftp_directory_listing_parser_unittest.cc
index 5c98c23f6301c757e10645ae62b65e899fdf00ce..67dccb873ac951396839bdf35b128ab0260c448d 100644
--- a/net/ftp/ftp_directory_listing_parser_unittest.cc
+++ b/net/ftp/ftp_directory_listing_parser_unittest.cc
@@ -139,9 +139,13 @@ const FtpTestParam kTestParams[] = {
{"dir-listing-ls-17", OK},
{"dir-listing-ls-18", OK},
{"dir-listing-ls-19", OK},
- {"dir-listing-ls-20", OK},
- {"dir-listing-ls-21", OK},
- {"dir-listing-ls-22", OK},
+
+ // TODO(jinsukkim): Enable following 3 test cases after the fix
+ // lands manually. See crrev.com/2168003003
+ // {"dir-listing-ls-20", OK},
Paweł Hajdan Jr. 2016/07/22 13:22:19 I'm worried about these tests getting disabled. D
Jinsuk Kim 2016/07/24 22:24:46 No quite the opposite - the 3 tests were already f
Paweł Hajdan Jr. 2016/08/08 09:00:48 I'd like to understand this better. These test ca
Jinsuk Kim 2016/08/08 11:28:25 If you open the expected files, they are actually
+ // {"dir-listing-ls-21", OK},
+ // {"dir-listing-ls-22", OK},
+
{"dir-listing-ls-23", OK},
{"dir-listing-ls-24", OK},

Powered by Google App Engine
This is Rietveld 408576698