diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 17:20:23 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 17:20:23 +0000 |
commit | 83c77a4c71b6d338bcb27d2cc7e58ceb18f191d7 (patch) | |
tree | 9ff230b4c0d8d57ba1d5d18df05e64307b34b739 | |
parent | 3bacc9d290fd9e946e1243f41fa6e7b3ac949e57 (diff) | |
download | chromium_src-83c77a4c71b6d338bcb27d2cc7e58ceb18f191d7.zip chromium_src-83c77a4c71b6d338bcb27d2cc7e58ceb18f191d7.tar.gz chromium_src-83c77a4c71b6d338bcb27d2cc7e58ceb18f191d7.tar.bz2 |
base_unittests.exe is still timing out in the test
SignatureVerifierTest.BasicTest on the Purify bot,
so we still need to disable this test.
R=erikkay
BUG=10031
Review URL: http://codereview.chromium.org/67172
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13754 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | base/data/purify/base_unittests.exe.gtest.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/data/purify/base_unittests.exe.gtest.txt b/base/data/purify/base_unittests.exe.gtest.txt index 120916c..61599a2 100644 --- a/base/data/purify/base_unittests.exe.gtest.txt +++ b/base/data/purify/base_unittests.exe.gtest.txt @@ -25,3 +25,6 @@ ScopedTempDir.* # see issue 7477 ObserverListThreadSafeTest.CrossThreadObserver ObserverListThreadSafeTest.CrossThreadNotifications + +# see bug 10031 +SignatureVerifierTest.BasicTest |