diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-23 00:34:18 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-23 00:34:18 +0000 |
commit | 52cc33399ea6d2b3bae5d21ed81282f016b1594d (patch) | |
tree | 641e26f96344aa6d92da1c3b2cc9a37d213886e4 | |
parent | 4a64f1788512deeb74275ba45a138e6e0af44d97 (diff) | |
download | chromium_src-52cc33399ea6d2b3bae5d21ed81282f016b1594d.zip chromium_src-52cc33399ea6d2b3bae5d21ed81282f016b1594d.tar.gz chromium_src-52cc33399ea6d2b3bae5d21ed81282f016b1594d.tar.bz2 |
Disable tests while I investigate
TBR=nsylvain
Review URL: http://codereview.chromium.org/4202
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2464 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/ui/npapi_uitest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/ui/npapi_uitest.cpp b/chrome/test/ui/npapi_uitest.cpp index b48d011..b36e130 100644 --- a/chrome/test/ui/npapi_uitest.cpp +++ b/chrome/test/ui/npapi_uitest.cpp @@ -227,7 +227,7 @@ TEST_F(NPAPITester, SelfDeletePluginInvoke) { // Tests if a plugin executing a self deleting script in the context of // a synchronous paint event works correctly -TEST_F(NPAPIVisiblePluginTester, SelfDeletePluginInvokeInSynchronousPaint) { +TEST_F(NPAPIVisiblePluginTester, DISABLED_SelfDeletePluginInvokeInSynchronousPaint) { if (!UITest::in_process_plugins() && !UITest::in_process_renderer()) { show_window_ = true; std::wstring test_case = L"execute_script_delete_in_paint.html"; @@ -248,7 +248,7 @@ TEST_F(NPAPIVisiblePluginTester, SelfDeletePluginInNewStream) { } // Tests if a plugin has a non zero window rect. -TEST_F(NPAPIVisiblePluginTester, VerifyPluginWindowRect) { +TEST_F(NPAPIVisiblePluginTester, DISABLED_VerifyPluginWindowRect) { show_window_ = true; std::wstring test_case = L"verify_plugin_window_rect.html"; GURL url = GetTestUrl(test_case); |