Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@matanlurey
Copy link
Contributor

@matanlurey matanlurey commented Aug 21, 2023

@matanlurey matanlurey requested a review from zanderso August 21, 2023 22:47
tools/gn Outdated
if args.enable_unittests:
# Ensure that Android is *not* enabled for unit tests.
# https://github.com/flutter/flutter/issues/132611
if args.target_os == 'android':
Copy link
Member

Choose a reason for hiding this comment

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

IIRC, iOS will also not work.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! Updated.

@matanlurey matanlurey force-pushed the disallow-android-with-unittests branch from 58296f8 to 4324217 Compare August 22, 2023 01:07
@matanlurey matanlurey changed the title Disallow using ./tools/gn --enable-unittests --android Disallow using ./tools/gn --enable-unittests --android (or --ios) Aug 22, 2023
Copy link
Member

@zanderso zanderso left a comment

Choose a reason for hiding this comment

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

Thanks!

@matanlurey matanlurey merged commit 454e0e3 into flutter:main Aug 22, 2023
@matanlurey matanlurey deleted the disallow-android-with-unittests branch August 22, 2023 03:20
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 22, 2023
fluttermirroringbot pushed a commit to flutter/flutter that referenced this pull request Aug 22, 2023
flutter/engine@857840d...454e0e3

2023-08-22 matanlurey@users.noreply.github.com Disallow using ./tools/gn --enable-unittests --android (or --ios) (flutter/engine#44930)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jsimmons@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Engine] Cannot use "./tools/gn --android --enable-unittests"

2 participants