]> git.eshelyaron.com Git - emacs.git/commit
Skip failing tests on Cygwin with native compilation (bug#62450)
authorKen Brown <kbrown@cornell.edu>
Sat, 25 Mar 2023 20:37:51 +0000 (16:37 -0400)
committerKen Brown <kbrown@cornell.edu>
Sun, 26 Mar 2023 14:04:59 +0000 (10:04 -0400)
commit45b16bfb496025d9f21f7cdccb6a25a0be83a26f
tree2d9c24761e176d16fab3dfcd16b60918aebe04a7
parent8b4a494d8d4413ae6d566f6478f84e319aeaacdd
Skip failing tests on Cygwin with native compilation (bug#62450)

* test/Makefile.in (TEST_NATIVE_COMP): New variable, used to
determine whether to run tests tagged with :nativecomp.  Set it to
"no" on Cygwin and to $(HAVE_NATIVE_COMP) otherwise.

* test/lisp/emacs-lisp/benchmark-tests.el (benchmark-tests): Skip
on Cygwin with native-compilation.
test/Makefile.in
test/lisp/emacs-lisp/benchmark-tests.el