Closed
Bug 1465435
Opened 7 years ago
Closed 7 years ago
remove reference to old platforms in manifest file
Categories
(Toolkit :: Places, enhancement, P3)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla62
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | fixed |
People
(Reporter: jmaher, Assigned: ebalazs_)
References
Details
Attachments
(1 file, 1 obsolete file)
|
690 bytes,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
we can remove winxp (5.1.2600) from this file:
https://searchfox.org/mozilla-central/source/toolkit/components/places/tests/unit/xpcshell.ini#50
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8982193 -
Flags: review?(jmaher)
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ebalazs
| Reporter | ||
Comment 2•7 years ago
|
||
Comment on attachment 8982193 [details] [diff] [review]
Removed winxp reference in test_async_transactions.js
Review of attachment 8982193 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/places/tests/unit/xpcshell.ini
@@ +47,4 @@
> [test_annotations.js]
> [test_asyncExecuteLegacyQueries.js]
> [test_async_transactions.js]
> +skip-if = (os == "win") # Bug 1158887
previously we skipped only on winXP, now this skips on all windows (win7/win10), so we just need to remove this line completely.
Attachment #8982193 -
Flags: review?(jmaher) → review-
| Assignee | ||
Comment 3•7 years ago
|
||
Attachment #8982193 -
Attachment is obsolete: true
Attachment #8982207 -
Flags: review?(jmaher)
| Reporter | ||
Comment 4•7 years ago
|
||
Comment on attachment 8982207 [details] [diff] [review]
Removed winxp reference in test_async_transactions.js
Review of attachment 8982207 [details] [diff] [review]:
-----------------------------------------------------------------
thanks
Attachment #8982207 -
Flags: review?(jmaher) → review+
| Reporter | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/516d9db19be3
remove reference for winxp in manifest file. r=jmaher
Keywords: checkin-needed
Updated•7 years ago
|
Priority: -- → P3
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•