Changeset 78768 in vbox
- Timestamp:
- May 26, 2019 10:04:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r78737 r78768 603 603 ktReason_Panic_IOAPICDoesntWork = ( 'Panic', 'IO-APIC and timer does not work' ); 604 604 ktReason_Panic_TxUnitHang = ( 'Panic', 'Tx Unit Hang' ); 605 ktReason_API_std_bad_alloc = ( 'API / (XP)COM', 'std::bad_alloc' ); 606 ktReason_API_Digest_Mismatch = ( 'API / (XP)COM', 'Digest mismatch' ); 607 ktReason_API_MoveVM_SharingViolation = ( 'API / (XP)COM', 'MoveVM sharing violation' ); 608 ktReason_API_MoveVM_InvalidParameter = ( 'API / (XP)COM', 'MoveVM invalid parameter' ); 605 609 ktReason_XPCOM_Exit_Minus_11 = ( 'API / (XP)COM', 'exit -11' ); 606 610 ktReason_XPCOM_VBoxSVC_Hang = ( 'API / (XP)COM', 'VBoxSVC hang' ); … … 994 998 ( False, ktReason_XPCOM_NS_ERROR_CALL_FAILED, 995 999 'Exception: 0x800706be (Call to remote object failed (NS_ERROR_CALL_FAILED))' ), 1000 ( True, ktReason_API_std_bad_alloc, 'Unexpected exception: std::bad_alloc' ), 1001 ( True, ktReason_API_Digest_Mismatch, 'Digest mismatch (VERR_NOT_EQUAL)' ), 1002 ( True, ktReason_API_MoveVM_SharingViolation, 'rc=VBOX_E_IPRT_ERROR text="Could not copy the log file ' ), 1003 ( True, ktReason_API_MoveVM_InvalidParameter, 1004 'rc=VBOX_E_IPRT_ERROR text="Could not copy the setting file ' ), 996 1005 ( True, ktReason_Host_HostMemoryLow, 'HostMemoryLow' ), 997 1006 ( True, ktReason_Host_HostMemoryLow, 'Failed to procure handy pages; rc=VERR_NO_MEMORY' ),
Note:
See TracChangeset
for help on using the changeset viewer.