VirtualBox

Ignore:
Timestamp:
Apr 11, 2016 7:08:38 PM (9 years ago)
Author:
vboxsync
Message:

bs3kit: updates :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestSkipped.c

    r60311 r60439  
    4646        /* Tell VMMDev */
    4747        if (g_fbBs3VMMDevTesting)
     48#if ARCH_BITS == 16
     49            ASMOutU16(VMMDEV_TESTING_IOPORT_CMD, (uint16_t)VMMDEV_TESTING_CMD_SKIPPED);
     50#else
    4851            ASMOutU32(VMMDEV_TESTING_IOPORT_CMD, VMMDEV_TESTING_CMD_SKIPPED);
     52#endif
    4953
    5054        /* The reason why it was skipped is optional. */
    5155        if (pszFormat)
    5256        {
    53             bool fNewLine = false;
    54             Bs3StrFormatV(pszFormat, va, bs3TestFailedStrOutput, &fNewLine);
     57            BS3TESTFAILEDBUF Buf;
     58            Buf.fNewLine = false;
     59            Buf.cchBuf   = 0;
     60            Bs3StrFormatV(pszFormat, va, bs3TestFailedStrOutput, &Buf);
    5561        }
    5662        else if (g_fbBs3VMMDevTesting)
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