mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1162003 - Enable run-by-dir mode on Fx desktop mac debug platform and re-enable a few tests. r=jmaher
This commit is contained in:
parent
a0bdf36b5f
commit
b0b0391ce7
@ -172,10 +172,6 @@ skip-if = (toolkit == 'gonk' && !debug) || android_version == '10' || android_ve
|
||||
[test_stereoPanningWithGain.html]
|
||||
[test_waveDecoder.html]
|
||||
[test_waveShaper.html]
|
||||
skip-if = os == 'win' && debug #Bug 1202564
|
||||
[test_waveShaperNoCurve.html]
|
||||
skip-if = os == 'win' && debug #Bug 1202565
|
||||
[test_waveShaperPassThrough.html]
|
||||
skip-if = os == 'win' && debug #Bug 1196084
|
||||
[test_waveShaperInvalidLengthCurve.html]
|
||||
skip-if = os == 'win' && debug #Bug 1202567
|
||||
|
@ -2583,9 +2583,6 @@ def run_test_harness(options):
|
||||
if mozinfo.info['asan'] and options.e10s:
|
||||
options.runByDir = False
|
||||
|
||||
if mozinfo.isMac and mozinfo.info['debug']:
|
||||
options.runByDir = False
|
||||
|
||||
if runner.getTestFlavor(options) == 'browser-chrome':
|
||||
options.runByDir = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user