source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4e83bb7   21 months caparson fixed timeout cond var bug and updated pthread_locks test with timeout … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1dbbef6   22 months caparson added non shared critical section entry counter ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e1a9c77   22 months caparson added tests for qspinlocks internal mcs lock ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1f0ee71   22 months Thierry Delisle Fixed typo in wait_any after yesterday's fix ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6d41f66   22 months Thierry Delisle Fixed wait_any to use fulfil rather than post ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c06551b   22 months caparson added wait_any to fwd.cfa for future_t ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @55422cf   22 months caparson added tests for pthread lock and cond var ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e5d9274   22 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fb63c70   22 months caparson added tests for new locks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fc134a48   22 months j82liang Implement the struct enum ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5416b44   22 months pabuhr make expected output for nested functions deterministic ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c3b9d639   22 months ajbeach Clean-up the exception interface. It should be slightly more like the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c715e5f   22 months ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6dc7011a   22 months Thierry Delisle Tentative test for non-executable heap, currently broken ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @666f8a3   22 months pabuhr fix test and expected output for nested functions run on user-thread stacks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @03656d1   22 months pabuhr add test for nested functions run on user-thread stacks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @598dc68   23 months pabuhr update includes.cfa with more includes that might not be installed ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7831e8fb   23 months pabuhr increase timeout from 120 to 180 seconds in test.py to handle tests on … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @767a8ef   23 months ajbeach Test output now trims over-long test targets. Shorten the name … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e6bb667   23 months pabuhr add conditional include-file check for uninstalled libraries, update … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ec57856   2 years caparson added fast lock tests ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f6737ae1   2 years caparson added else loop tests ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @39d9b32   2 years ajbeach Adjusted line number in forall test. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @49a1684   2 years Thierry Delisle Commented problematic line in forall test ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @298fe57   2 years ajbeach Translated 3/4 of validate_B. Link Reference To Types has been removed … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @58e97d9   2 years pabuhr formatting ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @365c8dcb   2 years j82liang Merge branch 'master' into enum ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @30d91e4   2 years j82liang Change the code gen for enum value. Hope it fixes the gcc … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4ec9513   2 years ajbeach Converted validate C, including adding DimensionExpr? to the new ast. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @7ee5d6d   2 years j82liang Add the test_enum.cfa authored by Peter. Many features are not yet … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d8e2a09   2 years j82liang Merge with master ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @92538ab   2 years j82liang Resolve conflict ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @6256891   2 years mlbrooks Disabling intermittently failing nightly test on 32-bit, as work … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @ee4b77b   2 years pabuhr allow preemption in PRNG.cfa and io/io-acquire.cfa ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @11a1240   2 years pabuhr fix excepted output for errors/scope ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @928128d   2 years Thierry Delisle Changed test to use regular prng ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f8fc560   2 years Thierry Delisle Enabled the comp_fair test now that it works 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) @1417f6b   2 years Thierry Delisle Changed comp_fair to use a barrier rather than a semaphore. 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) @8f2f185   2 years pabuhr update and add designation tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @72ba508   2 years Thierry Delisle Updated test to be easier to debug ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0521a1a   2 years Thierry Delisle Fixed meta dumpable ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @ff7b2de   2 years Thierry Delisle Added meta/dumpable to the quick tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a8e9e9d   2 years Thierry Delisle Made dumpable test much more agressive 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) @a552a8c   2 years Thierry Delisle Added test to check fairness of completions, disable since my pc … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @33b7d49   2 years ajbeach Added another check to checkInvariants for code locations. I also went … 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) @630c4bb   2 years Thierry Delisle Added more information when we expect a core dump and didn't get one. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4f6dda0   2 years ajbeach Converted Implement Concurrent Keywords to the new AST. Includes … ADTast-experimentalenumpthread-emulationqualifiedEnum old-sched
(edit) @b053083   2 years Thierry Delisle Fixed error handling for core_info ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @cc9b520   2 years Thierry Delisle Clean-up error handling in test scripts ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5baa33c   2 years Thierry Delisle Removed debug print and drop spurious 'w' in make flags. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @ef56087   2 years Thierry Delisle Fixed test.py to support -j. (unlimited jobs) ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @fc01219   2 years Thierry Delisle fixed -j option in the test suite to behave like make's -j. -j … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9cd44ba   2 years Thierry Delisle change tests to evaluate -j option once ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d9d8b9f   2 years Thierry Delisle Away_fair no longer uses private io header ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @496f92ed   2 years Thierry Delisle Enabled away_fair test and added more randomness to it. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a494d105   2 years ajbeach Added a semantic error if the proper includes are not used before a … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @362f760   2 years Thierry Delisle Implemented test that highlights potential deadlock when a yield … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @ced2e855   2 years Thierry Delisle Fixed typo ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @08ed947   2 years mlbrooks Roll up of string changes for performance testing/improvement, and a … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @cc7bbe6   2 years mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @fe610ab   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a389ffe   2 years pabuhr change expected output for ARM tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f0567a8   2 years Thierry Delisle Fix meta/dumpable which had integer overflow errors. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a8ef59e   2 years j82liang Add a basic int test ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @470618c0   2 years pabuhr add mutex statement for concurrent printing ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5910fc0   2 years pabuhr add PRNG test ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @850aff1   2 years Thierry Delisle Added -Werror=return-type EVERYWHERE! Added -Wextra in some places. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a554e5f4   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @21a99cc   2 years caparson fixed return val ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f5a51db   2 years mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @c14d91a   2 years pabuhr cleanup ADTast-experimentalenumforall-pointer-decaypthread-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) @12c1eef   2 years mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-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) @c90db2d   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @145dcd5   2 years Thierry Delisle Now using MAX instead of -1u since it's more appropriate. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @9ee3f54   2 years pabuhr disable time slicing on IO acquire tests to see if that prevents timeouts ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3eaa689   2 years caparson added test files I forgot in last commit ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @42daeb4   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3bb12921   2 years caparson added new io tests ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.