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

Unified Diff: testing/buildbot/chromium.gpu.fyi.json

Issue 2542653002: Run the dEQP GLES 3.1 tests on Windows and Linux NVIDIA OpenGL. (Closed)
Patch Set: Created 4 years 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: testing/buildbot/chromium.gpu.fyi.json
diff --git a/testing/buildbot/chromium.gpu.fyi.json b/testing/buildbot/chromium.gpu.fyi.json
index 03f90a85274948ef7219ccde0f2d38416da82b46..9a4db10e49041561c3b119f55e907525bc17bce0 100644
--- a/testing/buildbot/chromium.gpu.fyi.json
+++ b/testing/buildbot/chromium.gpu.fyi.json
@@ -4373,6 +4373,24 @@
"args": [
"--deqp-egl-display-type=angle-gl"
],
+ "name": "angle_deqp_gles31_gl_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "10de:104a",
+ "os": "Linux"
+ }
+ ],
+ "shards": 4
+ },
+ "test": "angle_deqp_gles31_tests",
+ "use_xvfb": false
+ },
+ {
+ "args": [
+ "--deqp-egl-display-type=angle-gl"
+ ],
"name": "angle_deqp_gles3_gl_tests",
"swarming": {
"can_use_on_swarming_builders": true,
@@ -12973,6 +12991,24 @@
},
{
"args": [
+ "--deqp-egl-display-type=angle-gl"
+ ],
+ "name": "angle_deqp_gles31_gl_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "10de:104a",
+ "os": "Windows-2008ServerR2-SP1"
+ }
+ ],
+ "shards": 4
+ },
+ "test": "angle_deqp_gles31_tests",
+ "use_xvfb": false
+ },
+ {
+ "args": [
"--deqp-egl-display-type=angle-d3d11"
],
"name": "angle_deqp_gles3_d3d11_tests",

Powered by Google App Engine
This is Rietveld 408576698