diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2021-11-18 19:35:13 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2021-11-18 19:35:13 +0100 |
commit | 03fba4da8fc689dabc65e693631cd17d819b5135 (patch) | |
tree | f04ef3cbd875c4c80d7ee3f2b2d89e628758c97d /test/infra | |
parent | a4e789c2e32dd16898529ece30bd2a90cef40c10 (diff) | |
download | emacs-03fba4da8fc689dabc65e693631cd17d819b5135.tar.gz emacs-03fba4da8fc689dabc65e693631cd17d819b5135.tar.bz2 emacs-03fba4da8fc689dabc65e693631cd17d819b5135.zip |
Do not exclude emacs-module-tests.el on emba
* test/infra/gitlab-ci.yml (test-native-comp-speed0)
(test-all-inotify): Do not exclude emacs-module-tests.el.
* test/src/emacs-module-tests.el
(module--test-assertions--load-non-live-object)
(module--test-assertions--load-non-live-object-with-global-copy)
(module--test-assertions--call-emacs-from-gc)
(module--test-assertions--globref-invalid-free): Tag them as
:unstable on emba. (Bug#50902)
Diffstat (limited to 'test/infra')
-rw-r--r-- | test/infra/gitlab-ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 001c7795725..096a293b302 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -302,9 +302,7 @@ test-native-comp-speed0: extends: [.job-template, .test-template, .native-comp-template] variables: target: emacs-native-comp-speed0 - make_params: >- - -C test check EXCLUDE_TESTS=%emacs-module-tests.el - SELECTOR='(not (tag :unstable))' + make_params: "-C test check SELECTOR='(not (tag :unstable))'" test-all-inotify: # This tests also file monitor libraries inotify and inotifywatch. @@ -317,7 +315,7 @@ test-all-inotify: - if: '$CI_PIPELINE_SOURCE == "schedule"' variables: target: emacs-inotify - make_params: check-expensive EXCLUDE_TESTS=%emacs-module-tests.el + make_params: check-expensive # Two hours. EMACS_TEST_TIMEOUT: 7200 |