2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-03-29 00:42:49 +04:00
|
|
|
# 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/.
|
|
|
|
|
2018-05-07 16:43:12 +03:00
|
|
|
profile_files = [
|
2018-04-19 23:12:26 +03:00
|
|
|
'common/*',
|
2018-05-09 22:06:53 +03:00
|
|
|
'perf/*',
|
2018-05-07 16:43:12 +03:00
|
|
|
'profiles.json',
|
2014-12-10 21:58:51 +03:00
|
|
|
]
|
|
|
|
|
2018-05-07 16:43:12 +03:00
|
|
|
TEST_HARNESS_FILES.testing.mochitest.profile_data += profile_files
|
|
|
|
TEST_HARNESS_FILES['web-platform'].prefs += profile_files
|
2016-12-31 00:16:56 +03:00
|
|
|
|
|
|
|
with Files("**"):
|
2018-05-07 16:43:12 +03:00
|
|
|
BUG_COMPONENT = ("Testing", "General")
|