Closed
Bug 609673
Opened 15 years ago
Closed 15 years ago
Incorrect syntax for ipc plugin tests in testsuite-targets.mk
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sgreenlay, Assigned: sgreenlay)
Details
Attachments
(1 file)
1.23 KB,
patch
|
jaas
:
review+
jaas
:
approval2.0+
|
Details | Diff | Splinter Review |
91 mochitest-ipcplugins:
92 #ifdef XP_MACOSX
93 #if defined(__i386__)
94 $(RUN_MOCHITEST) --setpref=dom.ipc.plugins.enabled.i386.test.plugin=true --test-path=modules/plugin/test
95 #elif defined(__x86_64__)
96 $(RUN_MOCHITEST) --setpref=dom.ipc.plugins.enabled.x86_64.test.plugin=true --test-path=modules/plugin/test
97 #elif defined(__ppc__)
98 $(RUN_MOCHITEST) --setpref=dom.ipc.plugins.enabled.ppc.test.plugin=true --test-path=modules/plugin/test
99 #endif
100 #else
101 $(RUN_MOCHITEST) --setpref=dom.ipc.plugins.enabled=true --test-path=modules/plugin/test
102 #endif
This does not work.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → sgreenlay
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #488274 -
Flags: review?(joshmoz)
Assignee | ||
Updated•15 years ago
|
Summary: Incorrect testsuite-targets.mk syntax for plugin tests → Incorrect syntax for ipc plugin tests in testsuite-targets.mk
Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Attachment #488274 -
Flags: review?(joshmoz) → review+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Attachment #488274 -
Flags: approval2.0+
pushed to mozilla-central
http://hg.mozilla.org/mozilla-central/rev/0e1a9600a81a
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•