diff options
-rw-r--r-- | sandbox/win/src/process_policy_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox/win/src/process_policy_test.cc b/sandbox/win/src/process_policy_test.cc index 9fa5cb9..313cee6 100644 --- a/sandbox/win/src/process_policy_test.cc +++ b/sandbox/win/src/process_policy_test.cc @@ -317,6 +317,7 @@ TEST(ProcessPolicyTest, CreateProcessAW) { EXPECT_EQ(SBOX_TEST_SUCCEEDED, runner.RunTest(L"Process_RunApp6 findstr.exe")); +#if !defined(_WIN64) if (base::win::OSInfo::GetInstance()->version() >= base::win::VERSION_VISTA) { // WinXP results are not reliable. EXPECT_EQ(SBOX_TEST_SECOND_ERROR, @@ -324,6 +325,7 @@ TEST(ProcessPolicyTest, CreateProcessAW) { EXPECT_EQ(SBOX_TEST_SECOND_ERROR, runner.RunTest(L"Process_RunApp4 findstr.exe")); } +#endif } TEST(ProcessPolicyTest, OpenToken) { |