Commit 45502e50 authored by Rohit Rao's avatar Rohit Rao Committed by Commit Bot

[ios] Adds tests to ios12-beta-simulator.

BUG=934252

Change-Id: Ib7f68a0c9997ad4638cdb884e5099fcca8402a87
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849995Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704226}
parent 3b173141
......@@ -13,5 +13,95 @@
"use_goma=true"
],
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone X",
"os": "13.1",
"xcode build version": "11a1027",
"host os": "Mac-10.14.6",
"pool":"Chrome",
"test args": [
"--run-with-custom-webkit"
]
},
{
"include": "screen_size_dependent_tests.json",
"device type": "iPhone X",
"os": "13.1",
"xcode build version": "11a1027",
"host os": "Mac-10.14.6",
"pool":"Chrome",
"test args": [
"--run-with-custom-webkit"
]
},
{
"include": "eg_tests.json",
"device type": "iPhone X",
"os": "13.1",
"xcode build version": "11a1027",
"host os": "Mac-10.14.6",
"pool":"Chrome",
"test args": [
"--run-with-custom-webkit"
]
},
{
"include": "eg_cq_tests.json",
"device type": "iPhone X",
"os": "13.1",
"xcode build version": "11a1027",
"host os": "Mac-10.14.6",
"pool":"Chrome",
"test args": [
"--run-with-custom-webkit"
]
},
{
"include": "common_tests.json",
"device type": "iPad Air 2",
"os": "13.1",
"xcode build version": "11a1027",
"host os": "Mac-10.14.6",
"pool":"Chrome",
"test args": [
"--run-with-custom-webkit"
]
},
{
"include": "screen_size_dependent_tests.json",
"device type": "iPad Air 2",
"os": "13.1",
"xcode build version": "11a1027",
"host os": "Mac-10.14.6",
"pool":"Chrome",
"test args": [
"--run-with-custom-webkit"
]
},
{
"include": "eg_tests.json",
"device type": "iPad Air 2",
"os": "13.1",
"xcode build version": "11a1027",
"host os": "Mac-10.14.6",
"pool":"Chrome",
"test args": [
"--run-with-custom-webkit"
]
},
{
"include": "eg_cq_tests.json",
"device type": "iPad Air 2",
"os": "13.1",
"xcode build version": "11a1027",
"host os": "Mac-10.14.6",
"pool":"Chrome",
"test args": [
"--run-with-custom-webkit"
]
}
]
}
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