VirtualBox

Ignore:
Timestamp:
Jun 27, 2019 1:50:12 PM (5 years ago)
Author:
vboxsync
Message:

tdAddGuestCtrl.py: Adjustment of dir listing test. bugref:9320 bugref:9151

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r79354 r79394  
    33253325                [ tdTestDirRead(sDirectory = '\\\\uncrulez\\foo'), tdTestResultDirRead() ],
    33263326            ]);
    3327         else:
    3328             atTests.extend([
    3329                 # More unusual stuff.
    3330                 [ tdTestDirRead(sDirectory = 'z:/'), tdTestResultDirRead() ],
    3331                 [ tdTestDirRead(sDirectory = '\\\\uncrulez\\foo'), tdTestResultDirRead() ],
    3332             ]);
     3327
    33333328        # Read the system directory (ASSUMES at least 5 files in it):
    3334         atTests.append([ tdTestDirRead(sDirectory = sSystemDir), tdTestResultDirRead(fRc = True, cFiles = -5, cDirs = None) ]);
     3329        # Windows 7+ has inaccessible system32/com/dmp directory that screws up this test, so skip it on windows:
     3330        if not oTestVm.isWindows():
     3331            atTests.append([ tdTestDirRead(sDirectory = sSystemDir),
     3332                             tdTestResultDirRead(fRc = True, cFiles = -5, cDirs = None) ]);
    33353333        ## @todo trailing slash
    33363334
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