mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
Disable failing SCCS tests on the release branch
These are broken and we don't have an SCCS expert to fix them at present. This shouldn't block the Emacs 31 release because SCCS is a relatively obscure VCS. * test/lisp/vc/vc-tests/vc-tests.el (vc-test-sccs05-rename-file) (vc-test-sccs10-rename-directory): Mark as expected to fail. Do not merge to master.
This commit is contained in:
parent
388adcc570
commit
c794719167
|
|
@ -1167,6 +1167,7 @@ This checks also `vc-backend' and `vc-responsible-backend'."
|
|||
,(intern (format "vc-test-%s05-rename-file" backend-string)) ()
|
||||
,(format "Check `vc-rename-file' for the %s backend."
|
||||
backend-string)
|
||||
,@(and (eq backend 'SCCS) '(:expected-result :failed))
|
||||
(skip-unless
|
||||
(ert-test-passed-p
|
||||
(ert-test-most-recent-result
|
||||
|
|
@ -1252,6 +1253,7 @@ This checks also `vc-backend' and `vc-responsible-backend'."
|
|||
,(intern (format "vc-test-%s10-rename-directory" backend-string)) ()
|
||||
,(format "Check `vc-rename-file' with directories for the %s backend."
|
||||
backend-string)
|
||||
,@(and (eq backend 'SCCS) '(:expected-result :failed))
|
||||
(skip-unless
|
||||
(ert-test-passed-p
|
||||
(ert-test-most-recent-result
|
||||
|
|
|
|||
Loading…
Reference in a new issue