Changeset 102950 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jan 18, 2024 12:45:40 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r102946 r102950 1507 1507 ( False, self.testGuestCtrlFileRemove, 'file_remove', 'Removing files',), # Destroys prepped files. 1508 1508 ( 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',), 1510 1511 ]; 1511 1512 … … 5616 5617 5617 5618 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 5618 5620 fRc = self.checkScreenShot(iWidth, iHeight, aRGBData); 5619 5621
Note:
See TracChangeset
for help on using the changeset viewer.