Commit 44a1bdcb authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable ThirdPartyTest.Base on Win

TBR=wjmaclean@chromium.org
NOTRY=true

Bug: 874556
Change-Id: I3118312936415efcdbf4c5054f96d8a7a04b236c
Reviewed-on: https://chromium-review.googlesource.com/1176341Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583371}
parent 1f43ac6b
......@@ -251,8 +251,13 @@ class ThirdPartyTest : public testing::Test {
// configurations.
//------------------------------------------------------------------------------
#if defined(OS_WIN)
#define MAYBE_Base DISABLED_Base
#else
#define MAYBE_Base Base
#endif
// Note: The test module used in this unittest has no export table.
TEST_F(ThirdPartyTest, Base) {
TEST_F(ThirdPartyTest, MAYBE_Base) {
// 1. Spawn the test process with NO blacklist. Expect successful
// initialization.
base::CommandLine cmd_line1 = base::CommandLine::FromString(kTestExeFilename);
......
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