New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 868233 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

ThirdPartyTest.PathCaseSensitive is flaky on win7_chromium_rel_ng builder

Project Member Reported by tikuta@chromium.org, Jul 27

Issue description

https://ci.chromium.org/p/chromium/builders/luci.chromium.try/win7_chromium_rel_ng/48660

[ RUN      ] ThirdPartyTest.PathCaseSensitive
../../chrome_elf/third_party_dlls/main_unittest.cc(510): error: Expected equality of these values:
  drive.value().compare( MakePath(GetScopedTempDirValue(), kTestDllName1MixedCase))
    Which is: -1
  0
Stack trace:
Backtrace:
	StackTraceGetter::CurrentStackTrace [0x0014BB38+40]
	testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop [0x00154545+69]
	testing::internal::AssertHelper::operator= [0x00154190+48]
[  FAILED  ] ThirdPartyTest.PathCaseSensitive (78 ms)
[ RUN      ] ThirdPartyTest.PathCaseSensitive
../../chrome_elf/third_party_dlls/main_unittest.cc(510): error: Expected equality of these values:
  drive.value().compare( MakePath(GetScopedTempDirValue(), kTestDllName1MixedCase))
    Which is: -1
  0
Stack trace:
Backtrace:
	StackTraceGetter::CurrentStackTrace [0x0014BB38+40]
	testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop [0x00154545+69]
	testing::internal::AssertHelper::operator= [0x00154190+48]
[  FAILED  ] ThirdPartyTest.PathCaseSensitive (78 ms)
[ RUN      ] ThirdPartyTest.PathCaseSensitive
../../chrome_elf/third_party_dlls/main_unittest.cc(510): error: Expected equality of these values:
  drive.value().compare( MakePath(GetScopedTempDirValue(), kTestDllName1MixedCase))
    Which is: -1
  0
Stack trace:
Backtrace:
	StackTraceGetter::CurrentStackTrace [0x0014BB38+40]
	testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop [0x00154545+69]
	testing::internal::AssertHelper::operator= [0x00154190+48]
[  FAILED  ] ThirdPartyTest.PathCaseSensitive (78 ms)
[ RUN      ] ThirdPartyTest.PathCaseSensitive
../../chrome_elf/third_party_dlls/main_unittest.cc(510): error: Expected equality of these values:
  drive.value().compare( MakePath(GetScopedTempDirValue(), kTestDllName1MixedCase))
    Which is: -1
  0
Stack trace:
Backtrace:
	StackTraceGetter::CurrentStackTrace [0x0014BB38+40]
	testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop [0x00154545+69]
	testing::internal::AssertHelper::operator= [0x00154190+48]
[  FAILED  ] ThirdPartyTest.PathCaseSensitive (94 ms)
 
Labels: OS-Windows
Project Member

Comment 3 by bugdroid1@chromium.org, Jul 27

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/7fbb6c196de27b6a14579479f30a53791e7634e8

commit 7fbb6c196de27b6a14579479f30a53791e7634e8
Author: Takuto Ikuta <tikuta@chromium.org>
Date: Fri Jul 27 08:27:22 2018

Disable flaky ThirdPartyTest.PathCaseSensitive test


TBR=pmonette@chromium.org, pennymac@chromium.org

Bug: 868233
Change-Id: I526e832c16daa533ce53d03be717d265a67576e9
Reviewed-on: https://chromium-review.googlesource.com/1152726
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578566}
[modify] https://crrev.com/7fbb6c196de27b6a14579479f30a53791e7634e8/chrome_elf/third_party_dlls/main_unittest.cc

Cc: -penny...@chromium.org
Owner: penny...@chromium.org
Status: Assigned (was: Untriaged)

Sign in to add a comment