-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note that this is different from build_broken. Use build_broken to indicate a bug and use is_negative_test to indicate a test that should fail if things are working. Also note that check_broken and is_negative_test can be layered. If a build is expected to fail, but doesn't for armeabi, the test_config could contain: def is_negative_test(): return True def build_broken(abi, api, toolchain): if abi == 'armeabi': return abi, bug_url return None, None Test: Added a test that uses this in the next patch. Bug: None Change-Id: Ib12e974db9bc58d9e28ec97646cfb81c208cc4cd
- Loading branch information
Showing
1 changed file
with
64 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters