diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-14 22:44:15 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-14 22:44:15 +0000 |
commit | 7d010157d9454acaa775c869f8a4d590c60acbdf (patch) | |
tree | 64af7b66fa45da5cad166acd4c557a550639006b /tools | |
parent | e400de02d5de04725a1666acb35a12582e0e3667 (diff) | |
download | chromium_src-7d010157d9454acaa775c869f8a4d590c60acbdf.zip chromium_src-7d010157d9454acaa775c869f8a4d590c60acbdf.tar.gz chromium_src-7d010157d9454acaa775c869f8a4d590c60acbdf.tar.bz2 |
Valgrind/Heapchcker: Disable AppNotificationManagerSyncTest as well
TBR=oshima
BUG=149712
Review URL: https://codereview.chromium.org/10911322
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/unit_tests.gtest-heapcheck.txt | 1 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/heapcheck/unit_tests.gtest-heapcheck.txt b/tools/heapcheck/unit_tests.gtest-heapcheck.txt index a000de0..063ead3 100644 --- a/tools/heapcheck/unit_tests.gtest-heapcheck.txt +++ b/tools/heapcheck/unit_tests.gtest-heapcheck.txt @@ -37,6 +37,7 @@ HistoryQuickProviderTest.* # Timing out all over the place. Disabling for now. http://crbug.com/149712 AppNotificationManagerTest.* +AppNotificationManagerSyncTest.* # Timing out all over the place. Disabling for now. http://crbug.com/149715 ExtensionWebRequestTest.* diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt index 6ae7cd9..441228a 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt @@ -26,5 +26,6 @@ ProcessWatcherTest.ImmediateTermination # Timing out all over the place. Disabling for now. http://crbug.com/149712 AppNotificationManagerTest.* +AppNotificationManagerSyncTest.* # Timing out all over the place. Disabling for now. http://crbug.com/149715 ExtensionWebRequestTest.* |