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:
Kaustabh Datta Choudhury 2015-09-28 10:54:22 -04:00
parent a0bdf36b5f
commit b0b0391ce7
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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