Changeset 52407 in vbox
- Timestamp:
- Aug 19, 2014 8:23:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r52379 r52407 2811 2811 static void tstVDIoRunBuiltinTests(void) 2812 2812 { 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 2813 2818 /* 2814 2819 * We need quite a bit of RAM for the builtin tests. Skip it if there … … 2832 2837 tstVDIoScriptExec(pszScript); 2833 2838 } 2839 #endif 2834 2840 } 2835 2841
Note:
See TracChangeset
for help on using the changeset viewer.