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

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: address mdjones' comments 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..9fa68fd2995d02e1bdea3e76988baf6d4c1e61bb 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
@@ -48,9 +48,7 @@ namespace dom_distiller {
const char* kExternalTestResourcesPath =
"third_party/dom_distiller_js/dist/test/data";
-// TODO(wychen) Remove filter when crbug.com/471854 is fixed.
-const char* kTestFilePath =
- "/war/test.html?console_log=0&filter=-*.SchemaOrgParserAccessorTest.*";
+const char* kTestFilePath = "/war/test.html?console_log=0";
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