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

Unified Diff: gpu/config/gpu_test_config.cc

Issue 2172693002: Fix GPUTestConfigTest.LoadCurrentConfig on macOS Sierra. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « gpu/config/gpu_test_config.h ('k') | gpu/config/gpu_test_expectations_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_test_config.cc
diff --git a/gpu/config/gpu_test_config.cc b/gpu/config/gpu_test_config.cc
index 5f0c7ad2b0e12af179304d762f95dcf9a37fd698..8d5cb59f42d0f39bb7d40ccad17dcd9f7dceb4db 100644
--- a/gpu/config/gpu_test_config.cc
+++ b/gpu/config/gpu_test_config.cc
@@ -64,6 +64,8 @@ GPUTestConfig::OS GetCurrentOS() {
return GPUTestConfig::kOsMacYosemite;
case 11:
return GPUTestConfig::kOsMacElCapitan;
+ case 12:
+ return GPUTestConfig::kOsMacSierra;
}
}
#elif defined(OS_ANDROID)
@@ -189,6 +191,7 @@ bool GPUTestBotConfig::IsValid() const {
case kOsMacMavericks:
case kOsMacYosemite:
case kOsMacElCapitan:
+ case kOsMacSierra:
case kOsLinux:
case kOsChromeOS:
case kOsAndroid:
« no previous file with comments | « gpu/config/gpu_test_config.h ('k') | gpu/config/gpu_test_expectations_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698