Changeset 48165 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Aug 29, 2013 5:16:42 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88548
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTR0Timer.cpp
r48147 r48165 528 528 if (rc == VERR_NOT_SUPPORTED) 529 529 { 530 RTR0TestR0Info(" specific timer are not supported, skipping\n");530 RTR0TestR0Info("one-shot specific timer are not supported, skipping\n"); 531 531 break; 532 532 } -
trunk/src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp
r48149 r48165 66 66 { 67 67 # if 1 68 # ifndef RT_OS_SOLARIS /* Solaris cannot call back into cyclic subsystem from a cyclic callback. */ 68 69 RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_RESTART, "Restart one shot from callback"); 69 70 RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_DESTROY, "Destroy one shot from callback"); 71 # endif 70 72 RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_CSSD_LOOPS, "Create-start-stop-destroy loops"); 71 73 for (uint32_t i = 0; i <= 7; i++) … … 87 89 { 88 90 # if 1 91 # ifndef RT_OS_SOLARIS /* Solaris cannot call back into cyclic subsystem from a cyclic callback. */ 89 92 RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_RESTART_HIRES, "Restart hires one shot from callback"); 90 93 RTR3TestR0SimpleTest(TSTRTR0TIMER_ONE_SHOT_DESTROY_HIRES, "Destroy hires one shot from callback"); 94 # endif 91 95 RTR3TestR0SimpleTest(TSTRTR0TIMER_PERIODIC_CSSD_LOOPS_HIRES, "Create-start-stop-destroy loops, hires"); 92 96 for (uint32_t i = 0; i <= 7; i++)
Note:
See TracChangeset
for help on using the changeset viewer.