diff options
author | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-19 01:34:17 +0000 |
---|---|---|
committer | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-19 01:34:17 +0000 |
commit | 0844615584c64925c47141d519942655b04b52eb (patch) | |
tree | 839a3b5fe3e27d50db9c8b928492ecbc4fe6b6b8 /chrome/test/data | |
parent | 2ccaf298688c18fafd031d3e8419ca407f29c8ac (diff) | |
download | chromium_src-0844615584c64925c47141d519942655b04b52eb.zip chromium_src-0844615584c64925c47141d519942655b04b52eb.tar.gz chromium_src-0844615584c64925c47141d519942655b04b52eb.tar.bz2 |
Add a filter for ui_tests that don't (yet) work under Purify.
Review URL: http://codereview.chromium.org/14879
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7285 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
-rw-r--r-- | chrome/test/data/purify/ui_tests.gtest.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/test/data/purify/ui_tests.gtest.txt b/chrome/test/data/purify/ui_tests.gtest.txt new file mode 100644 index 0000000..34aa2ee --- /dev/null +++ b/chrome/test/data/purify/ui_tests.gtest.txt @@ -0,0 +1,9 @@ +# Fails in cache_uitest.cc:69. Increasing the timeouts doesn't seem to help. +CacheTest.Private +CacheTest.Public + +# These tests seem to stall out and not complete. Adjusting various timeouts +# didn't seem to help, but more investigation is needed. +UnloadTest.BrowserCloseBeforeUnloadOK +UnloadTest.BrowserCloseBeforeUnloadCancel + |