Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Side by Side Diff: tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt

Issue 11272036: Fixing threading issues in remoting::DesktopProcess. The UI thread is now owned by the caller of re… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # This test fails on an assertion, see http://crbug.com/57266 1 # This test fails on an assertion, see http://crbug.com/57266
2 EncoderVp8Test.TestEncoder 2 EncoderVp8Test.TestEncoder
3 DecoderVp8Test.EncodeAndDecode 3 DecoderVp8Test.EncodeAndDecode
4 4
5 # These test intentionally generate exceptions to verify if a dump is generated 5 # These test intentionally generate exceptions to verify if a dump is generated
6 # during the crash. 6 # during the crash.
7 BreakpadWinDeathTest.TestAccessViolation 7 BreakpadWinDeathTest.TestAccessViolation
8 BreakpadWinDeathTest.TestInvalidParameter 8 BreakpadWinDeathTest.TestInvalidParameter
9 BreakpadWinDeathTest.TestDebugbreak 9 BreakpadWinDeathTest.TestDebugbreak
10
11 # crbug.com/157886; This test fails under Dr. Memory.
12 DesktopProcessTest.ConnectNetworkChannel
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698