Skip to content
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

Enable on-device tests for evergreen AOSP #3247

Draft
wants to merge 6 commits into
base: pre-chrobalt
Choose a base branch
from

Conversation

oxve
Copy link
Contributor

@oxve oxve commented May 14, 2024

b/268244534
b/291130824

@briantting briantting self-requested a review May 14, 2024 22:18
@oxve oxve mentioned this pull request May 17, 2024
@oxve oxve changed the title Enable on-device tests Enable on-device tests for evergreen AOSP May 17, 2024
@oxve oxve marked this pull request as draft May 20, 2024 22:26
target_name != "nplb_evergreen_compat_tests" &&
target_name != "player_filter_benchmarks" &&
# TODO: This one looks fishy.
target_name != "player_filter_tests" &&
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is expected. Per @andrewsavage1 the test suite was disabled because it depends too much on the starboard implementation.

@oxve oxve force-pushed the evergreen-arm-builders branch 20 times, most recently from fdc6ec0 to b0fec46 Compare June 14, 2024 19:26
gradle_files_dir = "$root_out_dir/gradle/$installable_target_name"
# The gradle build expects libcrashpad_handler.so to be present in the out directory.
if (sb_is_evergreen_compatible) {
deps += [ "//starboard/loader_app:copy_crashpad_handler_named_as_so" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The crashpad_handler target is not needed for unit test targets. Removing the dependency will save us some space.

@oxve oxve force-pushed the evergreen-arm-builders branch 3 times, most recently from 613c45b to 571d481 Compare October 3, 2024 22:18
@oxve oxve changed the base branch from main to pre-chrobalt October 3, 2024 22:21
Change-Id: Ib7730a0484d8ab2f6b362ebd08f0da9c4e9228d2
Change-Id: I9b7b40150ac5d063a7cf21a857d35cca05a193be
Change-Id: I905680b9c8baeea9c3947ea426002faffc51286f
Change-Id: I1fca6e24559e236fe5c15dbe57c70d1be73decae
Change-Id: Ice39ce6a78140c9a8583af67e6135b523af3de28
Change-Id: I5f12b98e9027991aece025fa3c8bae18883d505b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants