source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6415549   11 months pabuhr update attribute.cfa expect file for ARM64 ADTpthread-emulationqualifiedEnum
(edit) @0edbdb2   11 months pabuhr add constant expression tests ADTpthread-emulationqualifiedEnum
(edit) @72e76fd   11 months ajbeach Converted the last pass in validate B (linkReferenceToTypes). Cleaned … ADTpthread-emulationqualifiedEnum
(edit) @3322180   12 months Thierry Delisle Fix enum assignment warning ADTpthread-emulationqualifiedEnum
(edit) @d28524a   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @4e83bb7   12 months caparson fixed timeout cond var bug and updated pthread_locks test with timeout … ADTpthread-emulationqualifiedEnum
(edit) @86601a5   12 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @1dbbef6   12 months caparson added non shared critical section entry counter ADTpthread-emulationqualifiedEnum
(edit) @5a96b36   12 months Thierry Delisle Fixed small bugs with dry-run in tests. ADTpthread-emulationqualifiedEnum
(edit) @e1a9c77   12 months caparson added tests for qspinlocks internal mcs lock ADTpthread-emulationqualifiedEnum
(edit) @1f0ee71   12 months Thierry Delisle Fixed typo in wait_any after yesterday's fix ADTpthread-emulationqualifiedEnum
(edit) @6d41f66   12 months Thierry Delisle Fixed wait_any to use fulfil rather than post ADTpthread-emulationqualifiedEnum
(edit) @c06551b   12 months caparson added wait_any to fwd.cfa for future_t ADTpthread-emulationqualifiedEnum
(edit) @55422cf   12 months caparson added tests for pthread lock and cond var ADTpthread-emulationqualifiedEnum
(edit) @e5d9274   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @fb63c70   12 months caparson added tests for new locks ADTpthread-emulationqualifiedEnum
(edit) @fc134a48   12 months j82liang Implement the struct enum ADTpthread-emulationqualifiedEnum
(edit) @5416b44   13 months pabuhr make expected output for nested functions deterministic ADTpthread-emulationqualifiedEnum
(edit) @c3b9d639   13 months ajbeach Clean-up the exception interface. It should be slightly more like the … ADTpthread-emulationqualifiedEnum
(edit) @c715e5f   13 months ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADTpthread-emulationqualifiedEnum
(edit) @6dc7011a   13 months Thierry Delisle Tentative test for non-executable heap, currently broken ADTpthread-emulationqualifiedEnum
(edit) @666f8a3   13 months pabuhr fix test and expected output for nested functions run on user-thread stacks ADTpthread-emulationqualifiedEnum
(edit) @03656d1   13 months pabuhr add test for nested functions run on user-thread stacks ADTpthread-emulationqualifiedEnum
(edit) @598dc68   13 months pabuhr update includes.cfa with more includes that might not be installed ADTpthread-emulationqualifiedEnum
(edit) @7831e8fb   13 months pabuhr increase timeout from 120 to 180 seconds in test.py to handle tests on … ADTpthread-emulationqualifiedEnum
(edit) @767a8ef   13 months ajbeach Test output now trims over-long test targets. Shorten the name … ADTpthread-emulationqualifiedEnum
(edit) @e6bb667   13 months pabuhr add conditional include-file check for uninstalled libraries, update … ADTpthread-emulationqualifiedEnum
(edit) @ec57856   13 months caparson added fast lock tests ADTpthread-emulationqualifiedEnum
(edit) @f6737ae1   13 months caparson added else loop tests ADTpthread-emulationqualifiedEnum
(edit) @39d9b32   13 months ajbeach Adjusted line number in forall test. ADTpthread-emulationqualifiedEnum
(edit) @49a1684   13 months Thierry Delisle Commented problematic line in forall test ADTpthread-emulationqualifiedEnum
(edit) @298fe57   13 months ajbeach Translated 3/4 of validate_B. Link Reference To Types has been removed … ADTpthread-emulationqualifiedEnum
(edit) @58e97d9   14 months pabuhr formatting ADTpthread-emulationqualifiedEnum
(edit) @365c8dcb   14 months j82liang Merge branch 'master' into enum ADTenumpthread-emulationqualifiedEnum
(edit) @30d91e4   14 months j82liang Change the code gen for enum value. Hope it fixes the gcc … ADTenumpthread-emulationqualifiedEnum
(edit) @4ec9513   14 months ajbeach Converted validate C, including adding DimensionExpr? to the new ast. ADTenumpthread-emulationqualifiedEnum
(edit) @7ee5d6d   14 months j82liang Add the test_enum.cfa authored by Peter. Many features are not yet … ADTenumpthread-emulationqualifiedEnum
(edit) @d8e2a09   14 months j82liang Merge with master ADTenumpthread-emulationqualifiedEnum
(edit) @92538ab   14 months j82liang Resolve conflict ADTenumpthread-emulationqualifiedEnum
(edit) @6256891   14 months mlbrooks Disabling intermittently failing nightly test on 32-bit, as work … ADTenumpthread-emulationqualifiedEnum
(edit) @ee4b77b   14 months pabuhr allow preemption in PRNG.cfa and io/io-acquire.cfa ADTenumpthread-emulationqualifiedEnum
(edit) @11a1240   14 months pabuhr fix excepted output for errors/scope ADTenumpthread-emulationqualifiedEnum
(edit) @928128d   14 months Thierry Delisle Changed test to use regular prng ADTenumpthread-emulationqualifiedEnum
(edit) @f8fc560   14 months Thierry Delisle Enabled the comp_fair test now that it works ADTenumpthread-emulationqualifiedEnum
(edit) @63db8fd7   14 months Thierry Delisle Added test that checks fairness of the readyQ. ADTenumpthread-emulationqualifiedEnum
(edit) @a18373a   14 months Thierry Delisle Added a hook for the barrier's last block. Added testing to go with it. ADTenumpthread-emulationqualifiedEnum
(edit) @5b7fea7   14 months Thierry Delisle barrier/order test now yields for more chaos ADTenumpthread-emulationqualifiedEnum
(edit) @5f53cc3   14 months Thierry Delisle Added a slightly chaotic ready queue test that has the cluster fully … ADTenumpthread-emulationqualifiedEnum
(edit) @1417f6b   14 months Thierry Delisle Changed comp_fair to use a barrier rather than a semaphore. ADTenumpthread-emulationqualifiedEnum
(edit) @31ef267   14 months Thierry Delisle Added comments. ADTenumpthread-emulationqualifiedEnum
(edit) @93b8cf4   14 months Thierry Delisle Added a simple barrier and accompagnying tests. ADTenumpthread-emulationqualifiedEnum
(edit) @80e39f1   14 months Thierry Delisle Removed unnecessary stats include. ADTenumpthread-emulationqualifiedEnum
(edit) @8f2f185   15 months pabuhr update and add designation tests ADTenumpthread-emulationqualifiedEnum
(edit) @72ba508   15 months Thierry Delisle Updated test to be easier to debug ADTenumpthread-emulationqualifiedEnum
(edit) @0521a1a   15 months Thierry Delisle Fixed meta dumpable ADTenumpthread-emulationqualifiedEnum
(edit) @ff7b2de   15 months Thierry Delisle Added meta/dumpable to the quick tests ADTenumpthread-emulationqualifiedEnum
(edit) @a8e9e9d   15 months Thierry Delisle Made dumpable test much more agressive ADTenumpthread-emulationqualifiedEnum
(edit) @b39e961b   15 months caparson fixed stats.hfa include and added monitor to polymorphic test ADTenumpthread-emulationqualifiedEnum
(edit) @51239d1b   15 months caparson added new mutexstmt tests ADTenumpthread-emulationqualifiedEnum
(edit) @a552a8c   15 months Thierry Delisle Added test to check fairness of completions, disable since my pc … ADTenumpthread-emulationqualifiedEnum
(edit) @33b7d49   15 months ajbeach Added another check to checkInvariants for code locations. I also went … ADTenumpthread-emulationqualifiedEnum
(edit) @623d1c8   15 months caparson added test changes ADTenumpthread-emulationqualifiedEnum
(edit) @510e6f9   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
(edit) @eb3bc52   15 months caparson split mutexstmt locking test to try and catch error ADTenumpthread-emulationqualifiedEnum
(edit) @630c4bb   15 months Thierry Delisle Added more information when we expect a core dump and didn't get one. ADTenumpthread-emulationqualifiedEnum
(edit) @4f6dda0   15 months ajbeach Converted Implement Concurrent Keywords to the new AST. Includes … ADTenumpthread-emulationqualifiedEnum old-sched
(edit) @b053083   15 months Thierry Delisle Fixed error handling for core_info ADTenumpthread-emulationqualifiedEnum
(edit) @cc9b520   15 months Thierry Delisle Clean-up error handling in test scripts ADTenumpthread-emulationqualifiedEnum
(edit) @5baa33c   15 months Thierry Delisle Removed debug print and drop spurious 'w' in make flags. ADTenumpthread-emulationqualifiedEnum
(edit) @ef56087   15 months Thierry Delisle Fixed test.py to support -j. (unlimited jobs) ADTenumpthread-emulationqualifiedEnum
(edit) @fc01219   15 months Thierry Delisle fixed -j option in the test suite to behave like make's -j. -j … ADTenumpthread-emulationqualifiedEnum
(edit) @9cd44ba   15 months Thierry Delisle change tests to evaluate -j option once ADTenumpthread-emulationqualifiedEnum
(edit) @d9d8b9f   15 months Thierry Delisle Away_fair no longer uses private io header ADTenumpthread-emulationqualifiedEnum
(edit) @496f92e   15 months Thierry Delisle Enabled away_fair test and added more randomness to it. ADTenumpthread-emulationqualifiedEnum
(edit) @a494d105   15 months ajbeach Added a semantic error if the proper includes are not used before a … ADTenumpthread-emulationqualifiedEnum
(edit) @362f760   15 months Thierry Delisle Implemented test that highlights potential deadlock when a yield … ADTenumpthread-emulationqualifiedEnum
(edit) @ced2e855   15 months Thierry Delisle Fixed typo ADTenumpthread-emulationqualifiedEnum
(edit) @08ed947   16 months mlbrooks Roll up of string changes for performance testing/improvement, and a … ADTenumpthread-emulationqualifiedEnum
(edit) @cc7bbe6   16 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
(edit) @fe610ab   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
(edit) @a389ffe   16 months pabuhr change expected output for ARM tests ADTenumpthread-emulationqualifiedEnum
(edit) @f0567a8   16 months Thierry Delisle Fix meta/dumpable which had integer overflow errors. ADTenumpthread-emulationqualifiedEnum
(edit) @a8ef59e   16 months j82liang Add a basic int test ADTenumpthread-emulationqualifiedEnum
(edit) @470618c0   16 months pabuhr add mutex statement for concurrent printing ADTenumpthread-emulationqualifiedEnum
(edit) @5910fc0   16 months pabuhr add PRNG test ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @850aff1   16 months Thierry Delisle Added -Werror=return-type EVERYWHERE! Added -Wextra in some places. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a554e5f4   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @21a99cc   16 months caparson fixed return val ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f5a51db   16 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
(edit) @c14d91a   16 months pabuhr cleanup ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @fc72696c   16 months Thierry Delisle Added second preempt test that checks the same thing but using a … ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7b2c8c3c   16 months Thierry Delisle Moved globals to a struct so maybe gcc won't just optimize out my … ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @8e5e945   16 months Thierry Delisle Increase preempt spin timeout and added duration per phase calculation ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @97fed44   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f57f6ea0   17 months caparson added tests for scoped locks ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @120ab9d5   17 months Thierry Delisle Fixed tests after last push ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @b200492   17 months Thierry Delisle Fixed last push which wasn't checked properly. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1612315   17 months Thierry Delisle Change spin count to be a member so it can be viewed in core-dumps. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c0f881b   17 months Thierry Delisle Added spin count to the debug test to help identify why it's timing out. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @12c1eef   17 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.