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

Unified Diff: content/test/gpu/gpu_tests/gpu_process_expectations.py

Issue 2753873002: Fix race condition in GpuProcess_skip_gpu_process. (Closed)
Patch Set: Fixed breakage in test. 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 side-by-side diff with in-line comments
Download patch
Index: content/test/gpu/gpu_tests/gpu_process_expectations.py
diff --git a/content/test/gpu/gpu_tests/gpu_process_expectations.py b/content/test/gpu/gpu_tests/gpu_process_expectations.py
index 6a74f2bea906d9ef49635b8afd773efa02380a35..b2f13df7d9d40ffd2ffa8461486cf14489ec8177 100644
--- a/content/test/gpu/gpu_tests/gpu_process_expectations.py
+++ b/content/test/gpu/gpu_tests/gpu_process_expectations.py
@@ -20,7 +20,13 @@ class GpuProcessExpectations(GpuTestExpectations):
# Chrome on Windows creates a GPU process that uses SwiftShader when using
# either --disable-gpu or a blacklisted GPU.
self.Skip('GpuProcess_no_gpu_process', ['win', 'debug'], bug=630728)
- self.Skip('GpuProcess_skip_gpu_process', ['win', 'debug'], bug=630728)
+ self.Skip('GpuProcess_skip_gpu_process', ['win'], bug=630728)
+
+ # Currently SwiftShader's integrated only on Windows. Remove
+ # platforms from this suppression as it is integrated on more
+ # platforms.
+ self.Skip('GpuProcess_swiftshader_for_webgl',
+ ['mac', 'linux', 'android', 'chromeos'], bug=630728)
# There is no Android multi-gpu configuration and the helper
# gpu_info_collector.cc::IdentifyActiveGPU is not even called.
« no previous file with comments | « content/test/data/gpu/functional_files/context.js ('k') | content/test/gpu/gpu_tests/gpu_process_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698