Index: chrome/test/chromedriver/test_expectations |
diff --git a/chrome/test/chromedriver/test_expectations b/chrome/test/chromedriver/test_expectations |
index dc58f2f614c779c086910347ca2d543f08b73722..bcbeee7ab637047e4de8ea70a137a29aa8345956 100644 |
--- a/chrome/test/chromedriver/test_expectations |
+++ b/chrome/test/chromedriver/test_expectations |
@@ -95,6 +95,7 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [ |
'WebElementTest.testElementReturnsOriginDriver', |
'WindowTest.*', |
] |
+_REVISION_NEGATIVE_FILTER['27'] = [] + _REVISION_NEGATIVE_FILTER['HEAD'] |
_REVISION_NEGATIVE_FILTER['26'] = [ |
'UploadTest.testFileUploading', |
'CorrectEventFiringTest.testUploadingFileShouldFireOnChangeEvent', |
@@ -216,7 +217,7 @@ def GetPassedJavaTestFilter(operating_system, chrome_version): |
Args: |
operating_system: The operating system, one of 'linux', 'mac', 'win', or |
'android'. |
- chrome_version: Chrome version to test against, e.g., 'HEAD' or '26'. |
+ chrome_version: Chrome version to test against, e.g., 'HEAD', '27', or '26'. |
kkania
2013/04/08 23:34:21
you don't need to include all the options here, si
chrisgao (Use stgao instead)
2013/04/08 23:52:54
Done.
|
Returns: |
Filter string, in Google Test (C++) format. |