aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/thread-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
27 hoursFix `signal` calls where the data argument is not a listStefan Monnier1-2/+2
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-08-10; Fix thread-testsEli Zaretskii1-1/+3
2025-08-09Allow thread's buffer to be killed, by defaultDmitry Gutov1-0/+64
2025-07-14; Fix 'threads-join-error' testEli Zaretskii1-5/+10
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-11-18; Fix typosStefan Kangas1-1/+1
2022-02-12Rewrite thread context switch code (bug#48990)Stefan Monnier1-0/+25
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-21Fix some tests in --without-all buildsStefan Kangas1-0/+1
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas1-4/+4
2021-04-19; Normalize and add missing first and last linesStefan Kangas1-1/+1
2021-04-04Remove redundant #' before lambda in testsStefan Kangas1-3/+3
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-04-24Use lexical-binding in most src testsStefan Kangas1-1/+1
2020-04-18; Fix some typos and doc issues (bug#40695)Štěpán Němec1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-06-14Remove failing test erroneously added in backportEli Zaretskii1-4/+0
2019-06-10Avoid assertion violation when comparing with main-threadEli Zaretskii1-0/+4
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-10-17Avoid assertion violation when comparing with main-threadEli Zaretskii1-0/+4
2018-08-31Mark thread-alive-p as obsoleteMichael Albinus1-2/+2
2018-08-31Rename thread-alive-p to thread-live-pMichael Albinus1-8/+8
2018-08-30Handle thread-signal towards the main thread (Bug#32502)Michael Albinus1-0/+21
2018-07-22thread-join returns the result of finished threadMichael Albinus1-6/+17
2018-07-17Add variable main-thread, fix Bug#32169Michael Albinus1-1/+10
2018-07-13Use consistent function names in thread-tests.elMichael Albinus1-8/+9
2018-07-12Provide feature 'threadsMichael Albinus1-28/+48
2018-01-17Add some test skip conditionsGlenn Morris1-24/+52
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-01-18Rudimentary error handling for non-main threadsEli Zaretskii1-4/+13
2017-01-13Fix last changeEli Zaretskii1-9/+9
2017-01-13Fix the new condvar testEli Zaretskii1-2/+3
2017-01-13Minor improvements in the new condvar testEli Zaretskii1-11/+14
2017-01-13Fix a bug in waiting for condition variableEli Zaretskii1-0/+41
2017-01-01Update copyright year to 2017 in masterPaul Eggert1-1/+1
2016-12-22; Spelling fixesPaul Eggert1-1/+1
2016-12-12Avoid crashing if a new thread is signaled right awayEli Zaretskii1-0/+9
2016-12-12Fix point motion in cloned buffersEli Zaretskii1-1/+11
2016-12-11Avoid aborts when a thread signals an errorEli Zaretskii1-0/+15
2016-12-10; Fix copyright years in new filesGlenn Morris1-1/+1
2016-12-06Fix the test suiteEli Zaretskii1-0/+0
2013-07-04fix buglet in test caseTom Tromey1-2/+2
2012-08-27cannot thread-join the current threadTom Tromey1-0/+4
2012-08-27fix test suite for condition-variable-p name changeTom Tromey1-4/+4