| Index: chrome/test/chromedriver/test_expectations
|
| diff --git a/chrome/test/chromedriver/test_expectations b/chrome/test/chromedriver/test_expectations
|
| index dc58f2f614c779c086910347ca2d543f08b73722..1a81bc398bc352281d7fbb3aebb3c0645f928bb5 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',
|
| @@ -107,6 +108,8 @@ _OS_NEGATIVE_FILTER = {}
|
| _OS_NEGATIVE_FILTER['win'] = [
|
| # https://code.google.com/p/chromedriver/issues/detail?id=282
|
| 'PageLoadingTest.testShouldNotHangIfDocumentOpenCallIsNeverFollowedByDocumentCloseCall',
|
| + # https://code.google.com/p/chromedriver/issues/detail?id=303
|
| + 'CombinedInputActionsTest.testChordControlCutAndPaste',
|
| ]
|
| _OS_NEGATIVE_FILTER['linux'] = [
|
| # https://code.google.com/p/chromedriver/issues/detail?id=284
|
|
|