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
Loading
Please register or sign in to comment