Bug 1135315 - Disable the webide tests on OSX 10.8 & 10.10 debug due to asserts across the suite on 38+. a=test-only

--HG--
extra : rebase_source : cb39a381166f4ded0c9c4562c2be479c5aa7e93e
This commit is contained in:
Ryan VanderMeulen 2015-06-11 12:58:08 -04:00
Родитель 7ecb2e38eb
Коммит be9cb1f5fc
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
[DEFAULT]
tags = devtools
skip-if = buildapp == 'b2g'
skip-if = buildapp == 'b2g' || (os == "mac" && (os_version == "10.8" || os_version == "10.10") && debug) # Bug 1135315 - assertions
support-files =
app/index.html
app/manifest.webapp

Просмотреть файл

@ -1,6 +1,6 @@
[DEFAULT]
tags = devtools
skip-if = buildapp == 'b2g'
skip-if = buildapp == 'b2g' || (os == "mac" && (os_version == "10.8" || os_version == "10.10") && debug) # Bug 1135315 - assertions
support-files =
../app/index.html
../app/manifest.webapp