diff options
author | ygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 14:18:33 +0000 |
---|---|---|
committer | ygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 14:18:33 +0000 |
commit | d77b7af54adae4cf03d2ba6563e5f4df34200b43 (patch) | |
tree | a0c3a4c52004c2604274f21afa5e1f354ea08e13 /tools | |
parent | bbe4b2477dacc24a27dd0f3b1a19cacf560db6c5 (diff) | |
download | chromium_src-d77b7af54adae4cf03d2ba6563e5f4df34200b43.zip chromium_src-d77b7af54adae4cf03d2ba6563e5f4df34200b43.tar.gz chromium_src-d77b7af54adae4cf03d2ba6563e5f4df34200b43.tar.bz2 |
Disabled NaCl tests with disallowed socket API under Valgrind (the same situation as for the regular NaCl tests).
BUG=104517
TEST=none
Review URL: http://codereview.chromium.org/9017011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt index 0fac24d..5fc4d7d 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt @@ -107,7 +107,7 @@ OutOfProcessPPAPITest.CursorControl OutOfProcessPPAPITest.PostMessage* # NaCl ui_tests fail on buildbots http://crbug.com/104517 -PPAPINaClTest.* +PPAPINaClTest* # Flakily times out, http://crbug.com/92527 NamedInterfaceTest.BasicNamedInterface |