summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-13 03:44:22 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-13 03:44:22 +0000
commit3adab52539491a995d90a4cdfae50519e71b9d7f (patch)
tree8c389be97e2c4d3d19bd078cdd094721be1f29cd /chrome/test
parenta5ae7c6219ce83f19f3adabbada22e3f68104c44 (diff)
downloadchromium_src-3adab52539491a995d90a4cdfae50519e71b9d7f.zip
chromium_src-3adab52539491a995d90a4cdfae50519e71b9d7f.tar.gz
chromium_src-3adab52539491a995d90a4cdfae50519e71b9d7f.tar.bz2
Reenable the out-of-process PPAPI Instance (ui) test.
The bug is uninformative and I don't see how this out-of-process test can be any flakier than the other out-of-process tests (for the example failure in the bug). So let's try reenabling it. BUG=91729 TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/8530004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109822 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/ui/ppapi_uitest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 054285b..2198cf3 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -165,8 +165,7 @@ TEST_PPAPI_IN_PROCESS(CursorControl)
TEST_PPAPI_OUT_OF_PROCESS(CursorControl)
TEST_PPAPI_IN_PROCESS(Instance)
-// http://crbug.com/91729
-TEST_PPAPI_OUT_OF_PROCESS(DISABLED_Instance)
+TEST_PPAPI_OUT_OF_PROCESS(Instance)
TEST_PPAPI_IN_PROCESS(Graphics2D)
TEST_PPAPI_OUT_OF_PROCESS(Graphics2D)