VirtualBox

Changeset 79072 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 11, 2019 1:31:57 AM (6 years ago)
Author:
vboxsync
Message:

FsPerf: win7 adjustment. bugref:9172

File:
1 edited

Legend:

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

    r78781 r79072  
    23862386            if (!g_aNtQueryInfoFileClasses[i].fQuery)
    23872387            {
    2388                 if (rcNt != STATUS_INVALID_INFO_CLASS)
     2388                if (   rcNt != STATUS_INVALID_INFO_CLASS
     2389                    && (   rcNt != STATUS_INVALID_PARAMETER /* w7rtm-32 result */
     2390                        || enmClass != FileUnusedInformation))
    23892391                    RTTestIFailed("%s/%#x/%c: %#x, expected STATUS_INVALID_INFO_CLASS", pszClass, cbBuf, chType, rcNt);
    23902392            }
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