Bug 775779 - don't skip social tests in debug build. r=gavin

--HG--
extra : rebase_source : cf1ca6077102338b9cefc34f39ab60e5622d0dd2
This commit is contained in:
Mark Hammond 2012-08-08 18:09:35 -07:00
parent 4fb59c3e37
commit 6e02212b07
2 changed files with 0 additions and 11 deletions

View File

@ -5,11 +5,6 @@
let SocialService = Cu.import("resource://gre/modules/SocialService.jsm", {}).SocialService;
function test() {
// XXX Bug 775779
if (Cc["@mozilla.org/xpcom/debug;1"].getService(Ci.nsIDebug2).isDebugBuild) {
ok(true, "can't run social sidebar test in debug builds because they falsely report leaks");
return;
}
waitForExplicitFinish();
let manifest = { // normal provider

View File

@ -5,12 +5,6 @@
let SocialService = Cu.import("resource://gre/modules/SocialService.jsm", {}).SocialService;
function test() {
// XXX Bug 775779
if (Cc["@mozilla.org/xpcom/debug;1"].getService(Ci.nsIDebug2).isDebugBuild) {
ok(true, "can't run social sidebar test in debug builds because they falsely report leaks");
return;
}
waitForExplicitFinish();
let manifest = { // normal provider