Commit b90ab636 authored by wfh@chromium.org's avatar wfh@chromium.org

Disable Wow64 tests. These appear to be causing issues on a Vista bot.

BUG=377917
TBR=cpu

Review URL: https://codereview.chromium.org/306543004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273001 0039d316-1c4b-4281-b951-d872f2087c98
parent 7cf8e5b4
...@@ -240,7 +240,8 @@ TEST_F(RegistryTest, RecursiveDelete) { ...@@ -240,7 +240,8 @@ TEST_F(RegistryTest, RecursiveDelete) {
// This test requires running as an Administrator as it tests redirected // This test requires running as an Administrator as it tests redirected
// registry writes to HKLM\Software // registry writes to HKLM\Software
// http://msdn.microsoft.com/en-us/library/windows/desktop/aa384253.aspx // http://msdn.microsoft.com/en-us/library/windows/desktop/aa384253.aspx
TEST_F(RegistryTest, Wow64RedirectedFromNative) { // TODO(wfh): flaky test on Vista. See http://crbug.com/377917
TEST_F(RegistryTest, DISABLED_Wow64RedirectedFromNative) {
if (!IsRedirectorPresent()) if (!IsRedirectorPresent())
return; return;
...@@ -276,7 +277,8 @@ TEST_F(RegistryTest, Wow64RedirectedFromNative) { ...@@ -276,7 +277,8 @@ TEST_F(RegistryTest, Wow64RedirectedFromNative) {
ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kRootKey)); ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kRootKey));
} }
TEST_F(RegistryTest, Wow64NativeFromRedirected) { // TODO(wfh): flaky test on Vista. See http://crbug.com/377917
TEST_F(RegistryTest, DISABLED_Wow64NativeFromRedirected) {
if (!IsRedirectorPresent()) if (!IsRedirectorPresent())
return; return;
RegKey key; RegKey key;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment