[wpt-sync] Sync PR 51865 - [ReferenceTarget] Split property reflection tests to avoid timeout flakiness
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 51865 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/51865
Details from upstream follow.
Daniel Clark <daniec@microsoft.com> wrote:
[ReferenceTarget] Split property reflection tests to avoid timeout flakiness
This test is flaky because it has a high number of subtests and is
bumping against the timeout threshold. Avoid this by splitting it into
two tests.Bug: 375337253
Change-Id: I9a79e0f05d4c1f8710535efa420f4cf4c6316022
Reviewed-on: https://chromium-review.googlesource.com/6433006
WPT-Export-Revision: 522a8e57022d724b0d560566d09839d836dd2e12
Assignee | ||
Updated•25 days ago
|
Assignee | ||
Updated•23 days ago
|
Assignee | ||
Updated•23 days ago
|
Assignee | ||
Comment 1•23 days ago
|
||
Assignee | ||
Comment 2•23 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 2296 subtests
Status Summary
Firefox
OK
: 2
PASS
: 4050
FAIL
: 31
Chrome
OK
: 2
PASS
: 4591
Safari
OK
: 2
PASS
: 4080
FAIL
: 31
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /shadow-dom/reference-target/tentative/property-reflection-imperative-setup.html [wpt.fyi]
- button.form has reflection behavior ReflectsHost when pointing to form with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - input.list has reflection behavior ReflectsHost when pointing to datalist with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - input.form has reflection behavior ReflectsHost when pointing to form with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - output.form has reflection behavior ReflectsHost when pointing to form with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - select.form has reflection behavior ReflectsHost when pointing to form with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - textarea.form has reflection behavior ReflectsHost when pointing to form with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - object.form has reflection behavior ReflectsHost when pointing to form with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to button with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to input with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to meter with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to output with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to progress with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to select with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to textarea with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
) - fieldset.form has reflection behavior ReflectsHost when pointing to form with reference target with imperative setup:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- button.form has reflection behavior ReflectsHost when pointing to form with reference target with imperative setup:
- /shadow-dom/reference-target/tentative/property-reflection.html [wpt.fyi]
- button.form has reflection behavior ReflectsHost when pointing to form with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - input.list has reflection behavior ReflectsHost when pointing to datalist with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - input.form has reflection behavior ReflectsHost when pointing to form with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - output.form has reflection behavior ReflectsHost when pointing to form with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - select.form has reflection behavior ReflectsHost when pointing to form with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - textarea.form has reflection behavior ReflectsHost when pointing to form with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - object.form has reflection behavior ReflectsHost when pointing to form with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to button with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to input with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to meter with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to output with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to progress with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to select with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - label.control has reflection behavior ReflectsHost when pointing to textarea with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - fieldset.form has reflection behavior ReflectsHost when pointing to form with reference target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - The .labels property of the referenced input element should point to the referencing label element:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- button.form has reflection behavior ReflectsHost when pointing to form with reference target:
Comment 4•21 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3ddea335f39a
https://hg.mozilla.org/mozilla-central/rev/72d17087899c
Description
•