diff options
author | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-27 19:36:25 +0000 |
---|---|---|
committer | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-27 19:36:25 +0000 |
commit | 6f5fd92e8dd5a303a26ef93252051d16f01f41a6 (patch) | |
tree | 2d2885dce0afd26d889c6d4d442843a6eb2ebf47 | |
parent | d0b3dca6e4f76fc90b94e45c8bafeb131acf09b3 (diff) | |
download | chromium_src-6f5fd92e8dd5a303a26ef93252051d16f01f41a6.zip chromium_src-6f5fd92e8dd5a303a26ef93252051d16f01f41a6.tar.gz chromium_src-6f5fd92e8dd5a303a26ef93252051d16f01f41a6.tar.bz2 |
Revert 208962 "Disable flaky test WebViewTest.Shim_TestDestroyOn..."
Wasn't the correct way to disable this test.
> Disable flaky test WebViewTest.Shim_TestDestroyOnEventListener.
>
> Note: If there's a better way to disable this type of test,
> please update the sheriff instructions to mention it:
>
> http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium/handling-a-failing-test
>
> BUG=255106
> TBR=fsamuel@chromium.org
>
> Review URL: https://codereview.chromium.org/18054005
TBR=asvitkine@chromium.org
Review URL: https://codereview.chromium.org/18080005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208970 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/data/extensions/platform_apps/web_view/shim/main.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/main.js b/chrome/test/data/extensions/platform_apps/web_view/shim/main.js index 83a3b74..1cd6e6b 100644 --- a/chrome/test/data/extensions/platform_apps/web_view/shim/main.js +++ b/chrome/test/data/extensions/platform_apps/web_view/shim/main.js @@ -502,9 +502,7 @@ embedder.test.testList = { 'testSize': testSize, 'testAPIMethodExistence': testAPIMethodExistence, 'testEventName': testEventName, - // WebViewTest.Shim_TestDestroyOnEventListener is flaky, so disable it. - // http://crbug.com/255106 - // 'testDestroyOnEventListener': testDestroyOnEventListener, + 'testDestroyOnEventListener': testDestroyOnEventListener, 'testCannotMutateEventName': testCannotMutateEventName, 'testPartitionRaisesException': testPartitionRaisesException, 'testExecuteScriptFail': testExecuteScriptFail, |