Changeset 56775 in vbox for trunk/src/VBox/Runtime/testcase/tstRTR0Timer.cpp
- Timestamp:
- Jul 3, 2015 12:20:08 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101424
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTR0Timer.cpp
r56768 r56775 447 447 { 448 448 RTR0TestR0Info("one-shot timer are not supported, skipping\n"); 449 RTR0TESTR0_SKIP(); 449 450 break; 450 451 } … … 500 501 { 501 502 RTR0TestR0Info("one-shot timer are not supported, skipping\n"); 503 RTR0TESTR0_SKIP(); 502 504 break; 503 505 } … … 518 520 #else 519 521 RTR0TestR0Info("restarting from callback not supported on this platform\n"); 520 522 RTR0TESTR0_SKIP(); 521 523 #endif 522 524 break; … … 536 538 { 537 539 RTR0TestR0Info("one-shot timer are not supported, skipping\n"); 540 RTR0TESTR0_SKIP(); 538 541 break; 539 542 } … … 557 560 #else 558 561 RTR0TestR0Info("destroying from callback not supported on this platform\n"); 562 RTR0TESTR0_SKIP(); 559 563 #endif 560 564 break; … … 582 586 { 583 587 RTR0TestR0Info("one-shot specific timer are not supported, skipping\n"); 588 RTR0TESTR0_SKIP(); 584 589 break; 585 590 } … … 712 717 RTR0TestR0Info("RTTimerChangeInterval not supported, skipped"); 713 718 RTR0TESTR0_CHECK_RC(RTTimerDestroy(pTimer), VINF_SUCCESS); 719 RTR0TESTR0_SKIP(); 714 720 break; 715 721 } … … 752 758 { 753 759 RTR0TestR0Info("specific timer are not supported, skipping\n"); 760 RTR0TESTR0_SKIP(); 754 761 break; 755 762 }
Note:
See TracChangeset
for help on using the changeset viewer.