VirtualBox

Changeset 52407 in vbox


Ignore:
Timestamp:
Aug 19, 2014 8:23:56 AM (10 years ago)
Author:
vboxsync
Message:

tstVDIo: Disable builtin tests on 32bit hosts, the address space is too small

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/testcase/tstVDIo.cpp

    r52379 r52407  
    28112811static void tstVDIoRunBuiltinTests(void)
    28122812{
     2813    /* 32bit hosts are excluded because of the 4GB address space. */
     2814#ifdef HC_ARCH_BITS == 32
     2815    RTStrmPrintf(g_pStdErr, "tstVDIo: Running on a 32bit host is not supported for the builtin tests, skipping\n");
     2816    return;
     2817#else
    28132818    /*
    28142819     * We need quite a bit of RAM for the builtin tests. Skip it if there
     
    28322837        tstVDIoScriptExec(pszScript);
    28332838    }
     2839#endif
    28342840}
    28352841
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