Closed Bug 1461978 Opened 7 years ago Closed 7 years ago

remove old osx 10.6 references in manifest files

Categories

(Core :: DOM: Workers, enhancement, P3)

54 Branch
enhancement

Tracking

()

RESOLVED FIXED
mozilla62
Tracking Status
firefox62 --- fixed

People

(Reporter: jmaher, Assigned: apavel)

References

Details

(Whiteboard: [manifest_cleanup])

Attachments

(2 files, 5 obsolete files)

we run our automation on osx 10.10, not 10.6 or other lower versions. We can remove references to older version in these manifest files: https://searchfox.org/mozilla-central/source/testing/web-platform/meta/workers/semantics/structured-clone/dedicated.html.ini#224 and this file has many references: https://searchfox.org/mozilla-central/source/testing/web-platform/meta/workers/semantics/structured-clone/shared.html.ini in addition there are references to linux 12.04 which we can remove
Priority: -- → P3
Attached file removed osX reference (obsolete) —
Attachment #8978995 - Flags: review?(gbrown)
Attached patch removed other refrences (obsolete) — Splinter Review
Assignee: nobody → apavel
Attachment #8978997 - Flags: review?(gbrown)
Attached file remove OSX reference (obsolete) —
The correct format.
Attachment #8978998 - Flags: review?(gbrown)
Attached patch patch 1 - updated Mac references (obsolete) — Splinter Review
Attachment #8978995 - Attachment is obsolete: true
Attachment #8978997 - Attachment is obsolete: true
Attachment #8978998 - Attachment is obsolete: true
Attachment #8978995 - Flags: review?(gbrown)
Attachment #8978997 - Flags: review?(gbrown)
Attachment #8978998 - Flags: review?(gbrown)
Attachment #8979159 - Flags: review?(gbrown)
Attachment #8979169 - Flags: review?(gbrown)
Comment on attachment 8979159 [details] [diff] [review] patch 1 - updated Mac references Review of attachment 8979159 [details] [diff] [review]: ----------------------------------------------------------------- ::: testing/web-platform/meta/workers/semantics/structured-clone/dedicated.html.ini @@ +221,4 @@ > > [Number 0.2] > expected: > + if not debug and (os == "mac") and (version == "OS X 10.10") and (processor == "x86_64") and (bits == 64): TIMEOUT I assume this runs successfully on osx 10.10 as there are no references to TIMEOUT for 10.10, only earlier versions. lets remove this line as well. If there are no expected results, remove the entire clause (line 222, 223, etc.)
Attachment #8979159 - Flags: review?(gbrown) → review-
Comment on attachment 8979169 [details] [diff] [review] patch 2 - removed linux and updated mac references Review of attachment 8979169 [details] [diff] [review]: ----------------------------------------------------------------- ::: testing/web-platform/meta/workers/semantics/structured-clone/shared.html.ini @@ +225,5 @@ > [Array primitives] > expected: > + if (os == "linux") and (processor == "x86") and (bits == 32): TIMEOUT > + if not debug and (os == "mac") and (version == "OS X 10.10") and (processor == "x86_64") and (bits == 64): TIMEOUT > + if not debug and (os == "linux") and (processor == "x86_64") and (bits == 64): TIMEOUT just like the previous patch, I think we can remove all 3 of these new clauses. I had to think for a bit on this. We currently do not match any of these rules, so I would bet running this with no rules would function just as good as we currently do now. Like my comments on the previous patch, if there is an expected: block with no conditions to match, remove the test name (in this case [Array primitives], on line 225) and the expected: block starter on line 226. I suspect this file will be much shorter when that is done.
Attachment #8979169 - Flags: review?(gbrown) → review-
Attachment #8979159 - Attachment is obsolete: true
Attachment #8979169 - Attachment is obsolete: true
Attachment #8979252 - Flags: review?(jmaher)
Comment on attachment 8979252 [details] [diff] [review] patch 1 - removed Mac references Review of attachment 8979252 [details] [diff] [review]: ----------------------------------------------------------------- perfect
Attachment #8979252 - Flags: review?(jmaher) → review+
Comment on attachment 8979261 [details] [diff] [review] patch 2 - removed linux and mac references Review of attachment 8979261 [details] [diff] [review]: ----------------------------------------------------------------- wow, that is a LOT of lines removed
Attachment #8979261 - Flags: review?(jmaher) → review+
Keywords: checkin-needed
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: