diff options
-rw-r--r-- | webkit/tools/layout_tests/layout_package/test_expectations.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/layout_package/test_expectations.py b/webkit/tools/layout_tests/layout_package/test_expectations.py index c28c0c8..80c0e7a 100644 --- a/webkit/tools/layout_tests/layout_package/test_expectations.py +++ b/webkit/tools/layout_tests/layout_package/test_expectations.py @@ -574,8 +574,8 @@ class TestExpectationsFile: if not expectations: continue - self._AddToAllExpectations(test_list_path, "".join(options), - "".join(expectations)) + self._AddToAllExpectations(test_list_path, " ".join(options).upper(), + " ".join(expectations).upper()) modifiers = set() if options and not self._HasValidModifiersForCurrentPlatform(options, |