javascript - Test failing in locally built firefox -
i have built mozilla source code. performed xpcshell-test , tests failing. these tests failed :-
dom/push/test/xpcshell/test_register_success_http2.js ----------------------------------------------------- fail [parent] dom/push/test/xpcshell/test_register_error_http2.js --------------------------------------------------- fail [parent] dom/push/test/xpcshell/test_unregister_success_http2.js ------------------------------------------------------- fail [parent] dom/push/test/xpcshell/test_notification_http2.js ------------------------------------------------- fail [parent] dom/push/test/xpcshell/test_registration_success_http2.js --------------------------------------------------------- fail [parent] netwerk/test/unit/test_immutable.js ----------------------------------- fail [parent] netwerk/test/unit/test_origin.js -------------------------------- fail [parent] netwerk/test/unit/test_protocolproxyservice.js ---------------------------------------------- fail [parent] netwerk/test/unit/test_socks.js ------------------------------- fail [parent] netwerk/test/unit/test_http2.js ------------------------------- fail [parent] netwerk/test/unit/test_altsvc.js -------------------------------- fail [parent] netwerk/test/unit/test_unix_domain.js ------------------------------------- fail [parent]
i want start contributing mozilla development. have worry ?
tests should not fail. however, depending on how build performed (e.g. tweaking configuration in .mozconfig
) tests may fail. moreover, there's class of tests can fail intermittently.
in general, if test passing before made changes, need worry, introduced regression in code. if tests failing without performing change, it's worth filing bug in appropriate component on bugzilla: developers figure out why that's failing , fix problem.
Comments
Post a Comment