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

Unified Diff: trunk/src/content/test/gpu/gpu_tests/webgl_conformance.py

Issue 62573002: Revert 233243 "Align the interface of TestHarness defined in gpu..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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: trunk/src/content/test/gpu/gpu_tests/webgl_conformance.py
===================================================================
--- trunk/src/content/test/gpu/gpu_tests/webgl_conformance.py (revision 233296)
+++ trunk/src/content/test/gpu/gpu_tests/webgl_conformance.py (working copy)
@@ -29,7 +29,7 @@
testHarness._originalLog.apply(window.console, [msg]);
}
- testHarness.reportResults = function(url, success, msg) {
+ testHarness.reportResults = function(success, msg) {
testHarness._allTestSucceeded = testHarness._allTestSucceeded && !!success;
if(!success) {
testHarness._failures++;
@@ -38,7 +38,7 @@
}
}
};
- testHarness.notifyFinished = function(url) {
+ testHarness.notifyFinished = function() {
testHarness._finished = true;
};
testHarness.navigateToPage = function(src) {
« 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