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

Side by Side Diff: content/test/gpu/gpu_tests/gpu_process_expectations.py

Issue 2762013002: Mark GpuProcess_only_one_workaround flaky on Windows. (Closed)
Patch Set: Created 3 years, 9 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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from gpu_tests.gpu_test_expectations import GpuTestExpectations 5 from gpu_tests.gpu_test_expectations import GpuTestExpectations
6 6
7 # See the GpuTestExpectations class for documentation. 7 # See the GpuTestExpectations class for documentation.
8 8
9 class GpuProcessExpectations(GpuTestExpectations): 9 class GpuProcessExpectations(GpuTestExpectations):
10 def SetExpectations(self): 10 def SetExpectations(self):
(...skipping 20 matching lines...) Expand all
31 # There is no Android multi-gpu configuration and the helper 31 # There is no Android multi-gpu configuration and the helper
32 # gpu_info_collector.cc::IdentifyActiveGPU is not even called. 32 # gpu_info_collector.cc::IdentifyActiveGPU is not even called.
33 self.Skip('GpuProcess_identify_active_gpu1', ['android']) 33 self.Skip('GpuProcess_identify_active_gpu1', ['android'])
34 self.Skip('GpuProcess_identify_active_gpu2', ['android']) 34 self.Skip('GpuProcess_identify_active_gpu2', ['android'])
35 self.Skip('GpuProcess_identify_active_gpu3', ['android']) 35 self.Skip('GpuProcess_identify_active_gpu3', ['android'])
36 self.Skip('GpuProcess_identify_active_gpu4', ['android']) 36 self.Skip('GpuProcess_identify_active_gpu4', ['android'])
37 37
38 # There is currently no entry in kSoftwareRenderingListJson that enables 38 # There is currently no entry in kSoftwareRenderingListJson that enables
39 # a software GL driver on Android. 39 # a software GL driver on Android.
40 self.Skip('GpuProcess_software_gpu_process', ['android']) 40 self.Skip('GpuProcess_software_gpu_process', ['android'])
41
42 # Seems to have become flaky on Windows recently.
43 self.Flaky('GpuProcess_only_one_workaround', ['win'], bug=700522)
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