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

starboard: Create starboard_unittest and fold in a few test targets #4831

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

yell0wd0g
Copy link
Contributor

@yell0wd0g yell0wd0g commented Feb 4, 2025

This CL creates a starboard_unittests and folds in a few ...test
targets that are currently built separately (and likely not run
very often). The original target(gtest_target_type, "bla") are
refactored into source_set("bla").

After this CL starboard_unittests runs 105 test cases, of which
only EzTimeTExplodeTest.PositivePacific fails.

Two files under //starboard/nplb/nplb_evergreen_compat_tests are
not unit tests because they rely on the starboard environment so
they are moved to nplb proper. One of the tests is unnecessary
(VerifyCrashHandlerExtension it's tested in ExtensionTest...),
and so it's removed (a note is left).

Bug: b/384819454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant