VirtualBox

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


Ignore:
Timestamp:
Jul 2, 2015 5:19:13 PM (10 years ago)
Author:
vboxsync
Message:

tstRTR0Timer: windows fix

File:
1 edited

Legend:

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

    r56290 r56759  
    7676        {
    7777#  if 1
    78 #   ifndef RT_OS_SOLARIS        /* Solaris cannot call back into cyclic subsystem from a cyclic callback. */
     78#   if !defined(RT_OS_SOLARIS) && !defined(RT_OS_WINDOWS)
     79            /* Solaris cannot call back into cyclic subsystem from a cyclic callback. */
    7980            RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_RESTART, "Restart one shot from callback");
    8081            RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_DESTROY, "Destroy one shot from callback");
     
    99100        {
    100101#  if 1
    101 #   ifndef RT_OS_SOLARIS        /* Solaris cannot call back into cyclic subsystem from a cyclic callback. */
     102#   if !defined(RT_OS_SOLARIS) && !defined(RT_OS_WINDOWS)
     103            /* Solaris cannot call back into cyclic subsystem from a cyclic callback. */
    102104            RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_RESTART_HIRES, "Restart hires one shot from callback");
    103105            RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_DESTROY_HIRES, "Destroy hires one shot from callback");
Note: See TracChangeset for help on using the changeset viewer.

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