]> git.eshelyaron.com Git - emacs.git/commit
Adapt process-tests to Android
authorPo Lu <luangruo@yahoo.com>
Fri, 28 Feb 2025 13:05:55 +0000 (21:05 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 20:51:28 +0000 (21:51 +0100)
commit233e26e1f90b640f2ecb997435aec0ed2ad2617f
tree58eac4940726c36403b01836e4204f0f75f1466f
parent7811b1e2280f83c26daf6d9922b409222b612a2d
Adapt process-tests to Android

* src/android.c (android_init_thread_events)
(android_run_select_thread): Guarantee that the select thread is
initialized before returning.

* test/src/process-tests.el
(process-tests/fd-setsize-no-crash/make-process)
(process-tests/fd-setsize-no-crash/make-pipe-process)
(process-tests/fd-setsize-no-crash/make-network-process)
(process-tests/fd-setsize-no-crash/make-serial-process): Skip on
Android.

(cherry picked from commit 18c8c44bef9b85adf3cff65f08b7f6a8c59687db)
src/android.c
test/src/process-tests.el