• jbudorick's avatar
    [Android] Fix empty gtest test name parsing. · ef60bcc9
    jbudorick authored
    Last week, a CL landed that contained a gtest with an empty test name,
    e.g.
    
      TEST(FooTest, )
    
    This broke our gtest-list-tests parsing logic because it saw this:
    
      FooTest.
    
        testBar
    
    and incorrectly handled the line containing only spaces. This patch
    fixes the handling of that case.
    
    Review-Url: https://codereview.chromium.org/2582263003
    Cr-Commit-Position: refs/heads/master@{#439507}
    ef60bcc9
gtest_test_instance.py 15.2 KB