VirtualBox

Changeset 57734 in vbox


Ignore:
Timestamp:
Sep 14, 2015 12:27:05 PM (9 years ago)
Author:
vboxsync
Message:

tdUnitTest1.py: Disabled tstRTR0TimerDriver on 32-bit windows, see xTracker defect 8041.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py

    r57731 r57734  
    9494            'tscpasswd': '',                            # ??
    9595            'tstVMREQ': '',                            # ?? Same as darwin.x86?
     96        },
     97        'win.x86': {
     98            'testcase/tstRTR0TimerDriver': '',          # See xTracker #8041.
    9699        }
    97100    };
     
    703706        # Determin the host OS specific exclusion lists.
    704707        dTestCasesBuggyForHostOs = self.kdTestCasesBuggyPerOs.get(utils.getHostOs(), []);
     708        dTestCasesBuggyForHostOs.update(self.kdTestCasesBuggyPerOs.get(utils.getHostOsDotArch(), []);)
    705709
    706710        #
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