VirtualBox

Ignore:
Timestamp:
Feb 21, 2019 11:51:35 PM (6 years ago)
Author:
vboxsync
Message:

FsPerf: updates. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp

    r77088 r77418  
    23532353                    {
    23542354                        size_t   cbBuf = _2M;
    2355                         uint8_t *pbBuf = (uint8_t *)RTMemPageAlloc(_2M);
     2355                        uint8_t *pbBuf = (uint8_t *)RTMemPageAlloc(cbBuf);
    23562356                        if (!pbBuf)
    23572357                        {
    23582358                            cbBuf = _4K;
    2359                             pbBuf = (uint8_t *)RTMemPageAlloc(_2M);
     2359                            pbBuf = (uint8_t *)RTMemPageAlloc(cbBuf);
    23602360                        }
    23612361                        if (pbBuf)
     
    23722372                                    if (*(size_t volatile *)&pbBuf[offFlush + 8] != cbFlush)
    23732373                                    {
    2374                                         RTTestIFailed("Flush issue at offset #%zx: %#zx, expected %#zx (cbFlush=%#zx)",
    2375                                                       offBuf, *(size_t volatile *)&pbBuf[offFlush + 8], cbFlush, cbFlush);
     2374                                        RTTestIFailed("Flush issue at offset #%zx: %#zx, expected %#zx (cbFlush=%#zx, %#RX64)",
     2375                                                      offBuf + offFlush + 8, *(size_t volatile *)&pbBuf[offFlush + 8],
     2376                                                      cbFlush, cbFlush, *(uint64_t volatile *)&pbBuf[offFlush]);
    23762377                                        if (++cErrors > 32)
    23772378                                            break;
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