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

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

Issue 539623002: MSan: move the test specs from chromium.fyi to chromium.memory.fyi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing file Created 6 years, 3 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 | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.memory.fyi.json
diff --git a/testing/buildbot/chromium.memory.json b/testing/buildbot/chromium.memory.fyi.json
similarity index 70%
copy from testing/buildbot/chromium.memory.json
copy to testing/buildbot/chromium.memory.fyi.json
index 6efde65a99b203c2442b5b6fb50c5573604a79d2..11087321528f39ee41a0b437d47ba4b8723d23ca 100644
--- a/testing/buildbot/chromium.memory.json
+++ b/testing/buildbot/chromium.memory.fyi.json
@@ -1,54 +1,46 @@
{
- "Linux ASan LSan Tests (1)": {
+ "Linux MSan Tests": {
"gtest_tests": [
+ "accessibility_unittests",
+ "app_shell_browsertests",
"base_unittests",
"cacheinvalidation_unittests",
+ "cc_unittests",
+ "content_browsertests",
+ "content_unittests",
"crypto_unittests",
"device_unittests",
- "gcm_unit_tests",
+ "extensions_unittests",
"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": [
- "accessibility_unittests",
- "app_shell_browsertests",
- "cast_unittests",
- "content_unittests",
- "display_unittests",
- "gfx_unittests",
- "google_apis_unittests",
+ "interactive_ui_tests",
"ipc_tests",
+ "jingle_unittests",
"media_unittests",
+ "net_unittests",
"ppapi_unittests",
"printing_unittests",
"remoting_unittests",
+ "sandbox_linux_unittests",
"sql_unittests",
"sync_unit_tests",
"ui_unittests",
"unit_tests",
- "url_unittests",
- {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
+ "url_unittests"
]
},
- "Linux ASan LSan Tests (3)": {
+ "Linux MSan Browser (1)": {
"gtest_tests": [
- "cc_unittests",
- "components_unittests",
- "content_browsertests",
- "interactive_ui_tests",
- {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
+ {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
]
},
- "Linux ASan Tests (sandboxed)": {
+ "Linux MSan Browser (2)": {
"gtest_tests": [
- "browser_tests",
- "content_browsertests",
- "interactive_ui_tests"
+ {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
+ ]
+ },
+ "Linux MSan Browser (3)": {
+ "gtest_tests": [
+ {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
]
}
}
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698