summaryrefslogtreecommitdiffstats
path: root/ios/build
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-04-10 09:59:50 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-10 17:00:16 +0000
commit4b3e0d30261a77f4bd2a3e484b1d5a8fd08923ee (patch)
treea0743a8e778931c6e07d581af8539ce65b6e7ad1 /ios/build
parentc261ebf7f030b966961a04f625237ab5c02fc732 (diff)
downloadchromium_src-4b3e0d30261a77f4bd2a3e484b1d5a8fd08923ee.zip
chromium_src-4b3e0d30261a77f4bd2a3e484b1d5a8fd08923ee.tar.gz
chromium_src-4b3e0d30261a77f4bd2a3e484b1d5a8fd08923ee.tar.bz2
Update the list of tests to run on iOS bots
Add all the unit tests for code that is compiled and used on iOS so that they are run on iOS bots (waterfall and CQ). BUG=475512 Committed: https://crrev.com/e4c308a2736e5c80e35b5f9ebaf6f2d31dcd0523 Cr-Commit-Position: refs/heads/master@{#324624} Review URL: https://codereview.chromium.org/1077733002 Cr-Commit-Position: refs/heads/master@{#324653}
Diffstat (limited to 'ios/build')
-rw-r--r--ios/build/bots/tests/common_tests.json27
1 files changed, 15 insertions, 12 deletions
diff --git a/ios/build/bots/tests/common_tests.json b/ios/build/bots/tests/common_tests.json
index 0b16509..b9ae41a 100644
--- a/ios/build/bots/tests/common_tests.json
+++ b/ios/build/bots/tests/common_tests.json
@@ -1,46 +1,49 @@
{
"tests": [
{
- "app": "ios_chrome_unittests"
+ "app": "base_unittests"
},
{
- "app": "ios_net_unittests"
+ "app": "components_unittests"
},
{
- "app": "ios_web_unittests"
+ "app": "content_unittests"
},
{
- "app": "base_unittests"
+ "app": "crypto_unittests"
},
{
- "app": "components_unittests"
+ "app": "gfx_unittests"
},
{
- "app": "crypto_unittests"
+ "app": "google_apis_unittests"
},
{
- "app": "gfx_unittests"
+ "app": "ios_chrome_unittests"
},
{
- "app": "url_unittests"
+ "app": "ios_net_unittests"
},
{
- "app": "content_unittests"
+ "app": "ios_web_unittests"
},
{
"app": "net_unittests"
},
{
- "app": "ui_base_unittests"
+ "app": "skia_unittests"
+ },
+ {
+ "app": "sql_unittests"
},
{
"app": "sync_unit_tests"
},
{
- "app": "sql_unittests"
+ "app": "ui_base_unittests"
},
{
- "app": "skia_unittests"
+ "app": "url_unittests"
}
]
}