Actions
Bug #620
closedTests stuck on uploading libgnustl_shared.so to mips emulator
Start date:
08/30/2014
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
mips
Host OS:
Linux
Toolchain:
Android version:
CrystaX NDK Version:
Description
Short tail of "log":https://ci.crystax.net/job/ndk-test-linux/67/console:
Running device test on emulator-5558 [mips]: /tmp/crystaxndk-ndk/ndk-linux-b151/tests/device/gnustl-shared-1 /opt/android-sdk/platform-tools/adb -s "emulator-5558" shell "ls /data/local/tmp 1>/dev/null 2>&1" 0 /opt/android-sdk/platform-tools/adb -s "emulator-5558" shell "ls /data/local/tmp/ndk-tests 1>/dev/null 2>&1 || mkdir /data/local/tmp/ndk-tests" 0 ## COMMAND: /opt/android-sdk/platform-tools/adb -s emulator-5558 push /tmp/ndk-ndk/tests/build/gnustl-shared-1/libs/mips/libfoo.so /data/local/tmp/ndk-tests/libfoo.so 66 KB/s (5420 bytes in 0.079s) ## COMMAND: /opt/android-sdk/platform-tools/adb -s emulator-5558 shell chmod 0755 /data/local/tmp/ndk-tests/libfoo.so ## COMMAND: /opt/android-sdk/platform-tools/adb -s emulator-5558 push /tmp/ndk-ndk/tests/build/gnustl-shared-1/libs/mips/libgnustl_shared.so /data/local/tmp/ndk-tests/libgnustl_shared.so
This is last lines of output. Nothing happens after that. It just stuck.
Updated by Dmitry M. about 10 years ago
- Status changed from Open to Won't fix
This is obviously bug of mips emulator. Nothing could be done here except killing emulator (which already implemented in test scripts). Closing as invalid.
Actions