New issue
Advanced search Search tips

Issue 876872 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Aug 23
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

"PrerenderBrowserTest.PrerenderIframeDelayLoadPlugin" is flaky

Project Member Reported by chromium...@appspot.gserviceaccount.com, Aug 22

Issue description

"PrerenderBrowserTest.PrerenderIframeDelayLoadPlugin" is flaky.

This issue was created automatically by the chromium-try-flakes app. Please find the right owner to fix the respective test/step and assign this issue to them. If the step/test is infrastructure-related, please add Infra-Troopers label and change issue status to Untriaged. When done, please remove the issue from Sheriff Bug Queue by removing the Sheriff-Chromium label.

We have detected 3 recent flakes. List of all flakes can be found at https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyPgsSBUZsYWtlIjNQcmVyZW5kZXJCcm93c2VyVGVzdC5QcmVyZW5kZXJJZnJhbWVEZWxheUxvYWRQbHVnaW4M.

Flaky tests should be disabled within 30 minutes unless culprit CL is found and reverted. Please see more details here: https://sites.google.com/a/chromium.org/dev/developers/tree-sheriffs/sheriffing-bug-queues#triaging-auto-filed-flakiness-bugs
 
Couldn't find the culprit...
The condition looks really complex. :(


// Checks that plugins in an iframe are not loaded while a page is
// being preloaded, but are loaded when the page is displayed.
#if defined(USE_AURA) && !defined(OS_WIN)
//  http://crbug.com/103496 
#define MAYBE_PrerenderIframeDelayLoadPlugin \
        DISABLED_PrerenderIframeDelayLoadPlugin
#elif defined(OS_MACOSX)
//  http://crbug.com/100514 
#define MAYBE_PrerenderIframeDelayLoadPlugin \
        DISABLED_PrerenderIframeDelayLoadPlugin
#elif defined(OS_WIN) && defined(ARCH_CPU_X86_64)
// TODO(jschuh): Failing plugin tests.  crbug.com/244653 
#define MAYBE_PrerenderIframeDelayLoadPlugin \
        DISABLED_PrerenderIframeDelayLoadPlugin
#else
#define MAYBE_PrerenderIframeDelayLoadPlugin PrerenderIframeDelayLoadPlugin
#endif
Status: Fixed (was: Untriaged)
Components: Internals>Preload
Adding prerender's label so prerender OWNERS (which are not me anymore; I'll go remove myself) are aware.

Sign in to add a comment