Android 4.2 R4 CTS スイートを、Aurora for MSM の 4.2 ビルドに対して複数回実行しました: 完全なスイート ( run cts --plan CTS
) または個々のパッケージ ( run cts -p android.acceleration
)。これは Ubuntu 12.04 LTS 64 ビット (VMWare Fusion v6 で仮想化) 上にあります。
テスト スイートは実行され、成功することもあれば失敗することもありますが、ログの書き込みやレポート データの生成に失敗します。
cts-tf > run cts -p android.acceleration
04-02 13:42:20 I/TestInvocation: Starting invocation for 'cts' on build '4.2_r4' on device e05e1f79
04-02 13:42:20 I/e05e1f79: Created result dir 2014.04.02_13.42.20
04-02 13:42:33 I/e05e1f79: Collecting device info
04-02 13:42:34 I/e05e1f79: -----------------------------------------
04-02 13:42:34 I/e05e1f79: Test package android.acceleration started
04-02 13:42:34 I/e05e1f79: -----------------------------------------
04-02 13:42:37 I/e05e1f79: android.acceleration.cts.HardwareAccelerationTest#testIsHardwareAccelerated PASS
04-02 13:42:37 I/e05e1f79: android.acceleration.cts.HardwareAccelerationTest#testNotAttachedView PASS
04-02 13:42:38 I/e05e1f79: android.acceleration.cts.SoftwareAccelerationTest#testIsHardwareAccelerated PASS
04-02 13:42:38 I/e05e1f79: android.acceleration.cts.SoftwareAccelerationTest#testNotAttachedView PASS
04-02 13:42:38 I/e05e1f79: android.acceleration.cts.WindowFlagHardwareAccelerationTest#testIsHardwareAccelerated PASS
04-02 13:42:39 I/e05e1f79: android.acceleration.cts.WindowFlagHardwareAccelerationTest#testNotAttachedView PASS
04-02 13:42:41 E/CtsXmlResultReporter: Failed to write log for device_logcat
04-02 13:42:41 E/CtsXmlResultReporter: Failed to write log for host_log
04-02 13:42:41 I/e05e1f79: android.acceleration package complete: Passed 6, Failed 0, Not Executed 0
04-02 13:42:41 I/e05e1f79: Created xml report file at file:///opt/android-cts/cts4.2/android-cts/tools/./../../android-cts/repository/results/2014.04.02_13.42.20/testResult.xml
04-02 13:42:41 E/CtsXmlResultReporter: Failed to generate report data
CTS /repository/logs
&/repository/results
ディレクトリには、新しいログまたは結果エントリはありません。についての情報は驚くほど少ないCtsXmlResultReporter
ので、古き良きSOに目を向けています。誰でも助けることができますか?ありがとう