Commit 3f31546d authored by Andrew Luo's avatar Andrew Luo Committed by Commit Bot

Update CTS N for WebViewClientTest#testShouldOverrideUrlLoadingOnCreateWindow

Bug: 896857
Change-Id: Icfaf7503e60c476e434504971f832a65a3956235
Reviewed-on: https://chromium-review.googlesource.com/c/1321957
Commit-Queue: Andrew Luo <aluo@chromium.org>
Reviewed-by: default avatarBo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606600}
parent 61da37fb
......@@ -267,7 +267,7 @@ deps = {
'packages': [
{
'package': 'chromium/android_webview/tools/cts_archive',
'version': 'version:1.0',
'version': 'version:1.1',
},
],
'condition': 'checkout_android',
......
......@@ -9,5 +9,5 @@ description: Archive of WebView CTS tests
data:
- file: arm64/L/android-cts-arm_64-4607260.zip
- file: arm64/M/android-cts-arm_64-4607285.zip
- file: arm64/N/android-cts-arm_64-4606956.zip
- file: arm64/O/android-cts-arm_64-4666824.zip
- file: arm64/N/android-cts-arm_64-5075646.zip
- file: arm64/O/android-cts-arm_64-5075719.zip
......@@ -31,12 +31,6 @@
"_bug_id": "crbug.com/777393"
}
],
"android.webkit.cts.WebViewClientTest": [
{
"name": "testShouldOverrideUrlLoadingOnCreateWindow",
"_bug_id": "crbug.com/896857"
}
],
"android.webkit.cts.WebChromeClientTest": [
{
"name": "testOnJsBeforeUnloadIsCalled",
......
......@@ -35,7 +35,12 @@
"unzip_dir": "arm64/L/4607260/",
"test_runs": [
{
"apk": "android-cts/repository/testcases/CtsWebkitTestCases.apk"
"apk": "android-cts/repository/testcases/CtsWebkitTestCases.apk",
"excludes": [
{
"match": "android.webkit.cts.WebViewClientTest#testShouldOverrideUrlLoadingOnCreateWindow",
"_bug_id": "crbug.com/896857"
}]
},
{
"apk": "android-cts/repository/testcases/CtsWidgetTestCases.apk",
......@@ -51,7 +56,12 @@
"unzip_dir": "arm64/M/4607285/",
"test_runs": [
{
"apk": "android-cts/repository/testcases/CtsWebkitTestCases.apk"
"apk": "android-cts/repository/testcases/CtsWebkitTestCases.apk",
"excludes": [
{
"match": "android.webkit.cts.WebViewClientTest#testShouldOverrideUrlLoadingOnCreateWindow",
"_bug_id": "crbug.com/896857"
}]
},
{
"apk": "android-cts/repository/testcases/CtsWidgetTestCases.apk",
......@@ -62,9 +72,9 @@
}]
},
"N": {
"filename": "arm64/N/android-cts-arm_64-4606956.zip",
"_origin": "aosp-nougat-cts-release@4606956",
"unzip_dir": "arm64/N/4606956/",
"filename": "arm64/N/android-cts-arm_64-5075646.zip",
"_origin": "aosp-nougat-cts-dev@5075646",
"unzip_dir": "arm64/N/5075646/",
"test_runs": [
{
"apk": "android-cts/testcases/CtsWebkitTestCases.apk"
......@@ -78,9 +88,9 @@
}]
},
"O": {
"filename": "arm64/O/android-cts-arm_64-4666824.zip",
"_origin": "aosp-oreo-cts-release@4666824",
"unzip_dir": "arm64/O/4666824/",
"filename": "arm64/O/android-cts-arm_64-5075719.zip",
"_origin": "aosp-oreo-cts-dev@5075719",
"unzip_dir": "arm64/O/5075719/",
"test_runs": [
{
"apk": "android-cts/testcases/CtsWebkitTestCases.apk"
......
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