VirtualBox

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


Ignore:
Timestamp:
Jul 3, 2015 12:20:08 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101424
Message:

tstRTR0Timer: Do the skipping in ring-0 so it won't get out of wack (like now).

Location:
trunk/src/VBox/Runtime/testcase
Files:
2 edited

Legend:

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

    r56768 r56775  
    447447            {
    448448                RTR0TestR0Info("one-shot timer are not supported, skipping\n");
     449                RTR0TESTR0_SKIP();
    449450                break;
    450451            }
     
    500501                {
    501502                    RTR0TestR0Info("one-shot timer are not supported, skipping\n");
     503                    RTR0TESTR0_SKIP();
    502504                    break;
    503505                }
     
    518520#else
    519521            RTR0TestR0Info("restarting from callback not supported on this platform\n");
    520 
     522            RTR0TESTR0_SKIP();
    521523#endif
    522524            break;
     
    536538                {
    537539                    RTR0TestR0Info("one-shot timer are not supported, skipping\n");
     540                    RTR0TESTR0_SKIP();
    538541                    break;
    539542                }
     
    557560#else
    558561            RTR0TestR0Info("destroying from callback not supported on this platform\n");
     562            RTR0TESTR0_SKIP();
    559563#endif
    560564            break;
     
    582586                    {
    583587                        RTR0TestR0Info("one-shot specific timer are not supported, skipping\n");
     588                        RTR0TESTR0_SKIP();
    584589                        break;
    585590                    }
     
    712717                RTR0TestR0Info("RTTimerChangeInterval not supported, skipped");
    713718                RTR0TESTR0_CHECK_RC(RTTimerDestroy(pTimer), VINF_SUCCESS);
     719                RTR0TESTR0_SKIP();
    714720                break;
    715721            }
     
    752758                    {
    753759                        RTR0TestR0Info("specific timer are not supported, skipping\n");
     760                        RTR0TESTR0_SKIP();
    754761                        break;
    755762                    }
  • trunk/src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp

    r56759 r56775  
    7676        {
    7777#  if 1
    78 #   if !defined(RT_OS_SOLARIS) && !defined(RT_OS_WINDOWS)
    79             /* Solaris cannot call back into cyclic subsystem from a cyclic callback. */
    8078            RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_RESTART, "Restart one shot from callback");
    8179            RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_DESTROY, "Destroy one shot from callback");
    82 #   endif
    8380            RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_CSSD_LOOPS, "Create-start-stop-destroy loops");
    8481            for (uint32_t i = 0; i <= 7; i++)
     
    10097        {
    10198#  if 1
    102 #   if !defined(RT_OS_SOLARIS) && !defined(RT_OS_WINDOWS)
    103             /* Solaris cannot call back into cyclic subsystem from a cyclic callback. */
    10499            RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_RESTART_HIRES, "Restart hires one shot from callback");
    105100            RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_DESTROY_HIRES, "Destroy hires one shot from callback");
    106 #   endif
    107101            RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_CSSD_LOOPS_HIRES, "Create-start-stop-destroy loops, hires");
    108102            for (uint32_t i = 0; i <= 7; 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