diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 00:01:38 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 00:01:38 +0000 |
commit | 4324e61da53e9cf22c819b90f3478cbf20bf52b5 (patch) | |
tree | 532c04ec1c6a7b890dcdae509ffea1e93a6b20d8 /tools/valgrind/tsan | |
parent | 9052ccad29e11d91d7a6c9850ac128dda5e75c5e (diff) | |
download | chromium_src-4324e61da53e9cf22c819b90f3478cbf20bf52b5.zip chromium_src-4324e61da53e9cf22c819b90f3478cbf20bf52b5.tar.gz chromium_src-4324e61da53e9cf22c819b90f3478cbf20bf52b5.tar.bz2 |
Renderer reading side of gamepad
The is the glue code that reads from the shared memory buffer on the renderer
side. The writer is a background thread the browser. The data here is returned
back up into WebKit code via the Chromium port.
The writer on the browser side was in this patch:
http://codereview.chromium.org/8568029/
And the rest of the related gamepad changes are here:
http://codereview.chromium.org/8345027/
BUG=79050
Review URL: http://codereview.chromium.org/8689011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/tsan')
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index 831b51b..6dd5e27 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -392,13 +392,6 @@ fun:base::StatisticsRecorder::FindHistogram fun:base::*Histogram::FactoryGet } -{ - bug_79050 Test to detect read contention & benign race - ThreadSanitizer:Race - ... - fun:::MockDataFetcher::GetGamepadData - fun:gamepad::Provider::DoPoll -} # 3. Suppressions for real chromium bugs that are not yet fixed. ############################ |