VirtualBox

Changeset 47555 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Aug 6, 2013 10:28:02 AM (11 years ago)
Author:
vboxsync
Message:

Another fix

Location:
trunk/src/VBox/Runtime/testcase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTR0Common.h

    r47554 r47555  
    189189 */
    190190#define RTR0TESTR0_SKIP_BREAK() \
    191     do { \
     191    if (1) \
     192    { \
    192193        RTR0TestR0Skip("line %u: SKIPPED", __LINE__); \
    193194        break; \
    194     } while (0)
     195    } else do { } while (0)
    195196
    196197
  • trunk/src/VBox/Runtime/testcase/tstRTR0Timer.cpp

    r47553 r47555  
    726726            int             rc = RTTimerCreateEx(&pTimer, cNsInterval, fFlags, tstRTR0TimerCallbackOmni, paStates);
    727727            if (rc == VERR_NOT_SUPPORTED)
     728            {
    728729                RTR0TESTR0_SKIP_BREAK();
     730            }
    729731            RTR0TESTR0_CHECK_RC_BREAK(rc, VINF_SUCCESS);
    730732
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette