source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35d1de5   14 months pabuhr change test forall.cfa from compilation only to execution ADTast-experimental
(edit) @2125443a   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   14 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @ccf1d99   14 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @1f35220   14 months caparson updated test params so that they ran for appropriate duration ADTast-experimental
(edit) @a4ab235   14 months caparson added executor test ADTast-experimental
(edit) @dab2b6a   14 months caparson added dynamic allocation actor test ADTast-experimental
(edit) @757099e   14 months caparson reverted changes to types.cfa now that I fixed the underlying bug and … ADTast-experimental
(edit) @d2b94f2   14 months caparson temporary fix to correct build error, fix in actor pass to come later ADTast-experimental
(edit) @1c75ef8   14 months caparson added pingpong test ADTast-experimental
(edit) @77ca074   14 months caparson cleaned up actor matrix test a bit ADTast-experimental
(edit) @82b96953   14 months caparson added expect files for actor tests ADTast-experimental
(edit) @418882a   14 months caparson added two actor tests. More to come ADTast-experimental
(edit) @34a1d2e   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b3d794fc   15 months caparson removed unneeded dependency that broke build ADTast-experimental
(edit) @d61d034   15 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8bb86ce   15 months j82liang Clean up some code related to Enum codegen 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) @0640c350   15 months caparson moved unified_locking test dir to be under concurrent 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) @01a8954   15 months caparson renamed tests to match naming refactor ADTast-experimental
(edit) @0cee082   15 months caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @8fb7402   15 months caparson fixed race condition in select_future test to fix build failure ADTast-experimental
(edit) @243d998   15 months caparson added and updated future tests ADTast-experimental
(edit) @be3b952   15 months pabuhr update 32-bit .expect for tests using PRNG ADTast-experimental
(edit) @ae7a085c   15 months pabuhr change printing format in PRNG, update .expect for tests using PRNG ADTast-experimental
(edit) @b797d97   15 months pabuhr formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit … ADTast-experimental
(edit) @199456c   15 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) @441a6a7   16 months caparson added/fixed lock tests ADTast-experimental
(edit) @261e107   16 months pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADTast-experimental
(edit) @e1d66c84   16 months ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADTast-experimental
(edit) @258aaab8   16 months Thierry Delisle Forgot to commit the changes to the Makefile ADTast-experimental
(edit) @d4c8b59   16 months Thierry Delisle Added test that stresses more how we link anonymous types ADTast-experimental
(edit) @dd46fd3   16 months pabuhr generalization of PRNG ADTast-experimental
(edit) @be1d00c   16 months Thierry Delisle Changed fairness tests to use sched_yield in case exhausting the time … ADTast-experimental
(edit) @20cf96d   16 months pabuhr changes to PRNG types to eliminate casts ADTast-experimental
(edit) @7bc84b8   16 months pabuhr remove unsigned cast for prng calls ADTast-experimental
(edit) @9fce2572   16 months pabuhr 32-bit update of PRNG ADTast-experimental
(edit) @d2ad151   16 months pabuhr major update of PRNG ADTast-experimental
(edit) @25b0fde   17 months j82liang Fix casted enum init ADTast-experimental
(edit) @1fb09ef   17 months ajbeach Grouped some control flow tests together. ADTast-experimental
(edit) @1dafdfc   17 months ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADTast-experimental
(edit) @e8b8e65   17 months Thierry Delisle Added implementation of call_once ADTast-experimental
(edit) @93d2219   17 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   17 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @88ac843e   17 months Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADTast-experimental
(edit) @a167c70c   17 months Thierry Delisle Added thread support for migrating between clusters. ADTast-experimental
(edit) @9e042d8   17 months Thierry Delisle Moved around some headers to avoid the parsing bug ADTast-experimental
(edit) @a5e2682   17 months mlbrooks Improve new-array subscripting to cover missing cases. Missing cases … ADTast-experimental
(edit) @df6cc9d   18 months Thierry Delisle Merge branch 'master' into pthread-emulation ADTast-experimental
(edit) @d1abc63c   18 months Thierry Delisle Change parse args to use new arrays instead of C arrays. Also added … ADTast-experimental
(edit) @72b5805e   18 months Thierry Delisle Fixed device/cpu to support systems without caches ADTast-experimental
(edit) @77de429   18 months j82liang Fix overriding enum value ADTast-experimental
(edit) @9511841   18 months j82liang Test case for qualified enum + inline ADTast-experimental
(edit) @d0fa494   18 months Thierry Delisle Fixed missing header in test distribution and sorted ADTast-experimental
(edit) @05d499ac   18 months pabuhr change printf to sout ADTast-experimental
(edit) @4af5396   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @a25bcf8   18 months pabuhr formatting ADTast-experimental
(edit) @f82f07e   18 months Thierry Delisle Fixes to usage and corresponding tests ADTast-experimental
(edit) @481f882   18 months Thierry Delisle Added some missing headers and cleaned up some of the fork+exec stuff. ADTast-experimental
(edit) @a51b8f6   18 months Thierry Delisle Fix bug with removal of old ast. ADTast-experimental
(edit) @4f102fa   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @116a2ea   18 months pabuhr new heap and associated tests updated ADTast-experimental
(edit) @a46f7b6   18 months Thierry Delisle Fixed some warnings/mistakes between 32/64bit builds ADTast-experimental
(edit) @fd90096   18 months Thierry Delisle Added tests for parse args of bools and numbers ADTast-experimental
(edit) @68456fa   18 months Thierry Delisle First step at refactoring fork+exec to be reused across tests ADTast-experimental
(edit) @d0a00a5a   18 months Thierry Delisle Forgot to update makefile when I moved Jacob's tests ADTast-experimental
(edit) @f92e7b9   18 months Thierry Delisle Moved parseconfigs tests to its own folder so I can add parseargs to … ADTast-experimental
(edit) @f58522b0   18 months Thierry Delisle python test script now nice +5 the executables before running them. ADTast-experimental
(edit) @a659b31   18 months Thierry Delisle Added meta test to check exec+fork options to validating args ADTast-experimental
(edit) @7f6a7c9   18 months Thierry Delisle Merge branch 'master' into pthread-emulation ADTast-experimentalpthread-emulation
(edit) @53a768d   19 months j82liang Disable the funcEnum test for now ADTast-experimentalpthread-emulation
(edit) @a065f1f   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @4520b77e   19 months j82liang Merge to Master Sept 19 ADTast-experimentalpthread-emulation
(edit) @ef1da0e2   19 months f37yu try to make parameter qualifier conversion work for assertions ADTast-experimentalpthread-emulation
(edit) @12df6fe   19 months j82liang Fix an enumerator value bug; add basic tests for new features; save … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0fc91db1   19 months Thierry Delisle Removed old ast from configure and tests.py ADTast-experimentalpthread-emulation
(edit) @4dba1da   19 months Thierry Delisle Re-enabled 32bit comp fair test ADTast-experimentalpthread-emulation
(edit) @69698d2   19 months Thierry Delisle Fixed frustratingly stupid mistake that broke 32bit build ADTast-experimentalpthread-emulation
(edit) @680137a   19 months Thierry Delisle Fixed indentation ADTast-experimentalpthread-emulation
(edit) @c87b604   19 months Thierry Delisle Removed the last old ast expected files ADTast-experimentalpthread-emulation
(edit) @b5bec71   19 months Thierry Delisle Removed old ast only math tests ADTast-experimentalpthread-emulation
(edit) @123a9f3   19 months Thierry Delisle Removed the old ast tests for io/io. ADTast-experimentalpthread-emulation
(edit) @8b95bab   19 months Thierry Delisle Added basic test for io_uring. Trying to diagnose comp_fair on debian. ADTast-experimentalpthread-emulation
(edit) @456215a   19 months Thierry Delisle Removed another batch of old ast expect files ADTast-experimentalpthread-emulation
(edit) @594e1db   19 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore. ADTast-experimentalpthread-emulation
(edit) @1bcbf02   19 months Thierry Delisle Changed declarations using _Thread_local to use thread. I'm fairly … ADTast-experimentalpthread-emulation
(edit) @64af7ac   19 months Thierry Delisle Added thread and _Thread_local to some tests. ADTast-experimentalpthread-emulation
Note: See TracRevisionLog for help on using the revision log.