summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 14:17:46 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 14:17:46 +0000
commitd635f25842d1baf9ebd09b89876871cfc7bf9d30 (patch)
tree91fb922a30b1d43f7e1593124772da228d76b267 /testing
parent0dac6f845709154d3e6eb41b9f577802b6a56c54 (diff)
downloadchromium_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.json6
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"
+ ]
}
}