-
Notifications
You must be signed in to change notification settings - Fork 121
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
base: pre-chrobalt
Are you sure you want to change the base?
Conversation
44aee2d
to
8d8de60
Compare
67b2a6e
to
476c94b
Compare
target_name != "nplb_evergreen_compat_tests" && | ||
target_name != "player_filter_benchmarks" && | ||
# TODO: This one looks fishy. | ||
target_name != "player_filter_tests" && |
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.
This is expected. Per @andrewsavage1 the test suite was disabled because it depends too much on the starboard implementation.
fdc6ec0
to
b0fec46
Compare
b0fec46
to
d9d046b
Compare
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" ] |
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 crashpad_handler target is not needed for unit test targets. Removing the dependency will save us some space.
613c45b
to
571d481
Compare
571d481
to
56d9439
Compare
Change-Id: Ib7730a0484d8ab2f6b362ebd08f0da9c4e9228d2
Change-Id: I9b7b40150ac5d063a7cf21a857d35cca05a193be
Change-Id: I905680b9c8baeea9c3947ea426002faffc51286f
Change-Id: I1fca6e24559e236fe5c15dbe57c70d1be73decae
Change-Id: Ice39ce6a78140c9a8583af67e6135b523af3de28
Change-Id: I5f12b98e9027991aece025fa3c8bae18883d505b
56d9439
to
f265f45
Compare
b/268244534
b/291130824