VirtualBox

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


Ignore:
Timestamp:
Feb 24, 2015 3:05:45 PM (10 years ago)
Author:
vboxsync
Message:

Runtime/testcase: tstRTR0ThreadPreemption rename fixes.

File:
1 edited

Legend:

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

    r54452 r54453  
    392392                {
    393393                    RTStrPrintf(pszErr, cchErr,
    394                                 "!tstR0ThreadCtxHooks[RTTHREADCTXEVENT_PREEMPTING] not invoked before migrating from CPU %RU32 to %RU32",
     394                                "!tstRTR0ThreadCtxHooks[RTTHREADCTXEVENT_PREEMPTING] not invoked before migrating from CPU %RU32 to %RU32",
    395395                                pCtxData->uSourceCpuId, uCurrentCpuId);
    396396                }
    397397                else
    398398                {
    399                     RTStrPrintf(pszErr, cchErr, "!tstR0ThreadCtxHooks[RTTHREADCTXEVENT_PREEMPTING] not invoked after ca. %u ms",
     399                    RTStrPrintf(pszErr, cchErr, "!tstRTR0ThreadCtxHooks[RTTHREADCTXEVENT_PREEMPTING] not invoked after ca. %u ms",
    400400                                cMsSlept);
    401401                }
     
    421421                if (!ASMAtomicReadBool(&pCtxData->fResumedInvoked))
    422422                {
    423                     RTStrPrintf(pszErr, cchErr, "!tstR0ThreadCtxHooks[RTTHREADCTXEVENT_RESUMED] not invoked after ca. %u ms",
     423                    RTStrPrintf(pszErr, cchErr, "!tstRTR0ThreadCtxHooks[RTTHREADCTXEVENT_RESUMED] not invoked after ca. %u ms",
    424424                                cMsSlept);
    425425                }
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