mb: Fix expectations when a builder has 'errorprone' in its GN args.
We skip expectations for any builder with 'error' in its GN args. And many android builders set the 'use_errorprone_java_compiler' arg, so they all have their expectations skipped. The correct condition would be to test that all the GN args is wholly equal to 'error'. This fixes that. Now only 'chromium_presubmit' and 'ios-simulator' are skipped. Bug: 1117577 Change-Id: Ibcbfd966fe5918e234a99b010928345192daf057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472207Reviewed-by:Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#817523}
Showing
Please register or sign in to comment