Changeset 57734 in vbox
- Timestamp:
- Sep 14, 2015 12:27:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r57731 r57734 94 94 'tscpasswd': '', # ?? 95 95 'tstVMREQ': '', # ?? Same as darwin.x86? 96 }, 97 'win.x86': { 98 'testcase/tstRTR0TimerDriver': '', # See xTracker #8041. 96 99 } 97 100 }; … … 703 706 # Determin the host OS specific exclusion lists. 704 707 dTestCasesBuggyForHostOs = self.kdTestCasesBuggyPerOs.get(utils.getHostOs(), []); 708 dTestCasesBuggyForHostOs.update(self.kdTestCasesBuggyPerOs.get(utils.getHostOsDotArch(), []);) 705 709 706 710 #
Note:
See TracChangeset
for help on using the changeset viewer.