VirtualBox

vbox的更動 61942 路徑 trunk/src/VBox/ValidationKit


忽略:
時間撮記:
2016-6-29 下午05:40:13 (8 年 以前)
作者:
vboxsync
訊息:

updates

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r61941 r61942  
    426426    ktReason_Unknown_Heap_Corruption                   = ( 'Unknown',           'Heap corruption' );
    427427    ktReason_Unknown_Reboot_Loop                       = ( 'Unknown',           'Reboot loop' );
     428    ktReason_Ignore_Buggy_Test_Driver                  = ( 'Ignore',            'Buggy test driver' );
    428429    ## @}
    429430
     
    878879                oCaseFile.noteReasonForId(self.ktReason_XPCOM_NS_ERROR_CALL_FAILED, oFailedResult.idTestResult);
    879880            elif sResultLog.find('The machine is not mutable (state is ') > 0:
    880                 self.vprint('Ignorining "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');
    881882                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);
    882885            else:
    883886                self.vprint(u'TODO: Cannot place idTestResult=%u - %s' % (oFailedResult.idTestResult, oFailedResult.sName,));
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette