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

Add support for Android unittests #6137

Merged
merged 1 commit into from
Oct 9, 2019
Merged

Add support for Android unittests #6137

merged 1 commit into from
Oct 9, 2019

Conversation

bbondy
Copy link
Member

@bbondy bbondy commented Sep 23, 2019

Fix #6138
Sister PR: brave/brave-core#3514
Documentation added here: https://github.com/brave/brave-browser/wiki/Tests#android

Submitter Checklist:

Test Plan:

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions.

After-merge Checklist:

  • The associated issue milestone is set to the smallest version that the
    changes has landed on.
  • All relevant documentation has been updated.

@bbondy bbondy self-assigned this Sep 23, 2019
@bbondy bbondy force-pushed the android_unittests branch 2 times, most recently from 509a407 to 9c562d0 Compare September 23, 2019 20:00
lib/test.js Outdated
@@ -12,6 +12,11 @@ const test = (suite, buildConfig = config.defaultBuildConfig, options) => {
'--v=' + options.v,
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we need to delete the --v argument here, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep sorry I had re-added it to test and make sure I wasn't crazy. Fixed now.

@bbondy bbondy force-pushed the android_unittests branch 2 times, most recently from 20bbc56 to 39d36a2 Compare September 23, 2019 20:26
emerick
emerick previously approved these changes Sep 23, 2019
Copy link
Contributor

@emerick emerick left a comment

Choose a reason for hiding this comment

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

LGTM

@bbondy bbondy force-pushed the android_unittests branch 2 times, most recently from 3548fd1 to 22e0a87 Compare October 9, 2019 19:15
@bbondy bbondy force-pushed the android_unittests branch from 22e0a87 to 3d83499 Compare October 9, 2019 23:01
@bbondy bbondy merged commit 1b87817 into master Oct 9, 2019
@mihaiplesa mihaiplesa deleted the android_unittests branch February 10, 2020 13:37
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.

Add android support for unittests
2 participants