Changeset 102953 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Jan 18, 2024 3:11:51 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161181
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r102950 r102953 1507 1507 ( False, self.testGuestCtrlFileRemove, 'file_remove', 'Removing files',), # Destroys prepped files. 1508 1508 ( False, self.testGuestCtrlUpdateAdditions, 'update_additions', 'Updating Guest Additions',), 1509 # @todo r=aeichner Only enable it again when this really works, and the 3D tests should probably live in a separate file 1509 # @todo r=aeichner Only enable it again when this really works, 1510 # the 3D tests should probably live in a separate file 1510 1511 # ( False, self.testGuestCtrl3D, '3d', '3D acceleration',), 1511 1512 ]; … … 1513 1514 if not self.fSkipKnownBugs: 1514 1515 atTests.extend([ 1515 # #@todo Seems to (mainly?) fail on Linux guests, primarily running with systemd as service supervisor.1516 # @todo Seems to (mainly?) fail on Linux guests, primarily running with systemd as service supervisor. 1516 1517 # Needs to be investigated and fixed. 1517 1518 ( False, self.testGuestCtrlSessionReboot, 'session_reboot', 'Session w/ Guest Reboot',), # May zap /tmp. … … 5617 5618 5618 5619 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 5620 # @todo r=aeichner Where is this result incorporated in the test result? 5621 # It gets overwritten afterwards without being taken into account 5620 5622 fRc = self.checkScreenShot(iWidth, iHeight, aRGBData); 5621 5623
Note:
See TracChangeset
for help on using the changeset viewer.