New issue
Advanced search Search tips

Issue 771099 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug-Regression



Sign in to add a comment

CrExtensionsItemListTest.NoItems and CrExtensionsItemListTest.Filtering flaky on Mac10.9 Tests (dbg)

Project Member Reported by kjellander@chromium.org, Oct 3 2017

Issue description

The CrExtensionsItemListTest.NoItems and CrExtensionsItemListTest.Filtering test cases of browser_tests are flaky on Mac10.9 Tests (dbg)

It appears it started with this build
https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests%20%28dbg%29/builds/45659
but I cannot find the culprit. It also has passed since, but most of the time there's a failure on one of the tests. 

Example failure log:
11291:771:1002/220611.686671:INFO:CONSOLE(1220)] "Running TestCase CrExtensionsItemListTest.Filtering", source: test_api.js (1220)
[11291:771:1002/220612.443400:ERROR:CONSOLE(55)] "Uncaught TypeError: Cannot read property 'observe' of null", source: chrome://resources/cr_elements/cr_container_shadow_behavior.js (55)
[11291:771:1002/220612.458069:ERROR:web_ui_browser_test.cc(467)] CONDITION FAILURE: encountered javascript console error(s):
[11291:771:1002/220612.458114:ERROR:web_ui_browser_test.cc(469)] JS ERROR: '[11291:771:1002/220612.443400:ERROR:CONSOLE(55)] "Uncaught TypeError: Cannot read property 'observe' of null", source: chrome://resources/cr_elements/cr_container_shadow_behavior.js (55)
'
[11291:771:1002/220612.458137:ERROR:web_ui_browser_test.cc(471)] JS call assumed failed, because JS console error(s) found.
gen/chrome/test/data/webui/extensions/cr_extensions_browsertest-gen.cc:638: Failure
Value of: RunJavascriptTestF( true, "CrExtensionsItemListTest", "Filtering")
  Actual: false
Expected: true

 
Project Member

Comment 1 by bugdroid1@chromium.org, Oct 3 2017

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

commit 5d02930b611190abfed102ce1ad01791c0d1cdad
Author: Henrik Kjellander <kjellander@chromium.org>
Date: Tue Oct 03 13:13:55 2017

Disable CrExtensionsItemListTest.{Filtering,NoItems} tests for Mac

They've been flaky on Mac10.9 Tests (dbg) recently. See bug for more info.

BUG=771099
TBR=scottchen@chromium.org

Change-Id: Ic9ee23a6a29a668a2944134bcbe4a1e2db20129d
Reviewed-on: https://chromium-review.googlesource.com/697364
Reviewed-by: Henrik Kjellander <kjellander@chromium.org>
Commit-Queue: Henrik Kjellander <kjellander@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506016}
[modify] https://crrev.com/5d02930b611190abfed102ce1ad01791c0d1cdad/chrome/test/data/webui/extensions/cr_extensions_browsertest.js

Owner: dpa...@chromium.org
dpapad@ I think you added something to stop running these tests on Mac?

Comment 3 by dpa...@chromium.org, Nov 17 2017

I don't recall having done this.

Sign in to add a comment