source: tests/concurrent

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @de934c7   13 months caparson minor changes to channel test harness ADTast-experimental
(edit) @1205b3e   13 months pabuhr update 32-bit tests after change to PRNG ADTast-experimental
(edit) @90fb672   13 months pabuhr use splitmix32/64 to prime set seed for all PRNG ADTast-experimental
(edit) @814a4da   13 months caparson updated expect files for prng based tests ADTast-experimental
(edit) @dbae916   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1950837   13 months caparson added virtual dtor test to actor test suite, updated other relevant … ADTast-experimental
(edit) @b2f3880   13 months pabuhr add newline at end of file ADTast-experimental
(edit) @e54b4e9   14 months caparson missed this in prev commit ADTast-experimental
(edit) @4933f18   14 months caparson added test case to types test and refactored to remove redundant ctor calls ADTast-experimental
(edit) @858350a   14 months caparson added poison pill messages and made test for them ADTast-experimental
(edit) @809e058   14 months caparson changed actor tests to reflect syntax change and some small changes … ADTast-experimental
(edit) @d964c39   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @ce44c5f   14 months caparson Thought of new channel implementation while working on the prevention … ADTast-experimental
(edit) @aca0d2f   14 months pabuhr make anonymous struct declaration static ADTast-experimental
(edit) @ccf1d99   15 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @1f35220   15 months caparson updated test params so that they ran for appropriate duration ADTast-experimental
(edit) @a4ab235   15 months caparson added executor test ADTast-experimental
(edit) @dab2b6a   15 months caparson added dynamic allocation actor test ADTast-experimental
(edit) @757099e   15 months caparson reverted changes to types.cfa now that I fixed the underlying bug and … ADTast-experimental
(edit) @d2b94f2   15 months caparson temporary fix to correct build error, fix in actor pass to come later ADTast-experimental
(edit) @1c75ef8   15 months caparson added pingpong test ADTast-experimental
(edit) @77ca074   15 months caparson cleaned up actor matrix test a bit ADTast-experimental
(edit) @82b96953   15 months caparson added expect files for actor tests ADTast-experimental
(edit) @418882a   15 months caparson added two actor tests. More to come ADTast-experimental
(edit) @b3d794fc   15 months caparson removed unneeded dependency that broke build ADTast-experimental
(edit) @42b739d7   15 months caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @b49310f   15 months caparson fixed parameters for test to eliminate deadlock case ADTast-experimental
(edit) @dbd47d6   15 months caparson fixed makefile for tests by adding appropriate includes ADTast-experimental
(edit) @53ef99a   15 months caparson removed file accidentally included in earlier commit ADTast-experimental
(edit) @2cc969c   15 months caparson remove unused expect file due to renaming ADTast-experimental
(edit) @73e3a8f9   15 months caparson refactored name of channel test to remove channel from the name ADTast-experimental
(edit) @cca034e   15 months caparson added another channel test and refactored the existing one to reuse code ADTast-experimental
(edit) @72abfdd   15 months caparson added expect for channel test ADTast-experimental
(edit) @afffd6c   15 months caparson removed accidentally committed a.out ADTast-experimental
(edit) @4a962d8   15 months caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
(edit) @aa45b15   15 months caparson commit expect files for the unified locking dir move ADTast-experimental
(edit) @703c88e   15 months caparson missed another lock name refactor in the earlier commit ADTast-experimental
(edit) @357ab79   15 months caparson moved unified locking tests to be under concurrent directory since … ADTast-experimental
(edit) @8fb7402   16 months caparson fixed race condition in select_future test to fix build failure ADTast-experimental
(edit) @243d998   16 months caparson added and updated future tests ADTast-experimental
(edit) @be3b952   16 months pabuhr update 32-bit .expect for tests using PRNG ADTast-experimental
(edit) @ae7a085c   16 months pabuhr change printing format in PRNG, update .expect for tests using PRNG ADTast-experimental
(edit) @199456c   16 months Thierry Delisle Forgot that prng used different algorithm on 32bit ADTast-experimental
(edit) @c63f470   16 months Thierry Delisle Changed bounded buffer tests to use prng, which has better defined … ADTast-experimental
(edit) @be1d00c   17 months Thierry Delisle Changed fairness tests to use sched_yield in case exhausting the time … ADTast-experimental
(edit) @7bc84b8   17 months pabuhr remove unsigned cast for prng calls ADTast-experimental
(edit) @d2ad151   17 months pabuhr major update of PRNG ADTast-experimental
(edit) @e8b8e65   18 months Thierry Delisle Added implementation of call_once ADTast-experimental
(edit) @a167c70c   18 months Thierry Delisle Added thread support for migrating between clusters. ADTast-experimental
(edit) @7f6a7c9   19 months Thierry Delisle Merge branch 'master' into pthread-emulation ADTast-experimentalpthread-emulation
(edit) @ef1da0e2   19 months f37yu try to make parameter qualifier conversion work for assertions ADTast-experimentalpthread-emulation
(edit) @c87b604   20 months Thierry Delisle Removed the last old ast expected files ADTast-experimentalpthread-emulation
(edit) @1bcbf02   20 months Thierry Delisle Changed declarations using _Thread_local to use thread. I'm fairly … ADTast-experimentalpthread-emulation
(edit) @b67fe85   20 months Thierry Delisle Updated thread_local I forgot to change last time ADTast-experimentalpthread-emulation
(edit) @428adbc   21 months z277zhu fix pthread_sig* interpose problems; add test doc Signed-off-by: … ADTast-experimentalpthread-emulation
(edit) @20be782   21 months z277zhu add pthread ADTast-experimentalpthread-emulation
(edit) @1f0ee71   23 months Thierry Delisle Fixed typo in wait_any after yesterday's fix ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6d41f66   23 months Thierry Delisle Fixed wait_any to use fulfil rather than post ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c06551b   23 months caparson added wait_any to fwd.cfa for future_t ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6dc7011a   2 years Thierry Delisle Tentative test for non-executable heap, currently broken ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @928128d   2 years Thierry Delisle Changed test to use regular prng ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @63db8fd7   2 years Thierry Delisle Added test that checks fairness of the readyQ. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a18373a   2 years Thierry Delisle Added a hook for the barrier's last block. Added testing to go with it. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5b7fea7   2 years Thierry Delisle barrier/order test now yields for more chaos ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5f53cc3   2 years Thierry Delisle Added a slightly chaotic ready queue test that has the cluster fully … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @31ef267   2 years Thierry Delisle Added comments. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @93b8cf4   2 years Thierry Delisle Added a simple barrier and accompagnying tests. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @80e39f1   2 years Thierry Delisle Removed unnecessary stats include. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @b39e961b   2 years caparson fixed stats.hfa include and added monitor to polymorphic test ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @51239d1b   2 years caparson added new mutexstmt tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @623d1c8   2 years caparson added test changes ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @510e6f9   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @eb3bc52   2 years caparson split mutexstmt locking test to try and catch error ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4f6dda0   2 years ajbeach Converted Implement Concurrent Keywords to the new AST. Includes … ADTast-experimentalenumpthread-emulationqualifiedEnum old-sched
(edit) @a494d105   2 years ajbeach Added a semantic error if the proper includes are not used before a … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @fc72696c   2 years Thierry Delisle Added second preempt test that checks the same thing but using a … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7b2c8c3c   2 years Thierry Delisle Moved globals to a struct so maybe gcc won't just optimize out my … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @8e5e945   2 years Thierry Delisle Increase preempt spin timeout and added duration per phase calculation ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @97fed44   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f57f6ea0   2 years caparson added tests for scoped locks ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @120ab9d5   2 years Thierry Delisle Fixed tests after last push ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @b200492   2 years Thierry Delisle Fixed last push which wasn't checked properly. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1612315   2 years Thierry Delisle Change spin count to be a member so it can be viewed in core-dumps. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c0f881b   2 years Thierry Delisle Added spin count to the debug test to help identify why it's timing out. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @0fc447c   2 years Thierry Delisle Removed fast_lock, which doesn't seemed to have ever worked and isn't … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @56f519b   2 years ajbeach Clean-up of the last pass. Added a test for the constructor mutex … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @237df76   3 years pabuhr convert from test programs I/O acquire to mutex statement ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @bbe3719   3 years caparson cleaned up some mutex stmt related code ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1b97976c   3 years caparson added in file I forgot and added test expect for locks ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @af67ee1   3 years caparson Added support for locks as parameters to mutex stmt ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @8cb3816   3 years caparson fixed expected file for mutexstmt monitors ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a4d098c   3 years caparson added tests for mutex stmt with monitors ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8f1a99e   3 years Thierry Delisle Step 3 Fixed tests ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8a07213   3 years Thierry Delisle disjoint test now aborts to allow inspecting core dump ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7bd23ce   3 years Thierry Delisle Tentative fix to sleep.cfa make it more robust ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @090a7c5   3 years Thierry Delisle Disable preemption in clib_tls. The tls init feature is not very … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c457dc41   3 years Thierry Delisle Fix sequential handling of timers ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @aaf92de   3 years Thierry Delisle Moved coroutine to global scope to ease debugging ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e2cc3c7   3 years Thierry Delisle Attempted fix of multi future test by making server monitor more … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @84cd72d   3 years Thierry Delisle fixed warnings inside the spinaphore test. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.