Marking ExtensionFileUtil.CheckIllegalFilenamesOnlyReserved as DISABLED on Windows.

BUG=106381
TEST=NONE
TBR=willchan,acolwell,grt
Review URL: http://codereview.chromium.org/8919018

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114093 0039d316-1c4b-4281-b951-d872f2087c98
parent 100ff930
......@@ -126,6 +126,11 @@ TEST(ExtensionFileUtil, CheckIllegalFilenamesNoUnderscores) {
&error));
}
#if defined(OS_WIN)
// http://crbug.com/106381
#define CheckIllegalFilenamesOnlyReserved \
DISABLED_CheckIllegalFilenamesOnlyReserved
#endif
TEST(ExtensionFileUtil, CheckIllegalFilenamesOnlyReserved) {
ScopedTempDir temp;
ASSERT_TRUE(temp.CreateUniqueTempDir());
......
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