Closed
Bug 1232892
Opened 9 years ago
Closed 9 years ago
Normal audio channel competes with all kinds of audio channels in one test app
Categories
(Firefox OS Graveyard :: Gaia::System::Audio Mgmt, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: evanxd, Assigned: evanxd)
References
Details
Normal audio channel competes with all kinds of audio channels in one test app.
The expectations is defined in [1].
[1]: https://bug1096163.bmoattachments.org/attachment.cgi?id=8691714#12
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → evan
Assignee | ||
Comment 1•9 years ago
|
||
Currently I cannot run marionette test in local. I need to investigate and fix this before I start to fix this bug.
The error message of running marionette test.
```
/gaia/node_modules/gaia-marionette/node_modules/profile-builder/index.js:118
throw err;
^
Error: Command failed: /bin/sh -c make -C /gaia
/bin/bash: --: invalid option
Usage: /bin/bash [GNU long option] [option] ...
/bin/bash [GNU long option] [option] script-file ...
GNU long options:
--debug
--debugger
--dump-po-strings
--dump-strings
--help
--init-file
--login
--noediting
--noprofile
--norc
--posix
--protected
--rcfile
--restricted
--verbose
--version
--wordexp
Shell options:
-irsD or -c command or -O shopt_option (invocation only)
-abefhkmnptuvxBCHP or -o option
/bin/bash: umount: command not found
make: *** [b2g_sdk] Error 127
at ChildProcess.exithandler (child_process.js:203:12)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:818:16)
at Socket.<anonymous> (internal/child_process.js:319:11)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at Pipe._onclose (net.js:469:12)
npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "marionette" "--" "--buildapp=desktop" "--reporter=spec" "--marionette-capabilities=/gaia/tests/jsmarionette/capabilities.json"
npm ERR! node v4.2.2
npm ERR! npm v2.14.7
npm ERR! code ELIFECYCLE
npm ERR! gaia@0.0.3 marionette: `gaia-marionette "--buildapp=desktop" "--reporter=spec" "--marionette-capabilities=/gaia/tests/jsmarionette/capabilities.json"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the gaia@0.0.3 marionette script 'gaia-marionette "--buildapp=desktop" "--reporter=spec" "--marionette-capabilities=/gaia/tests/jsmarionette/capabilities.json"'.
npm ERR! This is most likely a problem with the gaia package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gaia-marionette "--buildapp=desktop" "--reporter=spec" "--marionette-capabilities=gaia/tests/jsmarionette/capabilities.json"
npm ERR! You can get their info via:
npm ERR! npm owner ls gaia
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /gaia/npm-debug.log
make: *** [test-integration-test] Error 1
```
Assignee | ||
Comment 2•9 years ago
|
||
So weird! If I do `make profile` before running marionette test, the error in Comment 1 will not be happened.
Continue to fix this bug...
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•