diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 01:44:44 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 01:44:44 +0000 |
commit | 56c91f06705c80cf29fa04743aaba6ab364f4005 (patch) | |
tree | ce4f07b140092986e37f9daf059cbf29c8a79d05 /chrome/test/plugin | |
parent | 71a050a42cdb55b0a9b685b096297b97918312d2 (diff) | |
download | chromium_src-56c91f06705c80cf29fa04743aaba6ab364f4005.zip chromium_src-56c91f06705c80cf29fa04743aaba6ab364f4005.tar.gz chromium_src-56c91f06705c80cf29fa04743aaba6ab364f4005.tar.bz2 |
Rollback 11498
It may be nicer to just have teh java test failing than all the tests.
Perhaps teh memory ordering is causing this... as the new (large set of)
failing test run before the disabled java test.
tbr=brettw
Review URL: http://codereview.chromium.org/43117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11506 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/plugin')
-rw-r--r-- | chrome/test/plugin/plugin_test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp index 54d9b17..07e764a 100644 --- a/chrome/test/plugin/plugin_test.cpp +++ b/chrome/test/plugin/plugin_test.cpp @@ -160,8 +160,7 @@ TEST_F(PluginTest, FlashSecurity) { TestPlugin(L"flash.html", kShortWaitTimeout); } -// http://crbug.com/8690 -TEST_F(PluginTest, DISABLED_Java) { +TEST_F(PluginTest, Java) { TestPlugin(L"Java.html", kShortWaitTimeout); } |