No bug - Put the gfx mochitest.ini in the same dir as the tests it lists.

--HG--
rename : gfx/tests/mochitest.ini => gfx/tests/mochitest/mochitest.ini
This commit is contained in:
Ryan VanderMeulen 2014-12-09 09:55:25 -05:00
Родитель 1a9942004c
Коммит cc5461caf4
3 изменённых файлов: 11 добавлений и 9 удалений

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

@ -1,8 +0,0 @@
[DEFAULT]
skip-if = buildapp == 'mulet' || buildapp == 'b2g'
[mochitest/test_bug509244.html]
[mochitest/test_bug513439.html]
skip-if = e10s
[mochitest/test_acceleration.html]
# Disable test until bug 1064136 is fixed
# [mochitest/test_overdraw.html]

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

@ -0,0 +1,10 @@
[DEFAULT]
skip-if = buildapp == 'mulet' || buildapp == 'b2g'
[test_acceleration.html]
[test_bug509244.html]
[test_bug513439.html]
skip-if = e10s
[test_overdraw.html]
# Disable test until bug 1064136 is fixed
skip-if = true

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

@ -5,4 +5,4 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
MOCHITEST_MANIFESTS += ['mochitest.ini']
MOCHITEST_MANIFESTS += ['mochitest/mochitest.ini']