Changeset 48129 in vbox for trunk/src/VBox
- Timestamp:
- Aug 28, 2013 2:56:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp
r47745 r48129 79 79 RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_SPECIFIC, "One shot cpu specific"); 80 80 # endif 81 # ifndef RT_OS_SOLARIS // periodic specific timers have currently a bug on Solaris 81 82 RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_SPECIFIC, "Periodic cpu specific"); 83 # endif 82 84 RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_OMNI, "Periodic omni timer"); 83 85 } … … 106 108 RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_SPECIFIC_HIRES, "One shot hires cpu specific"); 107 109 # endif 110 # ifndef RT_OS_SOLARIS // periodic specific timers have currently a bug on Solaris 108 111 RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_SPECIFIC_HIRES, "Periodic hires cpu specific"); 112 # endif 109 113 RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_OMNI, "Periodic omni hires timer"); 110 114 }
Note:
See TracChangeset
for help on using the changeset viewer.