зеркало из https://github.com/mozilla/pjs.git
Disable test_symlinks.js temporarily as it fails under the 10.5 SDK. b=516799
This commit is contained in:
Родитель
70dce3d5f4
Коммит
363c6fc19f
|
@ -141,7 +141,8 @@ function testSymLinks(testDir, relative) {
|
|||
|
||||
function run_test() {
|
||||
// Skip this test on Windows
|
||||
if (isWin || isOS2)
|
||||
// Also skip this test on Mac OS X for now, not working with 10.5 SDK
|
||||
if (isWin || isOS2 || isMac)
|
||||
return;
|
||||
|
||||
var testDir = CWD;
|
||||
|
|
Загрузка…
Ссылка в новой задаче