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

Unified Diff: components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc

Issue 1532453002: Run all the tests in DomDistillerJsTest.RunJsTests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
diff --git a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
index b49545ea5dec7241e4798cdca9007ad94163ae52..d3339aee839ed6a3c756c13811a9aa797782ef19 100644
--- a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
+++ b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
@@ -50,7 +50,7 @@ const char* kExternalTestResourcesPath =
"third_party/dom_distiller_js/dist/test/data";
// TODO(wychen) Remove filter when crbug.com/471854 is fixed.
mdjones 2015/12/16 00:22:38 Remove todo?
wychen 2015/12/16 00:54:00 Done.
const char* kTestFilePath =
- "/war/test.html?console_log=0&filter=-*.SchemaOrgParserAccessorTest.*";
+ "/war/test.html?console_log=0";
mdjones 2015/12/16 00:22:39 I think this fits on the line above.
wychen 2015/12/16 00:54:00 Done.
const char* kRunJsTestsJs =
"(function() {return org.chromium.distiller.JsTestEntry.run();})();";
« 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