New issue
Advanced search Search tips

Issue 665809 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

blink_heap_unittests flaky on Android Tests bot.

Project Member Reported by gsennton@chromium.org, Nov 16 2016

Issue description

HeapTest.HashMapOfMembers seems to be failing a lot (even though in most builds it ends up passing after being run a second time).

Failures from build #34735
https://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/34735


HeapTest.HashMapOfMembers (run #1):
[ RUN      ] HeapTest.HashMapOfMembers
../../third_party/WebKit/Source/platform/heap/HeapTest.cpp:2205: Failure
Value of: 2000
Expected: IntWrapper::s_destructorCalls
Which is: 2002
[  FAILED  ] HeapTest.HashMapOfMembers (1 ms)
HeapTest.HashMapOfMembers (run #2):
[ RUN      ] HeapTest.HashMapOfMembers
../../third_party/WebKit/Source/platform/heap/HeapTest.cpp:2140: Failure
Value of: afterSetWasCreated
  Actual: 20
Expected: afterGC
Which is: 40
../../third_party/WebKit/Source/platform/heap/HeapTest.cpp:2207: Failure
Value of: initialObjectPayloadSize
  Actual: 0
Expected: afterGC4
Which is: 20
[  FAILED  ] HeapTest.HashMapOfMembers (2 ms)
HeapTest.HashMapOfMembers (run #3):
[ RUN      ] HeapTest.HashMapOfMembers
../../third_party/WebKit/Source/platform/heap/HeapTest.cpp:2140: Failure
Value of: afterSetWasCreated
  Actual: 20
Expected: afterGC
Which is: 40
../../third_party/WebKit/Source/platform/heap/HeapTest.cpp:2207: Failure
Value of: initialObjectPayloadSize
  Actual: 0
Expected: afterGC4
Which is: 20
[  FAILED  ] HeapTest.HashMapOfMembers (3 ms)



I see the following error in builds #34730 and #34731:

I   31.579s run_tests_on_device(06ae48fe003b6c18)  [ RUN      ] HeapTest.HashMapOfMembers
I   31.579s run_tests_on_device(06ae48fe003b6c18)  ../../third_party/WebKit/Source/platform/heap/HeapTest.cpp:2205: Failure
I   31.579s run_tests_on_device(06ae48fe003b6c18)  Value of: 2000
I   31.579s run_tests_on_device(06ae48fe003b6c18)  Expected: IntWrapper::s_destructorCalls
I   31.579s run_tests_on_device(06ae48fe003b6c18)  Which is: 2002

and then the test passes after being run a second time.

erik.corry@ could you ptal?
 
Cc: -ager@chromium.org
Components: Blink>MemoryAllocator>GarbageCollection
Owner: keishi@chromium.org
Status: Assigned (was: Untriaged)

Sign in to add a comment