ViewportHistogramsTests fail on first run, pass on retry |
||||
Issue description./out/Debug/webkit_unit_tests --gtest_filter=*Viewport* ../../base/test/histogram_tester.cc:40: Failure Expected: (nullptr) != (histogram), actual: 8-byte object <00-00 00-00 00-00 00-00> vs NULL Histogram "Viewport.MetaTagType" does not exist. [ FAILED ] ViewportHistogramsTest.TypeNone (10 ms) These tests don't fail on their own so it's likely a test in this area is leaving state dirty between tests. This is a regression from https://chromium.googlesource.com/chromium/src/+/d7b7b69363c89ab6f5aa9f276337a3b1b9707c75
,
Dec 4 2017
,
Feb 27 2018
,
Mar 21 2018
This seems to no longer happen - I've tried: ./out/ChromeDebug/webkit_unit_tests --test-launcher-retry-limit=0 --gtest_filter="*Viewport*" As well as the full suite: ./out/ChromeDebug/webkit_unit_tests --test-launcher-retry-limit=0 And don't see this anymore so I'll close this bug. Let me know if I'm missing something in reproducing. |
||||
►
Sign in to add a comment |
||||
Comment 1 by w...@chromium.org
, Dec 4 2017Labels: -Pri-2 M-65 Pri-1