Bug 1537923 - Part 2: Don't skip shell-only tests for all test configurations. r=jorendorff

Differential Revision: https://phabricator.services.mozilla.com/D24388

--HG--
extra : moz-landing-system : lando
This commit is contained in:
André Bargull 2019-03-26 15:03:38 +00:00
Родитель e775fe5b2a
Коммит 4ef1952142
5 изменённых файлов: 5 добавлений и 5 удалений

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

@ -1,4 +1,4 @@
// |reftest| skip -- no-op in browser, fails in shell - see bug 554793
// |reftest| skip-if(!xulRuntime.shell) -- requires evalcx
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this

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

@ -1,4 +1,4 @@
// |reftest| skip
// |reftest| skip-if(!xulRuntime.shell) -- preventExtensions on global
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/

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

@ -1,4 +1,4 @@
// |reftest| skip
// |reftest| skip-if(!xulRuntime.shell) -- preventExtensions on global
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/

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

@ -1,4 +1,4 @@
// |reftest| skip
// |reftest| skip-if(!xulRuntime.shell) -- requires evalcx
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
// Contributor: Gary Kwong <gary@rumblingedge.com>

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

@ -1,4 +1,4 @@
// |reftest| skip
// |reftest| skip-if(!xulRuntime.shell) -- preventExtensions on global
/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/licenses/publicdomain/