summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 01:41:35 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 01:41:35 +0000
commit19c0687451634d62b3054364f49218a4553ed926 (patch)
treef78e79251766c32bc992052951053afcf55489f8 /tools/valgrind
parent34478215f2ee519b45f8bfe9c63e1e71b5cf2c4c (diff)
downloadchromium_src-19c0687451634d62b3054364f49218a4553ed926.zip
chromium_src-19c0687451634d62b3054364f49218a4553ed926.tar.gz
chromium_src-19c0687451634d62b3054364f49218a4553ed926.tar.bz2
WorkerFileSystemTest tests fail under Mac Valgrind
Disables WorkerFileSystemTest.SyncOperations, WorkerFileSystemTest.FileWriterSyncWriteOverlapped, WorkerFileSystemTest.AsyncOperations on Valgrind Mac. BUG=79831 TEST=WorkerFileSystemTest.SyncOperations, WorkerFileSystemTest.FileWriterSyncWriteOverlapped, WorkerFileSystemTest.AsyncOperations TBR=adamk@chromium.org Review URL: http://codereview.chromium.org/6881034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82049 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt5
1 files changed, 5 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 bcdeb3d..be00dba 100644
--- a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt
+++ b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt
@@ -173,3 +173,8 @@ PPAPITest.Transport
# Fails, see http://crbug.com/79803
RepostFormWarningTest.TestLoginAfterRepost
+
+# Fails, see http://crbug.com/79831
+WorkerFileSystemTest.SyncOperations
+WorkerFileSystemTest.FileWriterSyncWriteOverlapped
+WorkerFileSystemTest.AsyncOperations