-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom elements can miss the upgrade when it is defined in an import in a frame (flaky tests since M35 roll) #18931
Comments
pkg/third_party/angular_tests/browser_test/core_dom/shadow_root_options |
co19/LayoutTests/fast/dom/MutationObserver/database-callback-delivery_t01 Fixed in r36591 |
fyi -- every polymer test is marked flaky so it's hiding real failures :| |
Thanks, John! Are there any remaining regressions on polymer tests? |
ugh. the failures don't happen locally but happen on the buildbot :( |
Been a while since I tried this, but I was able to reproduce these locally at one point, but only by running the full test suite. Running any individual test would never result in a failure for me. |
cc @ricowind. |
A large number of these all pass locally, so they may be passing with chrome 37. Enabling many of them, and running on ContentShellOnAndroid as well. |
You can try to simulate by using -j4 or even -j1, but that is not a guarantee that it will reproduce. |
Yes, the flaky failures continue to happen on the buildbot, even after rolling to chrome 37. I will put the flaky tests back in the status file. Here is a list of which tests failed on which platforms, in a single run at revision 38829: win-inc FAILED: none-dartium release_ia32 pkg/polymer/test/attr_deserialize_test mac-inc linux-inc mac-checked linux-checked windows-checked |
cc @jmesserly. |
We actually investigated this for a while. Leaf was able to reproduce locally if you run all of the html tests in dartium locally (that's enough load sometimes to trigger a flake), and with Pete they narrowed down a bit what was the source of the problem. Later on Vijay discovered that this issue is highlighted by the fact that we run tests within an iframe, and they came up with a way to reliably reproduce the failure using 2 iframes. This is now being tracked as a chromium bug here: |
Changed the title to: "Custom elements can miss the upgrade when it is defined in an import in a frame (flaky tests since M35 roll)". |
FYI - the chromium bug was just marked as fixed, so we might see some of these flakes get fixed whenever that rolls into Dartium |
This bug is to track the failing tests in the M35 roll.
The following tests are failing in M35 and have been disabled. Todo: fix them.
pkg/third_party/angular_tests/browser_test/core_dom/shadow_root_options
The text was updated successfully, but these errors were encountered: