зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1281032 - skip entire directory on non linux. r=Tomcat
MozReview-Commit-ID: 2RdEP1J7sTi --HG-- extra : rebase_source : f38ff53ec1b9e1e968ff89ead2479ea592ee20a4
This commit is contained in:
Родитель
4ec41d13da
Коммит
dc66d5ab33
|
@ -1,5 +1,6 @@
|
|||
[DEFAULT]
|
||||
skip-if = os != "linux"
|
||||
|
||||
[browser_420786.js]
|
||||
[browser_633221.js]
|
||||
skip-if = os != "linux"
|
||||
|
||||
|
|
|
@ -72,10 +72,6 @@ function onPageLoad() {
|
|||
function test() {
|
||||
var osString = Cc["@mozilla.org/xre/app-info;1"].
|
||||
getService(Ci.nsIXULRuntime).OS;
|
||||
if (osString != "Linux") {
|
||||
todo(false, "This test is Linux specific for now.");
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
// If GSettings is available, then the GConf tests
|
||||
|
|
Загрузка…
Ссылка в новой задаче