Backed out changeset 98e6c8bf442e (bug 1369801)

MozReview-Commit-ID: YU31Ujz18C
This commit is contained in:
Sebastian Hengst 2017-07-27 18:14:33 +02:00
parent 11dcaa8720
commit 31b6c003f8
4 changed files with 2 additions and 26 deletions

View File

@ -10,11 +10,7 @@ with Files('**'):
if CONFIG['ENABLE_TESTS']:
DIRS += ['tests/gtest']
XPCSHELL_TESTS_MANIFESTS += [
'tests/unit/xpcshell.ini',
'tests/unit/xpcshell_ipc.ini',
]
XPCSHELL_TESTS_MANIFESTS += [ 'tests/unit/xpcshell.ini' ]
MOCHITEST_MANIFESTS += [ 'tests/mochitest/mochitest.ini' ]
MOCHITEST_CHROME_MANIFESTS += [ 'tests/mochitest/chrome.ini' ]

View File

@ -1,10 +0,0 @@
/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
/* exported Cu, CC */
// Simplistic head.js simply gathering dependencies needed for test_SaveHeapSnapshot.js
var Cu = Components.utils;
var CC = Components.Constructor;

View File

@ -94,3 +94,4 @@ skip-if = os == 'linux' # Bug 1176173
[test_ReadHeapSnapshot_worker.js]
skip-if = os == 'linux' # Bug 1176173
[test_SaveHeapSnapshot.js]
[test_saveHeapSnapshot_e10s_01.js]

View File

@ -1,11 +0,0 @@
[DEFAULT]
tags = devtools heapsnapshot devtools-memory
head = head_heapsnapshot_ipc.js
firefox-appdir = browser
skip-if = toolkit == 'android'
support-files =
test_SaveHeapSnapshot.js
[test_saveHeapSnapshot_e10s_01.js]
# Using a separate test suite for this test to avoid loading the shared xpcshell head.js
# test file which will fail when trying to load preferences in content.