Update Webview cts_archive
BAU update (follows the new process go/update-cts-proposal) Bug: None Change-Id: I5ab1235714fcdc752d8a0b1539dce1c73cd862ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4299590 Auto-Submit: Mateusz Zbikowski <zbikowski@google.com> Reviewed-by: Nate Fischer <ntfschr@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1111995}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
1aad190add
commit
4bfbb8d10d
android_webview/tools/cts_archive/3pp
@ -8,7 +8,7 @@ import json
|
||||
|
||||
|
||||
def do_latest():
|
||||
print('2023.02.22') # Update to current date when updating the URLs below
|
||||
print('2023.03.01') # Update to current date when updating the URLs below
|
||||
|
||||
|
||||
def get_download_url():
|
||||
@ -21,14 +21,14 @@ def get_download_url():
|
||||
"android-cts-8.0_R26-linux_x86-x86.zip",
|
||||
"android-cts-9.0_r20-linux_x86-arm.zip",
|
||||
"android-cts-9.0_r20-linux_x86-x86.zip",
|
||||
"android-cts-10_r13-linux_x86-arm.zip",
|
||||
"android-cts-10_r13-linux_x86-x86.zip",
|
||||
"android-cts-11_r9-linux_x86-arm.zip",
|
||||
"android-cts-11_r9-linux_x86-x86.zip",
|
||||
"android-cts-12_r5-linux_x86-arm.zip",
|
||||
"android-cts-12_r5-linux_x86-x86.zip",
|
||||
"android-cts-13_r1-linux_x86-arm.zip",
|
||||
"android-cts-13_r1-linux_x86-x86.zip",
|
||||
"android-cts-10_r15-linux_x86-arm.zip",
|
||||
"android-cts-10_r15-linux_x86-x86.zip",
|
||||
"android-cts-11_r11-linux_x86-arm.zip",
|
||||
"android-cts-11_r11-linux_x86-x86.zip",
|
||||
"android-cts-12_r7-linux_x86-arm.zip",
|
||||
"android-cts-12_r7-linux_x86-x86.zip",
|
||||
"android-cts-13_r3-linux_x86-arm.zip",
|
||||
"android-cts-13_r3-linux_x86-x86.zip",
|
||||
]
|
||||
url_prefix = "https://dl.google.com/dl/android/cts/"
|
||||
urls = [url_prefix + f for f in filenames]
|
||||
|
@ -146,8 +146,8 @@ zip -rm "$TARGET_DIR/$OUT_ZIPFILE" android-cts
|
||||
# platform separator for readability
|
||||
|
||||
TARGET_DIR="$PREFIX/arm64/Q"
|
||||
IN_ZIPFILE=android-cts-10_r13-linux_x86-arm.zip
|
||||
OUT_ZIPFILE=android-cts-arm64-10_r13.zip
|
||||
IN_ZIPFILE=android-cts-10_r15-linux_x86-arm.zip
|
||||
OUT_ZIPFILE=android-cts-arm64-10_r15.zip
|
||||
|
||||
mkdir -p "$TARGET_DIR"
|
||||
unzip "$IN_ZIPFILE" "android-cts/testcases/CtsWebkitTestCases.apk"
|
||||
@ -163,8 +163,8 @@ zip -rm "$TARGET_DIR/$OUT_ZIPFILE" android-cts
|
||||
# platform separator for readability
|
||||
|
||||
TARGET_DIR="$PREFIX/x86/Q"
|
||||
IN_ZIPFILE=android-cts-10_r13-linux_x86-x86.zip
|
||||
OUT_ZIPFILE=android-cts-x86-10_r13.zip
|
||||
IN_ZIPFILE=android-cts-10_r15-linux_x86-x86.zip
|
||||
OUT_ZIPFILE=android-cts-x86-10_r15.zip
|
||||
|
||||
mkdir -p "$TARGET_DIR"
|
||||
unzip "$IN_ZIPFILE" "android-cts/testcases/CtsWebkitTestCases.apk"
|
||||
@ -180,8 +180,8 @@ zip -rm "$TARGET_DIR/$OUT_ZIPFILE" android-cts
|
||||
# platform separator for readability
|
||||
|
||||
TARGET_DIR="$PREFIX/arm64/R"
|
||||
IN_ZIPFILE=android-cts-11_r9-linux_x86-arm.zip
|
||||
OUT_ZIPFILE=android-cts-arm64-11_r9.zip
|
||||
IN_ZIPFILE=android-cts-11_r11-linux_x86-arm.zip
|
||||
OUT_ZIPFILE=android-cts-arm64-11_r11.zip
|
||||
|
||||
mkdir -p "$TARGET_DIR"
|
||||
unzip "$IN_ZIPFILE" "android-cts/testcases/CtsWebkitTestCases.apk"
|
||||
@ -200,8 +200,8 @@ zip -rm "$TARGET_DIR/$OUT_ZIPFILE" android-cts
|
||||
# platform separator for readability
|
||||
|
||||
TARGET_DIR="$PREFIX/x86/R"
|
||||
IN_ZIPFILE=android-cts-11_r9-linux_x86-x86.zip
|
||||
OUT_ZIPFILE=android-cts-x86-11_r9.zip
|
||||
IN_ZIPFILE=android-cts-11_r11-linux_x86-x86.zip
|
||||
OUT_ZIPFILE=android-cts-x86-11_r11.zip
|
||||
|
||||
mkdir -p "$TARGET_DIR"
|
||||
unzip "$IN_ZIPFILE" "android-cts/testcases/CtsWebkitTestCases.apk"
|
||||
@ -220,8 +220,8 @@ zip -rm "$TARGET_DIR/$OUT_ZIPFILE" android-cts
|
||||
# platform separator for readability
|
||||
|
||||
TARGET_DIR="$PREFIX/arm64/S"
|
||||
IN_ZIPFILE=android-cts-12_r5-linux_x86-arm.zip
|
||||
OUT_ZIPFILE=android-cts-arm64-12_r5.zip
|
||||
IN_ZIPFILE=android-cts-12_r7-linux_x86-arm.zip
|
||||
OUT_ZIPFILE=android-cts-arm64-12_r7.zip
|
||||
|
||||
mkdir -p "$TARGET_DIR"
|
||||
unzip "$IN_ZIPFILE" "android-cts/testcases/CtsWebkitTestCases.apk"
|
||||
@ -240,8 +240,8 @@ zip -rm "$TARGET_DIR/$OUT_ZIPFILE" android-cts
|
||||
# platform separator for readability
|
||||
|
||||
TARGET_DIR="$PREFIX/x86/S"
|
||||
IN_ZIPFILE=android-cts-12_r5-linux_x86-x86.zip
|
||||
OUT_ZIPFILE=android-cts-x86-12_r5.zip
|
||||
IN_ZIPFILE=android-cts-12_r7-linux_x86-x86.zip
|
||||
OUT_ZIPFILE=android-cts-x86-12_r7.zip
|
||||
|
||||
mkdir -p "$TARGET_DIR"
|
||||
unzip "$IN_ZIPFILE" "android-cts/testcases/CtsWebkitTestCases.apk"
|
||||
@ -264,8 +264,8 @@ zip -rm "$TARGET_DIR/$OUT_ZIPFILE" android-cts
|
||||
# assumes they will be the same across archs for a given release.
|
||||
|
||||
TARGET_DIR="$PREFIX/arm64/T"
|
||||
IN_ZIPFILE=android-cts-13_r1-linux_x86-arm.zip
|
||||
OUT_ZIPFILE=android-cts-arm64-13_r1.zip
|
||||
IN_ZIPFILE=android-cts-13_r3-linux_x86-arm.zip
|
||||
OUT_ZIPFILE=android-cts-arm64-13_r3.zip
|
||||
UNZIP_DEST=android-cts/testcases
|
||||
|
||||
mkdir -p "$TARGET_DIR"
|
||||
@ -285,8 +285,8 @@ zip -rm "$TARGET_DIR/$OUT_ZIPFILE" android-cts
|
||||
# platform separator for readability
|
||||
|
||||
TARGET_DIR="$PREFIX/x86/T"
|
||||
IN_ZIPFILE=android-cts-13_r1-linux_x86-x86.zip
|
||||
OUT_ZIPFILE=android-cts-x86-13_r1.zip
|
||||
IN_ZIPFILE=android-cts-13_r3-linux_x86-x86.zip
|
||||
OUT_ZIPFILE=android-cts-x86-13_r3.zip
|
||||
|
||||
mkdir -p "$TARGET_DIR"
|
||||
mkdir -p "$UNZIP_DEST"
|
||||
|
Reference in New Issue
Block a user