diff options
author | joshia@google.com <joshia@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-01 23:12:59 +0000 |
---|---|---|
committer | joshia@google.com <joshia@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-01 23:12:59 +0000 |
commit | 6a5af08bd8d71035a67920fd34edb639b5f2ac19 (patch) | |
tree | b830c46e051eb12e8d20e67423bac57d41fa758d /chrome_frame | |
parent | 8342c6beca58598458040aab7576cb44c8c3bce1 (diff) | |
download | chromium_src-6a5af08bd8d71035a67920fd34edb639b5f2ac19.zip chromium_src-6a5af08bd8d71035a67920fd34edb639b5f2ac19.tar.gz chromium_src-6a5af08bd8d71035a67920fd34edb639b5f2ac19.tar.bz2 |
Disable crashing DllRedirector test
BUG=78209
TBR=ananta
Review URL: http://codereview.chromium.org/6792003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80240 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/dll_redirector_loading_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/test/dll_redirector_loading_test.cc b/chrome_frame/test/dll_redirector_loading_test.cc index c9508b0..b7aa0ae 100644 --- a/chrome_frame/test/dll_redirector_loading_test.cc +++ b/chrome_frame/test/dll_redirector_loading_test.cc @@ -123,7 +123,8 @@ scoped_ptr<Version> DllRedirectorLoadingTest::original_version_; scoped_ptr<Version> DllRedirectorLoadingTest::new_version_; ScopedTempDir DllRedirectorLoadingTest::temp_dir_; -TEST_F(DllRedirectorLoadingTest, TestDllRedirection) { +// bug: http://crbug.com/78209 +TEST_F(DllRedirectorLoadingTest, DISABLED_TestDllRedirection) { struct TestData { FilePath first_dll; FilePath second_dll; |