Changeset 101463 in vbox
- Timestamp:
- Oct 17, 2023 8:38:59 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstOVF.cpp
r101404 r101463 329 329 * tstOVF: error: Details: code VBOX_E_PLATFORM_ARCH_NOT_SUPPORTED (0x80bb0012), component PlatformWrap, interface IPlatform 330 330 * */ 331 #if !defined(RT_ARCH_AMD64) && !defined(RT_ARCH_X86)332 RTPrintf("TODO: Make it work on non x86 hosts as well, skipping for now\n");333 return RTEXITCODE_SKIPPED;334 #endif335 331 336 332 RTEXITCODE rcExit = RTEXITCODE_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.