diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 18:07:14 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 18:07:14 +0000 |
commit | a8e36a98c17a8084c2c9bea63ae974cd3aa9266d (patch) | |
tree | b6547db738d6ce3eca57ec45666bb66619c7f867 /tools/valgrind | |
parent | 3b2ba5a70afe7cc45b4ddaef1e467736218a70d3 (diff) | |
download | chromium_src-a8e36a98c17a8084c2c9bea63ae974cd3aa9266d.zip chromium_src-a8e36a98c17a8084c2c9bea63ae974cd3aa9266d.tar.gz chromium_src-a8e36a98c17a8084c2c9bea63ae974cd3aa9266d.tar.bz2 |
Disable PPAPITest.WebSocket_TextSendReceive on mac valgrind.
This joins the other disabled PPAPITest.WebSocket* tests.
BUG=105551
TBR=toyoshim@chromium.org
Review URL: http://codereview.chromium.org/8727001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt index 4b2bbb4..e53a49d 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt @@ -346,3 +346,4 @@ PPAPITest.NetAddressPrivate_ReplacePort # http://crbug.com/105551 PPAPITest.WebSocket_InvalidConnect PPAPITest.WebSocket_ValidConnect +PPAPITest.WebSocket_TextSendReceive |