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

Side by Side Diff: testing/buildbot/chromium.perf.json

Issue 1110663002: Disable flaky performance_browser_tests on win8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android MotoE Perf": { 2 "Android MotoE Perf": {
3 "scripts": [ 3 "scripts": [
4 { 4 {
5 "name": "host_info", 5 "name": "host_info",
6 "script": "host_info.py" 6 "script": "host_info.py"
7 }, 7 },
8 { 8 {
9 "args": [ 9 "args": [
10 "gpu_perftests" 10 "gpu_perftests"
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 330 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
331 "--test-launcher-jobs=1", 331 "--test-launcher-jobs=1",
332 "--enable-gpu" 332 "--enable-gpu"
333 ], 333 ],
334 "name": "performance_browser_tests", 334 "name": "performance_browser_tests",
335 "script": "gtest_perf_test.py" 335 "script": "gtest_perf_test.py"
336 } 336 }
337 ] 337 ]
338 }, 338 },
339 "Win 8 Perf (2)": { 339 "Win 8 Perf (2)": {
340 "scripts": [ 340 "scripts": []
341 {
342 "args": [
343 "performance_browser_tests",
344 "--test-launcher-print-test-stdio=always",
345 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
346 "--test-launcher-jobs=1",
347 "--enable-gpu"
348 ],
349 "name": "performance_browser_tests",
350 "script": "gtest_perf_test.py"
351 }
352 ]
353 } 341 }
354 } 342 }
OLDNEW
« 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