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)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sgreenlay, Assigned: sgreenlay)

Details

Attachments

(1 file)

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: nobody → sgreenlay
Attachment #488274 - Flags: review?(joshmoz)
Summary: Incorrect testsuite-targets.mk syntax for plugin tests → Incorrect syntax for ipc plugin tests in testsuite-targets.mk
Status: NEW → ASSIGNED
Attachment #488274 - Flags: review?(joshmoz) → review+
Keywords: checkin-needed
Attachment #488274 - Flags: approval2.0+
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: