diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 12:09:35 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 12:09:35 +0000 |
commit | 25ffac714e7aab2e268fcc81a7357a36b2f656b2 (patch) | |
tree | ab4ba8ace4aa186c07873e15ed05174c7d2fdd5c | |
parent | 454873a43b57e95376816d5ea7b7bdad299529b2 (diff) | |
download | chromium_src-25ffac714e7aab2e268fcc81a7357a36b2f656b2.zip chromium_src-25ffac714e7aab2e268fcc81a7357a36b2f656b2.tar.gz chromium_src-25ffac714e7aab2e268fcc81a7357a36b2f656b2.tar.bz2 |
Reenable LayoutPluginTester.SelfDeletePluginGetUrl
It was flaky on linux (shlib), chances are it works with the components build, so give it a try
BUG=59327
TEST=none
Review URL: http://codereview.chromium.org/9417028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122496 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/ui/layout_plugin_uitest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/ui/layout_plugin_uitest.cc b/chrome/test/ui/layout_plugin_uitest.cc index d54ac24..1c17f6b 100644 --- a/chrome/test/ui/layout_plugin_uitest.cc +++ b/chrome/test/ui/layout_plugin_uitest.cc @@ -47,8 +47,7 @@ TEST_F(LayoutPluginTester, UnloadNoCrash) { // Tests if a plugin executing a self deleting script using NPN_GetURL // works without crashing or hanging -// Flaky: http://crbug.com/59327 -TEST_F(LayoutPluginTester, DISABLED_SelfDeletePluginGetUrl) { +TEST_F(LayoutPluginTester, SelfDeletePluginGetUrl) { const FilePath test_case(FILE_PATH_LITERAL("self_delete_plugin_geturl.html")); GURL url = ui_test_utils::GetTestUrl(FilePath(kTestDir), test_case); ASSERT_NO_FATAL_FAILURE(NavigateToURL(url)); |