Closed Bug 1645101 Opened 4 years ago Closed 4 years ago

Reduce "fission or not fission" wpt expectations

Categories

(Core :: DOM: Navigation, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla79
Fission Milestone M6b
Tracking Status
firefox79 --- fixed

People

(Reporter: u608768, Assigned: u608768)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

A search like https://searchfox.org/mozilla-central/search?q=%28if%7Cand%29+fission&path=web-platform%2F**%2F*.ini&case=false&regexp=true currently shows 284 results, but a large number of these have the same expectation for both "fission" and "not fission", so that 284 number is misleading.

For example, writing-mode-vertical-rl-001.xht.ini:

[writing-mode-vertical-rl-001.xht]
  expected:
    if (os == "win") and (processor == "x86") and not debug and fission: ["PASS", "FAIL"]
    if (os == "win") and (processor == "x86") and not debug and not fission: ["PASS", "FAIL"]
...

can be reduced to

[writing-mode-vertical-rl-001.xht]
  expected:
    if (os == "win") and (processor == "x86") and not debug: ["PASS", "FAIL"]
...

It doesn't make sense to block fission on wpts that are also broken without fission, so this will give us a more accurate count of fission-specific failures/intermittents.

Fission Milestone: --- → M6b
Priority: -- → P3
Summary: Reduce "fission" and "not fission" wpt expectations → Reduce "fission or not fission" wpt expectations

It didn't make sense that many of these failures/intermittents were specific
to fission, so this should clear things up a little.

This also changed some unrelated "p or not p" expectations.

Attachment #9155970 - Attachment description: Bug 1645101 - Reduce "fission or not fission" expectations, r?jgraham → Bug 1645101 - Combine "fission or not fission" expectations, r?jgraham
Attachment #9155970 - Attachment description: Bug 1645101 - Combine "fission or not fission" expectations, r?jgraham → Bug 1645101 - Combine "fission or not fission" expectations in test manifests, r?jgraham
Pushed by kmadan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/eb58e4a0220a Combine "fission or not fission" expectations in test manifests, r=jgraham
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: