Commit 0697bf1f authored by Justin Cohen's avatar Justin Cohen Committed by Commit Bot

[ios] Update crashpad iOS tests on waterfall.

Move crashpad_tests from FYI to non-cq.
Add ios_crash_xcuitests_module to FYI.

Change-Id: I640c4a996be093bdb5d103f9a4ff29a3ecfbbdf6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036390
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738844}
parent e3552254
...@@ -132,6 +132,16 @@ ...@@ -132,6 +132,16 @@
"host os": "Mac-10.14.6", "host os": "Mac-10.14.6",
"pool":"chromium.tests" "pool":"chromium.tests"
}, },
{
"app": "ios_crash_xcuitests_module",
"host": "ios_crash_xcuitests",
"xcode parallelization": true,
"device type": "iPhone X",
"os": "13.3",
"xcode build version": "11c29",
"host os": "Mac-10.14.6",
"pool":"chromium.tests"
},
{ {
"include": "common_tests.json", "include": "common_tests.json",
"device type": "iPhone X", "device type": "iPhone X",
...@@ -199,14 +209,6 @@ ...@@ -199,14 +209,6 @@
"xcode build version": "11c29", "xcode build version": "11c29",
"host os": "Mac-10.14.6", "host os": "Mac-10.14.6",
"pool":"chromium.tests" "pool":"chromium.tests"
},
{
"app": "crashpad_tests",
"device type": "iPhone X",
"os": "12.4",
"xcode build version": "11c29",
"host os": "Mac-10.14.6",
"pool":"chromium.tests"
} }
] ]
} }
...@@ -50,6 +50,13 @@ ...@@ -50,6 +50,13 @@
"pool":"chromium.tests", "pool":"chromium.tests",
"host os": "Mac-10.14.6" "host os": "Mac-10.14.6"
}, },
{
"app": "crashpad_tests",
"device type": "iPhone X",
"os": "13.3",
"pool":"chromium.tests",
"host os": "Mac-10.14.6"
},
{ {
"xcode parallelization": true, "xcode parallelization": true,
"include": "eg2_tests.json", "include": "eg2_tests.json",
...@@ -81,6 +88,13 @@ ...@@ -81,6 +88,13 @@
"os": "12.4", "os": "12.4",
"pool":"chromium.tests", "pool":"chromium.tests",
"host os": "Mac-10.14.6" "host os": "Mac-10.14.6"
},
{
"app": "crashpad_tests",
"device type": "iPhone X",
"os": "12.4",
"pool":"chromium.tests",
"host os": "Mac-10.14.6"
} }
] ]
} }
...@@ -133,9 +133,11 @@ ...@@ -133,9 +133,11 @@
"pool":"chromium.tests" "pool":"chromium.tests"
}, },
{ {
"app": "crashpad_tests", "app": "ios_crash_xcuitests_module",
"host": "ios_crash_xcuitests",
"xcode parallelization": true,
"device type": "iPhone X", "device type": "iPhone X",
"os": "12.4", "os": "13.3",
"xcode build version": "11c29", "xcode build version": "11c29",
"host os": "Mac-10.14.6", "host os": "Mac-10.14.6",
"pool":"chromium.tests" "pool":"chromium.tests"
......
...@@ -36,4 +36,4 @@ filter_9 = "//sql:sql_unittests" ...@@ -36,4 +36,4 @@ filter_9 = "//sql:sql_unittests"
filter_a = "//ui/base:ui_base_unittests" filter_a = "//ui/base:ui_base_unittests"
filter_b = "//ui/gfx:gfx_unittests" filter_b = "//ui/gfx:gfx_unittests"
filter_c = "//url:url_unittests" filter_c = "//url:url_unittests"
filter_d = "//third_party/crashpad/crashpad:crashpad_tests" filter_d = "//third_party/crashpad/*"
...@@ -987,6 +987,11 @@ ...@@ -987,6 +987,11 @@
"label": "//ios/chrome/test/earl_grey2:ios_chrome_web_eg2tests_module", "label": "//ios/chrome/test/earl_grey2:ios_chrome_web_eg2tests_module",
"type": "raw", "type": "raw",
}, },
"ios_crash_xcuitests_module": {
"args": [],
"label": "//third_party/crashpad/crashpad/test/ios:ios_crash_xcuitests_module",
"type": "raw",
},
"ios_web_shell_eg2tests_module": { "ios_web_shell_eg2tests_module": {
"args": [], "args": [],
"label": "//ios/web/shell/test:ios_web_shell_eg2tests_module", "label": "//ios/web/shell/test:ios_web_shell_eg2tests_module",
......
...@@ -90,35 +90,36 @@ SKIP_GN_ISOLATE_MAP_TARGETS = { ...@@ -90,35 +90,36 @@ SKIP_GN_ISOLATE_MAP_TARGETS = {
# iOS tests are listed in //ios/build/bots. # iOS tests are listed in //ios/build/bots.
'cronet_test', 'cronet_test',
'cronet_unittests_ios', 'cronet_unittests_ios',
'ios_chrome_bookmarks_eg2tests_module',
'ios_chrome_bookmarks_egtests', 'ios_chrome_bookmarks_egtests',
'ios_chrome_integration_eg2tests_module',
'ios_chrome_integration_egtests', 'ios_chrome_integration_egtests',
'ios_chrome_reading_list_egtests', 'ios_chrome_reading_list_egtests',
'ios_chrome_settings_eg2tests_module',
'ios_chrome_settings_egtests', 'ios_chrome_settings_egtests',
'ios_chrome_signin_eg2tests_module',
'ios_chrome_signin_egtests', 'ios_chrome_signin_egtests',
'ios_chrome_smoke_eg2tests_module',
'ios_chrome_smoke_egtests', 'ios_chrome_smoke_egtests',
'ios_chrome_translate_egtests', 'ios_chrome_translate_egtests',
'ios_chrome_ui_eg2tests_module',
'ios_chrome_ui_egtests', 'ios_chrome_ui_egtests',
'ios_chrome_unittests', 'ios_chrome_unittests',
'ios_chrome_web_egtests',
'ios_chrome_bookmarks_eg2tests_module',
'ios_chrome_integration_eg2tests_module',
'ios_chrome_signin_eg2tests_module',
'ios_chrome_settings_eg2tests_module',
'ios_chrome_smoke_eg2tests_module',
'ios_showcase_eg2tests_module',
'ios_chrome_ui_eg2tests_module',
'ios_chrome_web_eg2tests_module', 'ios_chrome_web_eg2tests_module',
'ios_web_shell_eg2tests_module', 'ios_chrome_web_egtests',
'ios_components_unittests', 'ios_components_unittests',
'ios_crash_xcuitests_module',
'ios_net_unittests', 'ios_net_unittests',
"ios_remoting_unittests", 'ios_remoting_unittests',
'ios_showcase_eg2tests_module',
'ios_showcase_egtests', 'ios_showcase_egtests',
'ios_testing_unittests',
'ios_web_inttests', 'ios_web_inttests',
'ios_web_shell_eg2tests_module',
'ios_web_shell_egtests', 'ios_web_shell_egtests',
'ios_web_unittests', 'ios_web_unittests',
'ios_web_view_inttests', 'ios_web_view_inttests',
'ios_web_view_unittests', 'ios_web_view_unittests',
'ios_testing_unittests',
# These are listed in Builders that are skipped for other reasons. # These are listed in Builders that are skipped for other reasons.
'chrome_junit_tests', 'chrome_junit_tests',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment