source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @c083c3d   17 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @4daf79f   17 months pabuhr formatting, adjust target names for Makefiles ADTast-experimental
(edit) @6e1e2d0   17 months caparson resolved merge conflicts ADTast-experimental
(edit) @a50fdfb   17 months caparson added waituntil test expect files ADTast-experimental
(edit) @63d5ac5f   17 months caparson removed TODO since it is now done ADTast-experimental
(edit) @6c3c51d   17 months caparson removed scoped lock ADTast-experimental
(edit) @b9cd3b5   17 months caparson removed clh lock ADTast-experimental
(edit) @a33a5e2   17 months caparson added tests for the waituntil stmt ADTast-experimental
(edit) @e6d8d11   17 months pabuhr update comment about locale problem with leaked storage ADTast-experimental
(edit) @a5ea261   17 months ajbeach The test.py (through Makefile) handles --invariant passing it to the … ADTast-experimental
(edit) @6349929   17 months pabuhr fix 32-bit build with new PRNG output ADTast-experimental
(edit) @8a2f7f1   17 months pabuhr fix PRNG test to work correctly on ARM ADTast-experimental
(edit) @a1b41e3   18 months pabuhr add parsing test for waitfor statement ADTast-experimental
(edit) @bb7422a   18 months ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @3d08cea   18 months caparson Removed unneeded include. Should fix failing channels/churn test. ADTast-experimental
(edit) @9319a23   18 months caparson added channel tests that use new termination feature ADTast-experimental
(edit) @de934c7   18 months caparson minor changes to channel test harness ADTast-experimental
(edit) @1205b3e   18 months pabuhr update 32-bit tests after change to PRNG ADTast-experimental
(edit) @90fb672   18 months pabuhr use splitmix32/64 to prime set seed for all PRNG ADTast-experimental
(edit) @814a4da   18 months caparson updated expect files for prng based tests ADTast-experimental
(edit) @c2dfa56a   18 months pabuhr remove SKULLDUGGERY dealing with CFA typedef numbering problem ADTast-experimental
(edit) @dbae916   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1950837   18 months caparson added virtual dtor test to actor test suite, updated other relevant … ADTast-experimental
(edit) @b2f3880   18 months pabuhr add newline at end of file ADTast-experimental
(edit) @02b1ac6   18 months pabuhr formatting ADTast-experimental
(edit) @85a95cc   18 months pabuhr add test for problem with anonymous naming across compilation units ADTast-experimental
(edit) @e54b4e9   19 months caparson missed this in prev commit ADTast-experimental
(edit) @4933f18   19 months caparson added test case to types test and refactored to remove redundant ctor calls ADTast-experimental
(edit) @858350a   19 months caparson added poison pill messages and made test for them ADTast-experimental
(edit) @809e058   19 months caparson changed actor tests to reflect syntax change and some small changes … ADTast-experimental
(edit) @d964c39   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @ce44c5f   19 months caparson Thought of new channel implementation while working on the prevention … ADTast-experimental
(edit) @b1ad41f   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @dd3576b   19 months pabuhr update from old to new trait syntax using forall ADTast-experimental
(edit) @44196deb   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @f9519d4   19 months pabuhr update expected test output for arm64 ADTast-experimental
(edit) @2e77837   19 months pabuhr update expected test output for 32-bit ADTast-experimental
(edit) @f2a1cd2   19 months pabuhr temporary exclusion of include files causing build failure ADTast-experimental
(edit) @421703e   19 months pabuhr update expected test output after declaring anonymous structs static ADTast-experimental
(edit) @aca0d2f   19 months pabuhr make anonymous struct declaration static ADTast-experimental
(edit) @40747247   19 months pabuhr comment out ifaddrs.h in #include file test because it is breaking the … ADTast-experimental
(edit) @35d1de5   20 months pabuhr change test forall.cfa from compilation only to execution ADTast-experimental
(edit) @2125443a   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   20 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @ccf1d99   20 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @1f35220   20 months caparson updated test params so that they ran for appropriate duration ADTast-experimental
(edit) @a4ab235   20 months caparson added executor test ADTast-experimental
(edit) @dab2b6a   20 months caparson added dynamic allocation actor test ADTast-experimental
(edit) @757099e   20 months caparson reverted changes to types.cfa now that I fixed the underlying bug and … ADTast-experimental
(edit) @d2b94f2   20 months caparson temporary fix to correct build error, fix in actor pass to come later ADTast-experimental
(edit) @1c75ef8   20 months caparson added pingpong test ADTast-experimental
(edit) @77ca074   20 months caparson cleaned up actor matrix test a bit ADTast-experimental
(edit) @82b96953   20 months caparson added expect files for actor tests ADTast-experimental
(edit) @418882a   20 months caparson added two actor tests. More to come ADTast-experimental
(edit) @34a1d2e   20 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b3d794fc   20 months caparson removed unneeded dependency that broke build ADTast-experimental
(edit) @d61d034   20 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8bb86ce   20 months j82liang Clean up some code related to Enum codegen ADTast-experimental
(edit) @42b739d7   20 months caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @b49310f   21 months caparson fixed parameters for test to eliminate deadlock case ADTast-experimental
(edit) @dbd47d6   21 months caparson fixed makefile for tests by adding appropriate includes ADTast-experimental
(edit) @53ef99a   21 months caparson removed file accidentally included in earlier commit ADTast-experimental
(edit) @2cc969c   21 months caparson remove unused expect file due to renaming ADTast-experimental
(edit) @73e3a8f9   21 months caparson refactored name of channel test to remove channel from the name ADTast-experimental
(edit) @cca034e   21 months caparson added another channel test and refactored the existing one to reuse code ADTast-experimental
(edit) @72abfddd   21 months caparson added expect for channel test ADTast-experimental
(edit) @afffd6c   21 months caparson removed accidentally committed a.out ADTast-experimental
(edit) @4a962d8   21 months caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
(edit) @0640c350   21 months caparson moved unified_locking test dir to be under concurrent ADTast-experimental
(edit) @aa45b15   21 months caparson commit expect files for the unified locking dir move ADTast-experimental
(edit) @703c88e   21 months caparson missed another lock name refactor in the earlier commit ADTast-experimental
(edit) @357ab79   21 months caparson moved unified locking tests to be under concurrent directory since … ADTast-experimental
(edit) @01a8954   21 months caparson renamed tests to match naming refactor ADTast-experimental
(edit) @0cee082   21 months caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @8fb7402   21 months caparson fixed race condition in select_future test to fix build failure ADTast-experimental
(edit) @243d998   21 months caparson added and updated future tests ADTast-experimental
(edit) @be3b952   21 months pabuhr update 32-bit .expect for tests using PRNG ADTast-experimental
(edit) @ae7a085c   21 months pabuhr change printing format in PRNG, update .expect for tests using PRNG ADTast-experimental
(edit) @b797d978   21 months pabuhr formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit … ADTast-experimental
(edit) @199456c   21 months Thierry Delisle Forgot that prng used different algorithm on 32bit ADTast-experimental
(edit) @c63f470   21 months Thierry Delisle Changed bounded buffer tests to use prng, which has better defined … ADTast-experimental
(edit) @441a6a7   21 months caparson added/fixed lock tests ADTast-experimental
(edit) @261e107   22 months pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADTast-experimental
(edit) @e1d66c84   22 months ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADTast-experimental
(edit) @258aaab8   22 months Thierry Delisle Forgot to commit the changes to the Makefile ADTast-experimental
(edit) @d4c8b59   22 months Thierry Delisle Added test that stresses more how we link anonymous types ADTast-experimental
(edit) @dd46fd3   22 months pabuhr generalization of PRNG ADTast-experimental
(edit) @be1d00c   22 months Thierry Delisle Changed fairness tests to use sched_yield in case exhausting the time … ADTast-experimental
(edit) @20cf96d   22 months pabuhr changes to PRNG types to eliminate casts ADTast-experimental
(edit) @7bc84b8   22 months pabuhr remove unsigned cast for prng calls ADTast-experimental
(edit) @9fce2572   22 months pabuhr 32-bit update of PRNG ADTast-experimental
(edit) @d2ad151   22 months pabuhr major update of PRNG ADTast-experimental
(edit) @25b0fde   22 months j82liang Fix casted enum init ADTast-experimental
(edit) @1fb09ef   22 months ajbeach Grouped some control flow tests together. ADTast-experimental
(edit) @1dafdfc   23 months ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADTast-experimental
(edit) @e8b8e65   23 months Thierry Delisle Added implementation of call_once ADTast-experimental
(edit) @93d2219   23 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   23 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @88ac843e   23 months Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADTast-experimental
(edit) @a167c70c   23 months Thierry Delisle Added thread support for migrating between clusters. ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.