New issue
Advanced search Search tips

Issue 677185 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

FontResourceTest.CacheAwareFontLoading fails for the first time and passes on retry

Project Member Reported by hirosh...@chromium.org, Dec 27 2016

Issue description

On the Linux ASAN build, the unit test
FontResourceTest.CacheAwareFontLoading
fails on the first run where all tests are executed, and then passes on retry where only the test is executed.

$ ./out/Release/webkit_unit_tests
...
[ RUN      ] FontResourceTest.CacheAwareFontLoading
[93371:93371:1227/125430.343950:1035572831731:FATAL:weburl_loader_mock_factory_impl.cc(48)] Check failed: url_to_response_info_.find(url) == url_to_response_info_.end(). 
#0 0x0000005c8771 __interceptor_backtrace
#1 0x000007197173 base::debug::StackTrace::StackTrace()
#2 0x0000071d162a logging::LogMessage::~LogMessage()
#3 0x000007493652 blink::WebURLLoaderMockFactoryImpl::registerURL()
#4 0x000001d8bf79 blink::FontResourceTest_CacheAwareFontLoading_Test::TestBody()
#5 0x000007459d58 testing::Test::Run()
#6 0x00000745b795 testing::TestInfo::Run()
#7 0x00000745c9c7 testing::TestCase::Run()
#8 0x000007471247 testing::internal::UnitTestImpl::RunAllTests()
#9 0x000007470766 testing::UnitTest::Run()
#10 0x0000073bb5b1 base::TestSuite::Run()
#11 0x0000008a4bef (anonymous namespace)::runHelper()
#12 0x0000073be7bc base::(anonymous namespace)::LaunchUnitTestsInternal()
#13 0x0000073be3c7 base::LaunchUnitTests()
#14 0x0000008a4a4f main
#15 0x7f8bfc6a7f45 __libc_start_main
#16 0x00000057d031 <unknown>

[2133/4856] FontResourceTest.CacheAwareFontLoading (CRASHED)
...
Retrying 1 test (retry #1)
[4857/4857] FontResourceTest.CacheAwareFontLoading (3 ms)
SUCCESS: all tests passed.

Just a test/URLLoaderMock cleanup issue?

 
Cc: toyoshim@chromium.org
Owner: hirosh...@chromium.org
Status: Started (was: Untriaged)
Status: WontFix (was: Started)
Oh, already fixed :)
https://codereview.chromium.org/2592363002

Sign in to add a comment