VirtualBox

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


Ignore:
Timestamp:
Jan 18, 2024 12:45:40 PM (13 months ago)
Author:
vboxsync
Message:

ValidationKit/tests/tdAddGuestCtrl.py: Disable 3D test completely as it is not working at all, some todos

File:
1 edited

Legend:

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

    r102946 r102950  
    15071507            ( False, self.testGuestCtrlFileRemove,          'file_remove',      'Removing files',), # Destroys prepped files.
    15081508            ( False, self.testGuestCtrlUpdateAdditions,     'update_additions', 'Updating Guest Additions',),
    1509             ( False, self.testGuestCtrl3D,                  '3d',               '3D acceleration',),
     1509            # @todo r=aeichner Only enable it again when this really works, and the 3D tests should probably live in a separate file
     1510            # ( False, self.testGuestCtrl3D,                  '3d',               '3D acceleration',),
    15101511        ];
    15111512
     
    56165617
    56175618        reporter.log2('Got screenshot (%s x %s) having %s bytes' % (iWidth, iHeight, len(aRGBData)));
     5619        # @todo r=aeichner Where is this result incorporated in the test result? It gets overwritten afterwards without being taken into account
    56185620        fRc = self.checkScreenShot(iWidth, iHeight, aRGBData);
    56195621
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