VirtualBox

Ignore:
Timestamp:
Jun 27, 2019 2:51:22 AM (5 years ago)
Author:
vboxsync
Message:

FsPerf: Another w7rtm adjustment. bugref:9172

File:
1 edited

Legend:

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

    r79140 r79371  
    24232423                RTTestIFailed("%s/%#x/%c: %#x", pszClass, cbBuf, chType, rcNt);
    24242424            if (   (Ios.Status != VirginIos.Status || Ios.Information != VirginIos.Information)
    2425                 && !(   fType == RTFS_TYPE_DIRECTORY /* NTFS/W10-17763 */
    2426                     && Ios.Status == rcNt && Ios.Information == 0) )
     2425                && !(fType == RTFS_TYPE_DIRECTORY && Ios.Status == rcNt && Ios.Information == 0) /* NTFS/W10-17763 */
     2426                && !(   enmClass == FileUnusedInformation
     2427                     && Ios.Status == rcNt && Ios.Information == sizeof(uBuf)) /* NTFS/VBoxSF/w7rtm */ )
    24272428                RTTestIFailed("%s/%#x/%c: I/O status block was modified: %#x %#zx",
    24282429                              pszClass, cbBuf, chType, Ios.Status, Ios.Information);
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