New issue
Advanced search Search tips

Issue 782358 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 785705
Owner:
Closed: Nov 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

BlobDataHandleTest tests have inter-test dependencies

Project Member Reported by danakj@chromium.org, Nov 7 2017

Issue description

If you run blink_platform_unittests then the BlobDataHandleTests will fail. If you run them individually they pass.

[ RUN      ] BlobDataHandleTest.CreateFromSmallBytes
../../third_party/WebKit/Source/platform/blob/BlobDataTest.cpp:249: Failure
      Expected: 2u
      Which is: 2
To be equal to: mock_blob_registry_.registrations.size()
      Which is: 0
[  FAILED  ] BlobDataHandleTest.CreateFromSmallBytes (1 ms)
[1027/2238] BlobDataHandleTest.CreateFromSmallBytes (1 ms)
[ RUN      ] BlobDataHandleTest.CreateFromLargeBytes
../../third_party/WebKit/Source/platform/blob/BlobDataTest.cpp:249: Failure
      Expected: 2u
      Which is: 2
To be equal to: mock_blob_registry_.registrations.size()
      Which is: 0
[  FAILED  ] BlobDataHandleTest.CreateFromLargeBytes (3 ms)
[1028/2238] BlobDataHandleTest.CreateFromLargeBytes (3 ms)
[ RUN      ] BlobDataHandleTest.CreateFromMergedBytes
../../third_party/WebKit/Source/platform/blob/BlobDataTest.cpp:249: Failure
      Expected: 2u
      Which is: 2
To be equal to: mock_blob_registry_.registrations.size()
      Which is: 0
[  FAILED  ] BlobDataHandleTest.CreateFromMergedBytes (1 ms)

etc..
 
Status: Assigned (was: Untriaged)
Components: Tests>Flaky

Comment 3 by dmu...@chromium.org, Nov 16 2017

Mergedinto: 785705
Status: Duplicate (was: Assigned)

Sign in to add a comment