mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1191670 - Tweak comments in some memory reporter tests. r=erahm.
DONTBUILD because comment-only changes.
This commit is contained in:
parent
266683b0d0
commit
e0156b05c9
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user