From 4b3e0d30261a77f4bd2a3e484b1d5a8fd08923ee Mon Sep 17 00:00:00 2001 From: sdefresne Date: Fri, 10 Apr 2015 09:59:50 -0700 Subject: 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} --- ios/build/bots/tests/common_tests.json | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'ios/build') 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" } ] } -- cgit v1.1