VirtualBox

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).

File:
1 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                    }
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