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

Unified Diff: gpu/config/gpu_info_collector_unittest.cc

Issue 2153373002: On Linux rework driver_version/vendor extraction from gl version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and add unit test 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
Index: gpu/config/gpu_info_collector_unittest.cc
diff --git a/gpu/config/gpu_info_collector_unittest.cc b/gpu/config/gpu_info_collector_unittest.cc
index c0847196508684874cf9aa790986c280e6a8645c..b9cdf89d1a50db8bd3789939ff0aa21930b31b10 100644
--- a/gpu/config/gpu_info_collector_unittest.cc
+++ b/gpu/config/gpu_info_collector_unittest.cc
@@ -293,6 +293,10 @@ TEST_F(CollectDriverInfoGLTest, CollectDriverInfoGL) {
"NVIDIA Corporation",
"4.4.0 NVIDIA 331.79",
"331.79"},
+ {"Mesa DRI Intel(R) Haswell Mobile",
+ "Intel Open Source Technology Center",
+ "3.3 (Core Profile) Mesa 10.5.9",
+ "10.5.9"},
#endif
{NULL, NULL, NULL, NULL}
};
« gpu/config/gpu_info_collector_linux.cc ('K') | « gpu/config/gpu_info_collector_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698