Skip to content

Remove the early return, as this doesn't let evaluate the below assertions in the test.#58243

Merged
noamr merged 1 commit intoweb-platform-tests:masterfrom
shubhamg13:fix_fp_iframe
Mar 16, 2026
Merged

Remove the early return, as this doesn't let evaluate the below assertions in the test.#58243
noamr merged 1 commit intoweb-platform-tests:masterfrom
shubhamg13:fix_fp_iframe

Conversation

@shubhamg13
Copy link
Copy Markdown
Contributor

Below code is unreached because of this early return.

@wpt-pr-bot wpt-pr-bot requested a review from noamr March 4, 2026 05:53
@shubhamg13 shubhamg13 changed the title Remove the early return, as this doesn't let evaluate the assertions in the test. Remove the early return, as this doesn't let evaluate the below assertions in the test. Mar 4, 2026
@shubhamg13 shubhamg13 force-pushed the fix_fp_iframe branch 2 times, most recently from dc2095a to 5fc8f39 Compare March 4, 2026 08:34
@noamr
Copy link
Copy Markdown
Contributor

noamr commented Mar 4, 2026

What is the change to 30 for?

@shubhamg13
Copy link
Copy Markdown
Contributor Author

shubhamg13 commented Mar 4, 2026

What is the change to 30 for?

I tested with 20. It is acting flaky.
Earlier it was not even being run. So, never caught flakiness behaviour.

With 30 it is fine. So, 30. Any thoughts...

@shubhamg13
Copy link
Copy Markdown
Contributor Author

Please merge. Thanks

@noamr
Copy link
Copy Markdown
Contributor

noamr commented Mar 4, 2026

Please merge. Thanks

Seems flaky on chromium bots.

@shubhamg13
Copy link
Copy Markdown
Contributor Author

shubhamg13 commented Mar 4, 2026

Please merge. Thanks

Seems flaky on chromium bots.

The one failing, is not related with this one.

@noamr noamr closed this Mar 4, 2026
@noamr noamr reopened this Mar 4, 2026
@shubhamg13 shubhamg13 closed this Mar 4, 2026
@shubhamg13 shubhamg13 reopened this Mar 4, 2026
@shubhamg13 shubhamg13 requested a review from a team as a code owner March 6, 2026 09:56
@shubhamg13
Copy link
Copy Markdown
Contributor Author

Can this be merged…

P.S: It mistakenly added lot of reviewers

@shubhamg13
Copy link
Copy Markdown
Contributor Author

cc: @xiaochengh

@noamr
Copy link
Copy Markdown
Contributor

noamr commented Mar 12, 2026

I think this change causes actual flakiness

@shubhamg13
Copy link
Copy Markdown
Contributor Author

shubhamg13 commented Mar 12, 2026

I think this change causes actual flakiness

The flaky one is not related with the changes in this.

@shubhamg13
Copy link
Copy Markdown
Contributor Author

Thanks a lot. Really appreciate that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment