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

Unified Diff: gpu/config/gpu_test_expectations_parser_unittest.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_expectations_parser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_test_expectations_parser_unittest.cc
diff --git a/gpu/config/gpu_test_expectations_parser_unittest.cc b/gpu/config/gpu_test_expectations_parser_unittest.cc
index 56e320abe6b12533d78a30fb8e73dde94d2279a8..481af1ff7ce91253bcd090c6a6b8a0100b507bd3 100644
--- a/gpu/config/gpu_test_expectations_parser_unittest.cc
+++ b/gpu/config/gpu_test_expectations_parser_unittest.cc
@@ -36,6 +36,7 @@ static const struct TestOsWithFamily {
{ { "MAVERICKS", GPUTestConfig::kOsMacMavericks }, kOsFamilyMac },
{ { "YOSEMITE", GPUTestConfig::kOsMacYosemite }, kOsFamilyMac },
{ { "ELCAPITAN", GPUTestConfig::kOsMacElCapitan }, kOsFamilyMac },
+ { { "SIERRA", GPUTestConfig::kOsMacSierra }, kOsFamilyMac },
{ { "LINUX", GPUTestConfig::kOsLinux },
{ "LINUX", GPUTestConfig::kOsLinux } },
{ { "CHROMEOS", GPUTestConfig::kOsChromeOS },
« no previous file with comments | « gpu/config/gpu_test_expectations_parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698