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

Unified Diff: sky/tools/webkitpy/layout_tests/layout_package/json_results_generator_unittest.py

Issue 726313007: Add the ability to upload sky_tests to the flakiness dashboard. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Remove build-name argument. Created 6 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 | « mojo/tools/mojob.py ('k') | sky/tools/webkitpy/layout_tests/models/test_run_results.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/layout_tests/layout_package/json_results_generator_unittest.py
diff --git a/sky/tools/webkitpy/layout_tests/layout_package/json_results_generator_unittest.py b/sky/tools/webkitpy/layout_tests/layout_package/json_results_generator_unittest.py
index fdb0a1a99f2c3f63b309a71176c6c03eabd7c38f..cb43f65da1d13ed254b503443b8c4e57ac56d97f 100644
--- a/sky/tools/webkitpy/layout_tests/layout_package/json_results_generator_unittest.py
+++ b/sky/tools/webkitpy/layout_tests/layout_package/json_results_generator_unittest.py
@@ -35,7 +35,6 @@ from webkitpy.layout_tests.layout_package import json_results_generator
class JSONGeneratorTest(unittest.TestCase):
def setUp(self):
self.builder_name = 'DUMMY_BUILDER_NAME'
- self.build_name = 'DUMMY_BUILD_NAME'
self.build_number = 'DUMMY_BUILDER_NUMBER'
# For archived results.
« no previous file with comments | « mojo/tools/mojob.py ('k') | sky/tools/webkitpy/layout_tests/models/test_run_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698