diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-04 14:17:46 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-04 14:17:46 +0000 |
commit | d635f25842d1baf9ebd09b89876871cfc7bf9d30 (patch) | |
tree | 91fb922a30b1d43f7e1593124772da228d76b267 /testing | |
parent | 0dac6f845709154d3e6eb41b9f577802b6a56c54 (diff) | |
download | chromium_src-d635f25842d1baf9ebd09b89876871cfc7bf9d30.zip chromium_src-d635f25842d1baf9ebd09b89876871cfc7bf9d30.tar.gz chromium_src-d635f25842d1baf9ebd09b89876871cfc7bf9d30.tar.bz2 |
Add test specs for a new experimental MSan tester.
Also, add interactive_ui_unittests to the exising tester.
BUG=178409
R=phajdan.jr@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/312833002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.fyi.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json index 27be76b..b5b11ee 100644 --- a/testing/buildbot/chromium.fyi.json +++ b/testing/buildbot/chromium.fyi.json @@ -221,6 +221,7 @@ "crypto_unittests", "device_unittests", "gpu_unittests", + "interactive_ui_tests", "ipc_tests", "jingle_unittests", "media_unittests", @@ -235,5 +236,10 @@ "unit_tests", "url_unittests" ] + }, + "Chromium Linux MSan (browser tests)": { + "gtest_tests": [ + "browser_tests" + ] } } |