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

Unified Diff: tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt

Issue 8889006: Fix a typo in the excluded test name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt
===================================================================
--- tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt (revision 113580)
+++ tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt (working copy)
@@ -6,7 +6,7 @@
TimeTicks.HighResNow
TimerTest.RepeatingTimer*
-# This Windows-native sampling profiler test does not
-# work under valgrind because it assumes the original
-# code runs, not the modified version under valgrind.
-SamplingProfileTest.Sample
+# This Windows-native sampling profiler test does not work under our tools
+# because it assumes the original code runs, not the modified version
+# with instrumentation. See http://crbug.com/106829
+SamplingProfilerTest.Sample
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698