| { | |
| "presubmit": [ | |
| { | |
| "name": "CtsBionicTestCases" | |
| }, | |
| { | |
| "name": "llvmlibc_stdlib_bsearch_test", | |
| "options": [ { "native-test-flag": "--gtest_color=no"} ] | |
| } | |
| ], | |
| "postsubmit": [ | |
| { | |
| "name": "llvmlibc_tests", | |
| "options": [ { "native-test-flag": "--gtest_color=no"} ] | |
| } | |
| ] | |
| } |