-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Move iOS content validation devicelab test into tool integration test #142272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d6b96c8 to
a3e30d8
Compare
a3e30d8 to
3fcbe21
Compare
| )); | ||
| // Resizes app icon to 123x456 (it is supposed to be 20x20). | ||
| appIconFile.writeAsBytesSync(appIconFile.readAsBytesSync() | ||
| ..buffer.asByteData().setInt32(16, 123) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see you practice the dark arts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That one was @hellohuanlin #115594
| ["devicelab", "hostonly", "mac", "arm64"] | ||
| task_name: ios_app_with_extensions_test | ||
|
|
||
| - name: Mac_x64_ios ios_content_validation_test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to test this on both arches?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, do tool integration tests run on an arbitrary arch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tool integration test ios_content_validation_test was already running in host_cross_arch.shard so it will run on both.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yeah!
vashworth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The archiving was running in devicelab because certs are needed to codesign (see #73577). However now the certs are available in chromium bots. Move the archiving test into the existing tool integration test, and delete the devicelab variant.
arm64:
https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8757886514651624673/+/u/run_test.dart_for_tool_host_cross_arch_tests_shard_and_subshard_None/test_stdout#L6074_4
x64:
https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8757886514651624689/+/u/run_test.dart_for_tool_host_cross_arch_tests_shard_and_subshard_None/test_stdout#L6389_2
Part of #142070
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.