VirtualBox

Ignore:
Timestamp:
Feb 8, 2024 12:00:32 AM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161553
Message:

IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal with bs3-cpu-generated-1 and others with too many sub-tests for the test manager.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VMMDevTesting.h

    r98103 r103262  
    128128/** Start a new sub-test, sending name (zero terminated string). (RTTestSub) */
    129129#define VMMDEV_TESTING_CMD_SUB_NEW      UINT32_C(0xcab1e002)
    130 /** Sub-test is done, sending 32-bit error count for it. (RTTestDone) */
     130/** Sub-test is done, sending 32-bit error count for it. (RTTestSubDone) */
    131131#define VMMDEV_TESTING_CMD_SUB_DONE     UINT32_C(0xcab1e003)
    132132/** Report a failure, sending reason (zero terminated string). (RTTestFailed) */
     
    145145 * DATA port and reading back the result. */
    146146#define VMMDEV_TESTING_CMD_QUERY_CFG    UINT32_C(0xcab1e009)
     147/** Start a new sub-sub-test, sending name (zero terminated string). (RTTestSubSub) */
     148#define VMMDEV_TESTING_CMD_SUBSUB_NEW   UINT32_C(0xcab1e00a)
     149/** Sub-sub-test is done, sending 32-bit error count for it. (RTTestSubSubDone) */
     150#define VMMDEV_TESTING_CMD_SUBSUB_DONE  UINT32_C(0xcab1e00b)
    147151
    148152/** The magic part of the command. */
Note: See TracChangeset for help on using the changeset viewer.

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