VirtualBox

Changeset 45415 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Apr 8, 2013 9:40:42 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84843
Message:

GuestCtrl: Implemented using (public) VirtualBox events instead of own callback mechanisms. Bugfixes for testcases (still work in progress).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstGuestCtrlContextID.cpp

    r44863 r45415  
    3535{
    3636    RTTEST hTest;
    37     int rc = RTTestInitAndCreate("tstMakeup", &hTest);
     37    int rc = RTTestInitAndCreate("tstGuestCtrlContextID", &hTest);
    3838    if (rc)
    3939        return rc;
     
    7676    RTTestIPrintf(RTTESTLVL_DEBUG, "Max context is: %RU32\n", uContextMax);
    7777
    78     /* Do 64 tests total. */
    79     for (int t = 0; t < 64 && !RTTestErrorCount(hTest); t++)
     78    /* Do 4048 tests total. */
     79    for (int t = 0; t < 4048 && !RTTestErrorCount(hTest); t++)
    8080    {
    8181        /* VBOX_GUESTCTRL_MAX_* includes 0 as an object, so subtract one. */
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