vbox的更動 61942 路徑 trunk/src/VBox/ValidationKit
- 時間撮記:
- 2016-6-29 下午05:40:13 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r61941 r61942 426 426 ktReason_Unknown_Heap_Corruption = ( 'Unknown', 'Heap corruption' ); 427 427 ktReason_Unknown_Reboot_Loop = ( 'Unknown', 'Reboot loop' ); 428 ktReason_Ignore_Buggy_Test_Driver = ( 'Ignore', 'Buggy test driver' ); 428 429 ## @} 429 430 … … 878 879 oCaseFile.noteReasonForId(self.ktReason_XPCOM_NS_ERROR_CALL_FAILED, oFailedResult.idTestResult); 879 880 elif sResultLog.find('The machine is not mutable (state is ') > 0: 880 self.vprint('Ignorin ing "machine not mutable" error as it is probably due to an earlier problem');881 self.vprint('Ignoring "machine not mutable" error as it is probably due to an earlier problem'); 881 882 oCaseFile.noteReasonForId(self.ktHarmless, oFailedResult.idTestResult); 883 elif sResultLog.find('** error: no action was specified') > 0: 884 oCaseFile.noteReasonForId(self.ktReason_Ignore_Buggy_Test_Driver, oFailedResult.idTestResult); 882 885 else: 883 886 self.vprint(u'TODO: Cannot place idTestResult=%u - %s' % (oFailedResult.idTestResult, oFailedResult.sName,));
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器