You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gardening] SkipByDesign tests on Android that cannot work there
Tests that use subprocess calls to things not avilable on the Android
devices that the test runner uses will not work.
=> SkipByDesign those tests.
Make one test work on Android by filtering out `WARNING: linker` warnings
printed to `stderr` by the AOT runtime (probably `dlopen()` produces those
warnings)
TEST=Fixes tests on android (or SkipByDesign them where appropriate)
Change-Id: I6ebef72d12bfbff0106224b6ee4f23b912298439
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/438180
Commit-Queue: Martin Kustermann <[email protected]>
Reviewed-by: Slava Egorov <[email protected]>
Reviewed-by: Alexander Markov <[email protected]>
0 commit comments