Bug 1191670 - Tweak comments in some memory reporter tests. r=erahm.

DONTBUILD because comment-only changes.
This commit is contained in:
Nicholas Nethercote 2015-08-06 19:07:50 -07:00
parent 266683b0d0
commit e0156b05c9
3 changed files with 6 additions and 7 deletions

View File

@ -24,10 +24,6 @@
<script type="application/javascript">
<![CDATA[
// Nb: this test is all JS and so should be done with an xpcshell test,
// but bug 671753 is preventing the memory-reporter-manager from being
// accessed from xpcshell.
"use strict";
const Cc = Components.classes;

View File

@ -7,6 +7,9 @@
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
<!-- This file tests (in a rough fashion) whether the memory reporters are
producing sensible results in the presence of child processes. -->
<!-- test results are displayed in the html:body -->
<body xmlns="http://www.w3.org/1999/xhtml">
</body>

View File

@ -16,9 +16,9 @@
// Test for bug 708248, where the SQLite memory multi-reporter was
// crashing when a DB was closed.
// Nb: this test is all JS and so should be done with an xpcshell test,
// but bug 671753 is preventing the memory-reporter-manager from being
// accessed from xpcshell.
// Nb: this test is all JS and chould be done with an xpcshell test,
// but all the other memory reporter tests are mochitests, so it's easier
// if this one is too.
const Cc = Components.classes;
const Ci = Components.interfaces;