Part of Bug 450884 - for TB only, disable the few xpcshell tests that are known to fail until we have fix them, thus allowing a full make check to run. r=bienvenu

This commit is contained in:
Mark Banner 2008-08-20 14:57:16 +01:00
Родитель 6d9f0ab9a2
Коммит 2b5d074bb7
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -398,3 +398,10 @@ libs:: $(srcdir)/profile/prefs.js
install:: $(srcdir)/profile/prefs.js install:: $(srcdir)/profile/prefs.js
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/profile $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/profile
# Disable these tests due to bug 431125
libs::
echo "function run_test() {dump('disabled for bug 431125');}" >$(DIST)/../_tests/xpcshell-simple/test_cookies/unit/test_cookies.js
echo "function run_test() {dump('disabled for TB for bug 431125');}" >$(DIST)/../_tests/xpcshell-simple/test_necko/unit/test_cookie_header.js
$(RM) $(DIST)/bin/TestCookie
cp $(DIST)/bin/TestTArray $(DIST)/bin/TestCookie