Bug 1089032 - Removing invalid mochitests and adding support-files in dom/encoding/test. r=jmaher

This commit is contained in:
Vaibhav Agrawal 2014-10-30 10:43:00 +01:00
parent 1ce33584a0
commit 81e1888082
4 changed files with 6 additions and 18 deletions

View File

@ -35,7 +35,6 @@ GENERATED_FILES += [
MOCHITEST_MANIFESTS += [
'test/mochitest.ini',
'test/unit/mochitest.ini',
]
MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']

View File

@ -9,6 +9,12 @@ support-files =
file_utf16_le_bom.xhtml
file_utf16_le_nobom.xhtml
file_TLD.html
unit/test_big5.js
unit/test_euc-jp.js
unit/test_euc-kr.js
unit/test_gbk.js
unit/test_iso-2022-jp.js
unit/test_shift_jis.js
worker_helper.js
[test_BOMEncoding.js]

View File

@ -1,9 +0,0 @@
[DEFAULT]
skip-if = e10s
[test_big5.js]
[test_euc-jp.js]
[test_euc-kr.js]
[test_gbk.js]
[test_iso-2022-jp.js]
[test_shift_jis.js]

View File

@ -1,8 +0,0 @@
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
MOCHITEST_MANIFESTS += ['mochitest.ini']