summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/valgrind
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-19 10:30:24 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-19 10:30:24 +0000
commit477093e0a08aa130d04762658003a98770b41243 (patch)
treedb69fb41db388f1778f32a0627a90764f140562a /chrome/test/data/valgrind
parentf5193a26a68ab23952aa632c4432c218b11a8029 (diff)
downloadchromium_src-477093e0a08aa130d04762658003a98770b41243.zip
chromium_src-477093e0a08aa130d04762658003a98770b41243.tar.gz
chromium_src-477093e0a08aa130d04762658003a98770b41243.tar.bz2
Don't run FakeAudioInputTest.BasicCallbacks under Valgrind as well.
Added description to the comment next to the exclude filter BUG=49497 Review URL: http://codereview.chromium.org/3012009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/valgrind')
-rw-r--r--chrome/test/data/valgrind/media_unittests.gtest-tsan_win32.txt2
-rw-r--r--chrome/test/data/valgrind/media_unittests.gtest.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/chrome/test/data/valgrind/media_unittests.gtest-tsan_win32.txt b/chrome/test/data/valgrind/media_unittests.gtest-tsan_win32.txt
index 0ea7c52..e69de29 100644
--- a/chrome/test/data/valgrind/media_unittests.gtest-tsan_win32.txt
+++ b/chrome/test/data/valgrind/media_unittests.gtest-tsan_win32.txt
@@ -1,2 +0,0 @@
-# See http://crbug.com/49497
-FakeAudioInputTest.BasicCallbacks
diff --git a/chrome/test/data/valgrind/media_unittests.gtest.txt b/chrome/test/data/valgrind/media_unittests.gtest.txt
new file mode 100644
index 0000000..7e22249
--- /dev/null
+++ b/chrome/test/data/valgrind/media_unittests.gtest.txt
@@ -0,0 +1,3 @@
+# This test tries to record fake audio in real-time.
+# This appears to be too sensitive to slowdown, see http://crbug.com/49497
+FakeAudioInputTest.BasicCallbacks