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

Unified Diff: net/proxy/proxy_resolver_v8_unittest.cc

Issue 1118743003: Removed line_number check from ProxyResolverV8Test before V8 roll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_resolver_v8_unittest.cc
diff --git a/net/proxy/proxy_resolver_v8_unittest.cc b/net/proxy/proxy_resolver_v8_unittest.cc
index d1932dfe7b054064d3832d9b9b71a237c759fa42..204eb63cbc5b88d6441511f2f6ec646db2065972 100644
--- a/net/proxy/proxy_resolver_v8_unittest.cc
+++ b/net/proxy/proxy_resolver_v8_unittest.cc
@@ -283,7 +283,8 @@ TEST(ProxyResolverV8Test, ParseError) {
EXPECT_EQ("Uncaught SyntaxError: Unexpected end of input",
bindings->errors[0]);
- EXPECT_EQ(0, bindings->errors_line_number[0]);
+ // TODO: replace expected value with 5 after V8 roll
+ // EXPECT_EQ(0, bindings->errors_line_number[0]);
}
// Run a PAC script several times, which has side-effects.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698