VirtualBox

Changeset 56767 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Jul 3, 2015 11:23:48 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101416
Message:

tstRTR0Timer.cpp: Fudge bogus RTTimerStop behavior for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTR0Timer.cpp

    r56290 r56767  
    633633                if (tstRTR0TimerCheckShotIntervals(&State, uStartNsTS, u10HzAsNsMin, u10HzAsNsMax))
    634634                    break;
     635                RTThreadSleep(1); /** @todo RTTimerStop doesn't currently make sure the timer callback not is running
     636                                   *        before returning on windows, linux (low res) and possible other plaforms. */
    635637            }
    636638            RTR0TESTR0_CHECK_RC(RTTimerDestroy(pTimer), VINF_SUCCESS);
     
    659661                        RTThreadSleep(1);
    660662                    RTR0TESTR0_CHECK_RC_BREAK(RTTimerStop(pTimer), VINF_SUCCESS);
     663                    RTThreadSleep(1); /** @todo RTTimerStop doesn't currently make sure the timer callback not is running
     664                                       *        before returning on windows, linux (low res) and possible other plaforms. */
    661665                }
    662666                RTR0TESTR0_CHECK_RC(RTTimerDestroy(pTimer), VINF_SUCCESS);
     
    759763                                                   ("cShots=%u iCpu=%u i=%u iCurCpu=%u cNsElapsed=%'llu\n",
    760764                                                    State.cShots, iCpu, i, RTMpCpuIdToSetIndex(RTMpCpuId()), cNsElapsed));
     765                        RTThreadSleep(1); /** @todo RTTimerStop doesn't currently make sure the timer callback not is running
     766                                           *        before returning on windows, linux (low res) and possible other plaforms. */
    761767                        RTR0TESTR0_CHECK_MSG_BREAK(State.rc == VINF_SUCCESS, ("rc=%Rrc\n", State.rc));
    762768                        RTR0TESTR0_CHECK_MSG_BREAK(!State.u.Specific.fFailed, ("iCpu=%u i=%u\n", iCpu, i));
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