diff options
author | geofflang <geofflang@chromium.org> | 2015-07-23 14:03:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-23 21:04:24 +0000 |
commit | bd4d7517e98036af9c385ef7fa266a597225e704 (patch) | |
tree | baa8b1d959d9a8f8f9daae68ca3ecc78573dc015 /testing/buildbot | |
parent | 7158407606e18466646c5d93f5b3b99091e6e827 (diff) | |
download | chromium_src-bd4d7517e98036af9c385ef7fa266a597225e704.zip chromium_src-bd4d7517e98036af9c385ef7fa266a597225e704.tar.gz chromium_src-bd4d7517e98036af9c385ef7fa266a597225e704.tar.bz2 |
Update Win7 Tests (ANGLE) to run angle_unittests
BUG=504872
Review URL: https://codereview.chromium.org/1250493003
Cr-Commit-Position: refs/heads/master@{#340165}
Diffstat (limited to 'testing/buildbot')
-rw-r--r-- | testing/buildbot/chromium.fyi.json | 7 | ||||
-rw-r--r-- | testing/buildbot/chromium.win.json | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json index 717434f..e01d25d 100644 --- a/testing/buildbot/chromium.fyi.json +++ b/testing/buildbot/chromium.fyi.json @@ -4455,5 +4455,12 @@ "test": "unit_tests" } ] + }, + "Win7 Tests (ANGLE)": { + "gtest_tests": [ + { + "test": "angle_unittests" + } + ] } } diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json index 0f47b66..2e6008d 100644 --- a/testing/buildbot/chromium.win.json +++ b/testing/buildbot/chromium.win.json @@ -1153,7 +1153,6 @@ } ] }, - "Win7 Tests (ANGLE)": {}, "Win7 Tests (dbg)(1)": { "gtest_tests": [ { |