Changeset 48149 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Aug 29, 2013 12:14:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp
r48148 r48149 82 82 * High resolution timers. 83 83 */ 84 # ifndef RT_OS_SOLARIS // one-shot timers currently not supported on Solaris85 84 RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_BASIC_HIRES, "Basic hires one shot"); 86 # endif87 85 RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_BASIC_HIRES, "Basic hires periodic"); 88 86 if (RTTestErrorCount(g_hTest) == 0) 89 87 { 90 88 # if 1 91 # ifndef RT_OS_SOLARIS // one-shot timers currently not supported on Solaris92 89 RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_RESTART_HIRES, "Restart hires one shot from callback"); 93 90 RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_DESTROY_HIRES, "Destroy hires one shot from callback"); 94 # endif95 91 RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_CSSD_LOOPS_HIRES, "Create-start-stop-destroy loops, hires"); 96 92 for (uint32_t i = 0; i <= 7; i++) 97 93 RTR3TestR0SimpleTestWithArg(TSTRTR0TIMER_PERIODIC_CHANGE_INTERVAL, i, "Change interval from callback, hires, variation %u", i); 98 94 # endif 99 # ifndef RT_OS_SOLARIS // one-shot timers currently not supported on Solaris100 95 RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_SPECIFIC_HIRES, "One shot hires cpu specific"); 101 # endif102 96 RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_SPECIFIC_HIRES, "Periodic hires cpu specific"); 103 97 RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_OMNI, "Periodic omni hires timer");
Note:
See TracChangeset
for help on using the changeset viewer.