Closed Bug 773956 Opened 12 years ago Closed 12 years ago

toolkit/crashreporter/test/unit_ipc/xpcshell.ini is included with an invalid condition

Categories

(Core :: IPC, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla18

People

(Reporter: Unfocused, Assigned: jdm)

Details

Attachments

(1 file)

toolkit/crashreporter/test/unit_ipc/xpcshell.ini is included here:

https://hg.mozilla.org/mozilla-central/annotate/6f14db95942b/testing/xpcshell/xpcshell.ini#l103

With the condition:
  skip-if.os == "linux" || !crashreporter

Which AFAIK is invalid syntax, and needs to be the following for it to work:
  skip-if = os == "linux" || !crashreporter


However, that was landed 9 months ago. So is the intent of the condition valid, or should it just be removed?
I did some testing and found that the conditions as applied don't do anything. Therefore, these modifications should have no effective difference.
Attachment #642230 - Flags: review?(jmaher)
Assignee: nobody → josh
Comment on attachment 642230 [details] [diff] [review]
Fix up invalid syntax and configurations in xpcshell.ini.

Review of attachment 642230 [details] [diff] [review]:
-----------------------------------------------------------------

thanks
Attachment #642230 - Flags: review?(jmaher) → review+
https://hg.mozilla.org/mozilla-central/rev/054016215c5e
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: