diff options
author | sdefresne <sdefresne@chromium.org> | 2015-04-10 06:24:27 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-10 13:24:50 +0000 |
commit | e4c308a2736e5c80e35b5f9ebaf6f2d31dcd0523 (patch) | |
tree | 8f26f450faeed2873b8f0ec684f09e7914a41e0c /ios/build | |
parent | e2817cd70ff809c117284a896c52da3669960694 (diff) | |
download | chromium_src-e4c308a2736e5c80e35b5f9ebaf6f2d31dcd0523.zip chromium_src-e4c308a2736e5c80e35b5f9ebaf6f2d31dcd0523.tar.gz chromium_src-e4c308a2736e5c80e35b5f9ebaf6f2d31dcd0523.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
Review URL: https://codereview.chromium.org/1077733002
Cr-Commit-Position: refs/heads/master@{#324624}
Diffstat (limited to 'ios/build')
-rw-r--r-- | ios/build/bots/tests/common_tests.json | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/ios/build/bots/tests/common_tests.json b/ios/build/bots/tests/common_tests.json index 0b16509..05cfe4b 100644 --- a/ios/build/bots/tests/common_tests.json +++ b/ios/build/bots/tests/common_tests.json @@ -1,46 +1,52 @@ { "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": "gcm_unit_tests" }, { - "app": "crypto_unittests" + "app": "gfx_unittests" }, { - "app": "gfx_unittests" + "app": "google_apis_unittests" }, { - "app": "url_unittests" + "app": "ios_chrome_unittests" }, { - "app": "content_unittests" + "app": "ios_net_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" } ] } |