Skip to content

Instantly share code, notes, and snippets.

@rwood-moz
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwood-moz/8b0ec1b1fe726b12a936 to your computer and use it in GitHub Desktop.
Save rwood-moz/8b0ec1b1fe726b12a936 to your computer and use it in GitHub Desktop.
rowHeight problem on emulator-kk
rwood@ubuntu:~/gaia$ DEBUG=* APPS='communications/dialer' RUNS=1 RAPTOR_EMULATOR=1 node tests/raptor/emulator_launch_test.js
mozdevice:command [Executing] adb devices +0ms
mozdevice:command [Executing] ANDROID_SERIAL=emulator-5554 adb shell 'getprop' +12ms
mozdevice:command [Executing] ANDROID_SERIAL=emulator-5554 adb push /home/rwood/node-mozdevice/orng /data/local/orng +194ms
mozdevice:command [Executing] ANDROID_SERIAL=emulator-5554 adb shell 'chmod 777 /data/local/orng' +182ms
mozdevice:command [Executing] ANDROID_SERIAL=emulator-5554 adb pull /system/b2g/webapps/settings.gaiamobile.org/application.zip /tmp/raptor-temp11522-34672-1i7d4kd/application.zip +92ms
mozdevice:util Gaia revision for device: 6f6c7645e3b63368e0c5f0c832cc72fb7df71342 +37s
mozdevice:command [Executing] ANDROID_SERIAL=emulator-5554 adb pull /system/sources.xml /tmp/raptor-temp11522-34672-1oe4gxn/sources.xml +2ms
mozdevice:command [Executing] ANDROID_SERIAL=emulator-5554 adb pull /system/b2g/application.ini /tmp/raptor-temp11522-34672-rlck3r/application.ini +400ms
mozdevice:util Gecko revision for device: c7968255c1ea +129ms
mozdevice:logging Clearing +7ms
mozdevice:command [Executing] ANDROID_SERIAL=emulator-5554 adb shell 'logcat -c' +1ms
mozdevice:util Restarting B2G +175ms
mozdevice:command [Executing] DEVICETIME=$(ANDROID_SERIAL=emulator-5554 adb shell echo '$EPOCHREALTIME') && ANDROID_SERIAL=emulator-5554 adb shell 'stop b2g && start b2g' && echo $DEVICETIME +0ms
[RJ] columns: 4
[RJ] deviceWidth: 320
[RJ] devicePixelRatio: 1
[RJ] gridOrigin: 110
[RJ] columnWidth: 80
[RJ] rowHeightFactor: 5
[RJ] rowHeight: 64
[RJ] ordinalX: 40
[RJ] ordinalY: 142
[RJ] row: 1
[RJ] column: 1
[RJ] this.appX: 120
[RJ] this.appY 206
raptor:coldlaunch Waiting for homescreen +0ms
raptor:coldlaunch Received performance entry `loadEnd` in system.gaiamobile.org +2m
raptor:coldlaunch Received performance entry `homescreenStart` in system.gaiamobile.org +94ms
raptor:coldlaunch Received performance entry `navigationLoaded` in verticalhome.gaiamobile.org +1ms
raptor:coldlaunch Received performance entry `navigationInteractive` in verticalhome.gaiamobile.org +0ms
raptor:coldlaunch Received performance entry `osLogoEnd` in system.gaiamobile.org +0ms
raptor:coldlaunch Received performance entry `visuallyLoaded` in verticalhome.gaiamobile.org +17ms
raptor:coldlaunch Received performance entry `contentInteractive` in verticalhome.gaiamobile.org +0ms
raptor:coldlaunch Received performance entry `fullyLoaded` in verticalhome.gaiamobile.org +0ms
raptor:coldlaunch Capturing Homescreen PID: 4699 +1ms
raptor:coldlaunch Priming Phone cold-launch +0ms
mozdevice:command [Executing] ANDROID_SERIAL=emulator-5554 adb shell 'echo "drag 160 250 160 350 10 100" > /data/local/tmp/orng-cmd' +3m
mozdevice:command [Executing] ANDROID_SERIAL=emulator-5554 adb shell '/data/local/orng /dev/input/event0 /data/local/tmp/orng-cmd' +354ms
mozdevice:command [Executing] ANDROID_SERIAL=emulator-5554 adb shell 'echo "tap 120 206 1 1" > /data/local/tmp/orng-cmd' +6s
mozdevice:command [Executing] ANDROID_SERIAL=emulator-5554 adb shell '/data/local/orng /dev/input/event0 /data/local/tmp/orng-cmd' +340ms
Error: Test timeout exceeded 420000ms
at Phase.timeoutError (/home/rwood/raptor/lib/suite/phase.js:46:22)
at null._onTimeout (/home/rwood/raptor/lib/suite/phase.js:68:12)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
mozdevice:logging Stopping logging process +4m
[RJ] columns: 4
[RJ] deviceWidth: 320
[RJ] devicePixelRatio: 1
[RJ] gridOrigin: 110
[RJ] columnWidth: 80
[RJ] rowHeightFactor: 5
[RJ] rowHeight: 64
[RJ] ordinalX: 40
[RJ] ordinalY: 142
[RJ] AppIndex: 5
[RJ] row: 1
[RJ] column: 1
[RJ] this.appX: 120
[RJ] this.appY 206
raptor:coldlaunch Waiting for homescreen +0ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment