VirtualBox

Changeset 61425 in vbox


Ignore:
Timestamp:
Jun 3, 2016 2:36:53 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107742
Message:

vsheriff: A bit more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r61424 r61425  
    384384    ktReason_XPCOM_VBoxSVC_Hang                        = ( 'API / (XP)COM',     'VBoxSVC hang' );
    385385    ktReason_XPCOM_VBoxSVC_Hang_Plus_Heap_Corruption   = ( 'API / (XP)COM',     'VBoxSVC hang + heap corruption' );
     386    ktReason_XPCOM_NS_ERROR_CALL_FAILED                = ( 'API / (XP)COM',     'NS_ERROR_CALL_FAILED' );
    386387    ktReason_Unknown_Heap_Corruption                   = ( 'Unknown',           'Heap corruption' );
    387388    ktReason_Unknown_Reboot_Loop                       = ( 'Unknown',           'Reboot loop' );
     
    571572        ( True,  'VERR_TRPM_DONT_PANIC',                            ktReason_Guru_VERR_TRPM_DONT_PANIC ),
    572573        ( True,  'VINF_EM_TRIPLE_FAULT',                            ktReason_Guru_VINF_EM_TRIPLE_FAULT ),
     574        ( False, 'Exception: 0x800706be (Call to remote object failed (NS_ERROR_CALL_FAILED))',
     575                                                                    ktReason_XPCOM_NS_ERROR_CALL_FAILED ),
    573576    ];
    574577
     
    729732            elif self.isResultFromVMRun(oFailedResult, sResultLog):
    730733                self.investigateVMResult(oCaseFile, oFailedResult, sResultLog);
     734            elif sResultLog.find('Exception: 0x800706be (Call to remote object failed (NS_ERROR_CALL_FAILED))') > 0:
     735                oCaseFile.noteReasonForId(self.ktReason_XPCOM_NS_ERROR_CALL_FAILED, oFailedResult.idTestResult);
    731736            elif sResultLog.find('The machine is not mutable (state is ') > 0:
    732737                self.vprint('Ignorining "machine not mutable" error as it is probably due to an earlier problem');
Note: See TracChangeset for help on using the changeset viewer.

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