VirtualBox

Ignore:
Timestamp:
Jan 18, 2024 3:11:51 PM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161181
Message:

fix win64dep, win64dep2, pylint complains. Added fedora39 to uinstall

Location:
trunk/src/VBox/ValidationKit/tests
Files:
2 edited

Legend:

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

    r102950 r102953  
    15071507            ( False, self.testGuestCtrlFileRemove,          'file_remove',      'Removing files',), # Destroys prepped files.
    15081508            ( 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
    15101511            # ( False, self.testGuestCtrl3D,                  '3d',               '3D acceleration',),
    15111512        ];
     
    15131514        if not self.fSkipKnownBugs:
    15141515            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.
    15161517                #        Needs to be investigated and fixed.
    15171518                ( False, self.testGuestCtrlSessionReboot,   'session_reboot',   'Session w/ Guest Reboot',), # May zap /tmp.
     
    56175618
    56185619        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
    56205622        fRc = self.checkScreenShot(iWidth, iHeight, aRGBData);
    56215623
  • trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py

    r102926 r102953  
    570570
    571571            #
     572            # Fedora
     573            #
     574            UnattendedVm(oSet, 'tst-fedora-39-64', 'Fedora_64', '7.0/uaisos/Fedora-Workstation-Live-x86_64-39-1.5.iso',
     575                         UnattendedVm.kfAvoidNetwork | UnattendedVm.kfNoGAs),
     576
     577            #
    572578            # OS/2.
    573579            #
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette