mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 775779 - don't skip social tests in debug build. r=gavin
--HG-- extra : rebase_source : cf1ca6077102338b9cefc34f39ab60e5622d0dd2
This commit is contained in:
parent
4fb59c3e37
commit
6e02212b07
@ -5,11 +5,6 @@
|
|||||||
let SocialService = Cu.import("resource://gre/modules/SocialService.jsm", {}).SocialService;
|
let SocialService = Cu.import("resource://gre/modules/SocialService.jsm", {}).SocialService;
|
||||||
|
|
||||||
function test() {
|
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();
|
waitForExplicitFinish();
|
||||||
|
|
||||||
let manifest = { // normal provider
|
let manifest = { // normal provider
|
||||||
|
@ -5,12 +5,6 @@
|
|||||||
let SocialService = Cu.import("resource://gre/modules/SocialService.jsm", {}).SocialService;
|
let SocialService = Cu.import("resource://gre/modules/SocialService.jsm", {}).SocialService;
|
||||||
|
|
||||||
function test() {
|
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();
|
waitForExplicitFinish();
|
||||||
|
|
||||||
let manifest = { // normal provider
|
let manifest = { // normal provider
|
||||||
|
Loading…
Reference in New Issue
Block a user