mozilla / r2d2b2g

Firefox OS Simulator is a test environment for Firefox OS. Use it to test your apps in a Firefox OS-like environment that looks and feels like a mobile phone.
https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator/
Other
392 stars 139 forks source link

`make test` stalls in *test zzz receipt update* on CentOS 6.4 #824

Open mykmelez opened 11 years ago

mykmelez commented 11 years ago

On my CentOS 6.4 VMs (both 32-bit and 64-bit), make test stalls in test zzz receipt update:

console.info: r2d2b2g: executing 'r2d2b2g/tests/test-main.test zzz receipt update'
…
console.log: r2d2b2g: Simulator.addAppByTabUrl http://localhost:8099/test_app/webapp.manifest
console.error: r2d2b2g: 
  Could not find tab
console.log: r2d2b2g: Simulator.validateUrl http://localhost:8099/test_app/webapp.manifest
…
console.info: r2d2b2g: pass: Receipt type updated
console.log: r2d2b2g: linux/b2g/b2g terminated with 139

Sometimes one additional message gets output:

console.log: r2d2b2g: rsc.remoteDebuggerPort: found free port  43486

And when run against Nightly, this additional message gets output (but it also gets output on my Ubuntu VMs, where the test run finishes and all tests pass):

reference to undefined property options.bytes

cc: @nickdesaulniers

nickdesaulniers commented 11 years ago

See this comment.