diff options
Diffstat (limited to 'tools/perf_expectations/tests')
-rwxr-xr-x | tools/perf_expectations/tests/perf_expectations_unittest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf_expectations/tests/perf_expectations_unittest.py b/tools/perf_expectations/tests/perf_expectations_unittest.py index 47c25d1..88b8251 100755 --- a/tools/perf_expectations/tests/perf_expectations_unittest.py +++ b/tools/perf_expectations/tests/perf_expectations_unittest.py @@ -121,6 +121,8 @@ class PerfExpectationsUnittest(unittest.TestCase): for key in perf_data: if key == 'load': continue + # tools/buildbot/scripts/master/log_parser.py should have a matching + # regular expression. if not re.match(r"^([\w\.-]+)/([\w\.-]+)/([\w\.-]+)/([\w\.-]+)$", key): bad_keys.append(key) if len(bad_keys) > 0: |