VirtualBox

Changeset 47899 in vbox


Ignore:
Timestamp:
Aug 20, 2013 12:24:49 PM (11 years ago)
Author:
vboxsync
Message:

tstR0ThreadPreemption: break on errors to indicate failure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp

    r47572 r47899  
    103103                            "!tstR0ThreadCtxHook[RTTHREADCTXEVENT_PREEMPTING]: Thread switched! Source=%RTnthrd Current=%RTnthrd.",
    104104                            pData->hSourceThread, hCurrentThread);
     105                break;
    105106            }
    106107
     
    130131                RTStrPrintf(pData->achResult, sizeof(pData->achResult),
    131132                            "!tstR0ThreadCtxHook[RTTHREADCTXEVENT_RESUMED]: Called before preempting callback was invoked.");
     133                break;
    132134            }
    133135
     
    138140                            "!tstR0ThreadCtxHook[RTTHREADCTXEVENT_RESUMED]: Thread switched! Source=%RTnthrd Current=%RTnthrd.",
    139141                            pData->hSourceThread, hCurrentThread);
     142                break;
    140143            }
    141144
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