зеркало из https://github.com/mozilla/pjs.git
Bug 599475, re-enable crash reporter and punycode tests, r=ted.mielczarek, a=blocking-beta8 CLOSED TREE
This commit is contained in:
Родитель
259e1e775b
Коммит
45fc504e87
|
@ -1,11 +1,5 @@
|
|||
function run_test()
|
||||
{
|
||||
var isOSX = ("nsILocalFileMac" in Components.interfaces);
|
||||
if (isOSX) {
|
||||
dump("INFO | test_crashreporter.js | Skipping test on mac, bug 599475")
|
||||
return;
|
||||
}
|
||||
|
||||
if (!("@mozilla.org/toolkit/crash-reporter;1" in Components.classes)) {
|
||||
dump("INFO | test_crashreporter.js | Can't test crashreporter in a non-libxul build.\n");
|
||||
return;
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
function run_test()
|
||||
{
|
||||
var isOSX = ("nsILocalFileMac" in Components.interfaces);
|
||||
if (isOSX) {
|
||||
dump("INFO | test_crashreporter_crash_profile_lock.js | Skipping test on mac, bug 599475")
|
||||
return;
|
||||
}
|
||||
|
||||
if (!("@mozilla.org/toolkit/crash-reporter;1" in Components.classes)) {
|
||||
dump("INFO | test_crashreporter.js | Can't test crashreporter in a non-libxul build.\n");
|
||||
return;
|
||||
|
|
|
@ -93,12 +93,6 @@ function checkFile() {
|
|||
}
|
||||
|
||||
function run_test() {
|
||||
var isOSX = ("nsILocalFileMac" in Components.interfaces);
|
||||
if (isOSX) {
|
||||
dump("INFO | test_punycodeURIs.js | Skipping test on mac, bug 599475")
|
||||
return;
|
||||
}
|
||||
|
||||
// set up the uri to test with
|
||||
var ioService =
|
||||
Components.classes["@mozilla.org/network/io-service;1"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче