commit | 63312a63e03daa0f674d5bb4b32ea96b6156c982 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <marten.kongstad@sony.com> | Thu Jul 27 14:50:27 2017 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Fri Apr 29 07:07:18 2022 +0000 |
tree | 944b37c96ac8b5144a643601c8a40a6a587826b6 | |
parent | 4dcd3e0c4810f865a0f0003a3737fad33f250bec [diff] |
Bit: teach bit how to print number of @Ignored tests Teach bit about @Ignored tests (resultCode -3). If any ignored tests are found, bit will now print Ran 10 tests for Foo. 10 passed, 0 failed, 1 ignored However, if no ignored tests are found, bit will omit the "N ignored" part. Test: manual: bit CtsOpenGLTestCases:android.opengl.cts.CompressedTextureTest#testTextureATC, check output contains "0 passed, 0 failed, 1 ignored" Change-Id: Ifde68efc99cb98bcf4a7bd73c389a846055c5449