diff options
| author | Michael Albinus | 2018-03-22 09:43:44 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-03-22 09:43:44 +0100 |
| commit | aeb107b63022824c9844b0658cfe22de2c4c0ecd (patch) | |
| tree | adf54cc23014a5ac8630d2d39b77cd9d55a4b7f3 | |
| parent | 0a53c71fe27a61b7c8cc576d570bf82ca650247d (diff) | |
| download | emacs-aeb107b63022824c9844b0658cfe22de2c4c0ecd.tar.gz emacs-aeb107b63022824c9844b0658cfe22de2c4c0ecd.zip | |
Tag tramp-test39-utf8* as :unstable
* test/lisp/net/tramp-tests.el (tramp-test39-utf8)
(tramp-test39-utf8-with-stat, tramp-test39-utf8-with-perl)
(tramp-test39-utf8-with-ls): Tag the tests as :unstable.
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 519c98a89fd..70c9002ab3f 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -4653,6 +4653,7 @@ Use the `ls' command." | |||
| 4653 | 4653 | ||
| 4654 | (ert-deftest tramp-test39-utf8 () | 4654 | (ert-deftest tramp-test39-utf8 () |
| 4655 | "Check UTF8 encoding in file names and file contents." | 4655 | "Check UTF8 encoding in file names and file contents." |
| 4656 | :tags '(:unstable) | ||
| 4656 | (skip-unless (tramp--test-enabled)) | 4657 | (skip-unless (tramp--test-enabled)) |
| 4657 | (skip-unless (not (tramp--test-docker-p))) | 4658 | (skip-unless (not (tramp--test-docker-p))) |
| 4658 | (skip-unless (not (tramp--test-rsync-p))) | 4659 | (skip-unless (not (tramp--test-rsync-p))) |
| @@ -4664,7 +4665,7 @@ Use the `ls' command." | |||
| 4664 | (ert-deftest tramp-test39-utf8-with-stat () | 4665 | (ert-deftest tramp-test39-utf8-with-stat () |
| 4665 | "Check UTF8 encoding in file names and file contents. | 4666 | "Check UTF8 encoding in file names and file contents. |
| 4666 | Use the `stat' command." | 4667 | Use the `stat' command." |
| 4667 | :tags '(:expensive-test) | 4668 | :tags '(:expensive-test :unstable) |
| 4668 | (skip-unless (tramp--test-enabled)) | 4669 | (skip-unless (tramp--test-enabled)) |
| 4669 | (skip-unless (tramp--test-sh-p)) | 4670 | (skip-unless (tramp--test-sh-p)) |
| 4670 | (skip-unless (not (tramp--test-docker-p))) | 4671 | (skip-unless (not (tramp--test-docker-p))) |
| @@ -4684,7 +4685,7 @@ Use the `stat' command." | |||
| 4684 | (ert-deftest tramp-test39-utf8-with-perl () | 4685 | (ert-deftest tramp-test39-utf8-with-perl () |
| 4685 | "Check UTF8 encoding in file names and file contents. | 4686 | "Check UTF8 encoding in file names and file contents. |
| 4686 | Use the `perl' command." | 4687 | Use the `perl' command." |
| 4687 | :tags '(:expensive-test) | 4688 | :tags '(:expensive-test :unstable) |
| 4688 | (skip-unless (tramp--test-enabled)) | 4689 | (skip-unless (tramp--test-enabled)) |
| 4689 | (skip-unless (tramp--test-sh-p)) | 4690 | (skip-unless (tramp--test-sh-p)) |
| 4690 | (skip-unless (not (tramp--test-docker-p))) | 4691 | (skip-unless (not (tramp--test-docker-p))) |
| @@ -4707,7 +4708,7 @@ Use the `perl' command." | |||
| 4707 | (ert-deftest tramp-test39-utf8-with-ls () | 4708 | (ert-deftest tramp-test39-utf8-with-ls () |
| 4708 | "Check UTF8 encoding in file names and file contents. | 4709 | "Check UTF8 encoding in file names and file contents. |
| 4709 | Use the `ls' command." | 4710 | Use the `ls' command." |
| 4710 | :tags '(:expensive-test) | 4711 | :tags '(:expensive-test :unstable) |
| 4711 | (skip-unless (tramp--test-enabled)) | 4712 | (skip-unless (tramp--test-enabled)) |
| 4712 | (skip-unless (tramp--test-sh-p)) | 4713 | (skip-unless (tramp--test-sh-p)) |
| 4713 | (skip-unless (not (tramp--test-docker-p))) | 4714 | (skip-unless (not (tramp--test-docker-p))) |