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

Unified Diff: testing/buildbot/chromium.memory.json

Issue 443973003: Add test spec for chromium.memory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.memory.json
diff --git a/testing/buildbot/chromium.memory.json b/testing/buildbot/chromium.memory.json
new file mode 100644
index 0000000000000000000000000000000000000000..accc3b7b9781ced5260bd7d96f079dbd4bcd6970
--- /dev/null
+++ b/testing/buildbot/chromium.memory.json
@@ -0,0 +1,44 @@
+{
+ "Linux ASan LSan Tests (1)": {
+ "gtest_tests": [
+ "base_unittests",
+ "cacheinvalidation_unittests",
+ "crypto_unittests",
+ "device_unittests",
+ "gcm_unit_tests",
+ "gpu_unittests",
+ "jingle_unittests",
+ "net_unittests",
+ "sandbox_linux_unittests",
+ {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
+ ]
+ },
+ "Linux ASan LSan Tests (2)": {
+ "gtest_tests": [
+ "display_unittests",
+ "media_unittests",
+ "ppapi_unittests",
+ "printing_unittests",
+ "remoting_unittests",
+ "unit_tests",
+ "url_unittests",
+ {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
+ ]
+ },
+ "Linux ASan LSan Tests (3)": {
+ "gtest_tests": [
+ "cc_unittests",
+ "components_unittests",
+ "content_browsertests",
+ "interactive_ui_tests",
+ {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
+ ]
+ },
+ "Linux ASan Tests (sandboxed)": {
+ "gtest_tests": [
+ "browser_tests",
+ "content_browsertests",
+ "interactive_ui_tests"
+ ]
+ }
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698