Changeset 47555 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Aug 6, 2013 10:28:02 AM (11 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTR0Common.h
r47554 r47555 189 189 */ 190 190 #define RTR0TESTR0_SKIP_BREAK() \ 191 do { \ 191 if (1) \ 192 { \ 192 193 RTR0TestR0Skip("line %u: SKIPPED", __LINE__); \ 193 194 break; \ 194 } while (0)195 } else do { } while (0) 195 196 196 197 -
trunk/src/VBox/Runtime/testcase/tstRTR0Timer.cpp
r47553 r47555 726 726 int rc = RTTimerCreateEx(&pTimer, cNsInterval, fFlags, tstRTR0TimerCallbackOmni, paStates); 727 727 if (rc == VERR_NOT_SUPPORTED) 728 { 728 729 RTR0TESTR0_SKIP_BREAK(); 730 } 729 731 RTR0TESTR0_CHECK_RC_BREAK(rc, VINF_SUCCESS); 730 732
Note:
See TracChangeset
for help on using the changeset viewer.