diff options
author | yhirano@chromium.org <yhirano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-18 17:27:44 +0000 |
---|---|---|
committer | yhirano@chromium.org <yhirano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-18 17:27:44 +0000 |
commit | 4a37cd9ece7902d5b25b51cebe502cdd93a56bb9 (patch) | |
tree | 3926e8b40108f639421f0a4572df6cd659cbe668 | |
parent | 822b763cff8365bcfc1ea3f428a577676fd8d4da (diff) | |
download | chromium_src-4a37cd9ece7902d5b25b51cebe502cdd93a56bb9.zip chromium_src-4a37cd9ece7902d5b25b51cebe502cdd93a56bb9.tar.gz chromium_src-4a37cd9ece7902d5b25b51cebe502cdd93a56bb9.tar.bz2 |
Disable WebSocket_UtilityBufferedAmount browser test.
The test has passed accidentaly with the new implementation and now fails
with the bufferedAmount change.
The root causes of the failure is not the change and it takes some time to
fix. Hence this CL tentatively disables the test. It should be re-enabled
in the near future.
BUG=159563
R=tyoshino@chromium.org
Review URL: https://codereview.chromium.org/340733002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278112 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/ppapi/ppapi_browsertest.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc index d153b06..0f1346d 100644 --- a/chrome/test/ppapi/ppapi_browsertest.cc +++ b/chrome/test/ppapi/ppapi_browsertest.cc @@ -978,9 +978,10 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, Flash) { LIST_TEST(WebSocket_UtilityGetProtocol) \ LIST_TEST(WebSocket_UtilityTextSendReceive) \ LIST_TEST(WebSocket_UtilityBinarySendReceive) \ - LIST_TEST(WebSocket_UtilityBufferedAmount) \ ) - +// TODO(yhirano): List this test in SUBTESTS_2 once the close ordering +// is implemented correctly. +// LIST_TEST(WebSocket_UtilityBufferedAmount) IN_PROC_BROWSER_TEST_F(PPAPITest, WebSocket1) { RUN_WEBSOCKET_SUBTESTS_1; |