test_suite_name is incorrect for webkit_layout_tests |
||
Issue description
Currently, test_suite_name is calculated by:
test_name_parts = normalized_test_name.split('.')
if len(test_name_parts) == 2:
test_suite_name = test_name_parts[0]
It's not correct for webkit_layout_tests, for example, 'a/b/c/d.html' will be treated as a gtest, and the test_suite_name is 'a/b/c/d'
,
Sep 19
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Sep 19