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

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

Issue 2632603002: Add support for ASAN-specific test expectations to WebGL tests. (Closed)
Patch Set: Created 3 years, 11 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 | « content/test/gpu/gpu_tests/webgl_conformance_integration_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.gpu.fyi.json
diff --git a/testing/buildbot/chromium.gpu.fyi.json b/testing/buildbot/chromium.gpu.fyi.json
index 889b47733bab9b1e0dfca7f77cda055988598028..5a4b9cd15340283fca63fe2b5b8c37e1eb99acf8 100644
--- a/testing/buildbot/chromium.gpu.fyi.json
+++ b/testing/buildbot/chromium.gpu.fyi.json
@@ -9227,7 +9227,8 @@
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--webgl-conformance-version=2.0.1",
- "--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl2_conformance_tests_output.json"
+ "--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl2_conformance_tests_output.json",
+ "--is-asan"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "webgl2_conformance_tests",
@@ -9256,7 +9257,8 @@
"--show-stdout",
"--browser=release",
"-v",
- "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
+ "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
+ "--is-asan"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "webgl_conformance_tests",
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance_integration_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698