summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-13 04:29:25 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-13 04:29:25 +0000
commit6e285c120cb06e9ac049877ac7920fb0310078fe (patch)
tree2c680a4dffdc2e5edd165d5e30a27eb213894656
parentcd56dff09800161fbdbf690995babdf861770c5b (diff)
downloadchromium_src-6e285c120cb06e9ac049877ac7920fb0310078fe.zip
chromium_src-6e285c120cb06e9ac049877ac7920fb0310078fe.tar.gz
chromium_src-6e285c120cb06e9ac049877ac7920fb0310078fe.tar.bz2
Revert 109822 - Reenable the out-of-process PPAPI Instance (ui) test.
[Nope, definitely flaky. Timed out on Linux.] 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 TBR=viettrungluu@chromium.org,dmichael@chromium.org Review URL: http://codereview.chromium.org/8548004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109824 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/ui/ppapi_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 2198cf3..054285b 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -165,7 +165,8 @@ TEST_PPAPI_IN_PROCESS(CursorControl)
TEST_PPAPI_OUT_OF_PROCESS(CursorControl)
TEST_PPAPI_IN_PROCESS(Instance)
-TEST_PPAPI_OUT_OF_PROCESS(Instance)
+// http://crbug.com/91729
+TEST_PPAPI_OUT_OF_PROCESS(DISABLED_Instance)
TEST_PPAPI_IN_PROCESS(Graphics2D)
TEST_PPAPI_OUT_OF_PROCESS(Graphics2D)