| Index: webkit/tools/layout_tests/layout_package/test_expectations.py
|
| ===================================================================
|
| --- webkit/tools/layout_tests/layout_package/test_expectations.py (revision 12821)
|
| +++ webkit/tools/layout_tests/layout_package/test_expectations.py (working copy)
|
| @@ -383,7 +383,7 @@
|
| return True
|
|
|
| # Check if we've already seen a more precise path.
|
| - return prev_base_path.startswith(test_list_path)
|
| + return prev_base_path.startswith(os.path.normpath(test_list_path))
|
|
|
| def _AddError(self, lineno, msg, path):
|
| self._errors.append('\nLine:%s %s\n%s' % (lineno, msg, path))
|
|
|