VirtualBox

Changeset 48129 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 28, 2013 2:56:10 PM (11 years ago)
Author:
vboxsync
Message:

tstRTR0TimerDriver: currently no periodic specific timers on Solaris

File:
1 edited

Legend:

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

    r47745 r48129  
    7979        RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_SPECIFIC, "One shot cpu specific");
    8080#   endif
     81#   ifndef RT_OS_SOLARIS // periodic specific timers have currently a bug on Solaris
    8182        RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_SPECIFIC, "Periodic cpu specific");
     83#   endif
    8284        RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_OMNI, "Periodic omni timer");
    8385    }
     
    106108        RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_SPECIFIC_HIRES, "One shot hires cpu specific");
    107109#   endif
     110#   ifndef RT_OS_SOLARIS // periodic specific timers have currently a bug on Solaris
    108111        RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_SPECIFIC_HIRES, "Periodic hires cpu specific");
     112#   endif
    109113        RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_OMNI, "Periodic omni hires timer");
    110114    }
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