source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @c880a7b   11 months caparson refactored tests to use new name for allocation enum ast-experimental
(edit) @46e6e47   11 months caparson refactored test to reflect new naming ast-experimental
(edit) @d8d9c115   11 months pabuhr reduce duration of lock-free stack test on ARM because CASV is very … ast-experimental
(edit) @5007618   11 months pabuhr update tests/Makefile.am and corresponding Jenkinsfile with more … ast-experimental
(edit) @124400b   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @bdbf536   11 months pabuhr remove/specialize test/Makfile.am variables concurrent/timeout, … ast-experimental
(edit) @7ae39f0   11 months mlbrooks Re-enable testing function prototype taking length-star array, working … ast-experimental
(edit) @b2fa3c2   11 months pabuhr fix comments referring to concurrency directory ast-experimental
(edit) @6b1c4f2   11 months pabuhr fix spelling mistake of concurrency ast-experimental
(edit) @53f6a11   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @c26bea2a   11 months pabuhr first attempt at renaming directory tests/concurrent to … ast-experimental
(edit) @687b663   11 months pabuhr fix lockfree-stack test on 32-bit ast-experimental
(edit) @8a919cf   11 months mlbrooks Address build error from commit a5aa5b. To keep: Change all tabs to … ast-experimental
(edit) @a5aa5bf   11 months mlbrooks Flesh out "C" array syntax testing. Enable testing of … ast-experimental
(edit) @4246869   11 months pabuhr update header comments ast-experimental
(edit) @2314aac   11 months pabuhr add lock-free stack using double-wide CAS ast-experimental
(edit) @e3d4fd1   11 months pabuhr more cleanup of the make-help option ADTast-experimental
(edit) @8cb06b6   11 months caparson added waituntil timeout test and added waituntil test that uses … ADTast-experimental
(edit) @b3ce76f   11 months caparson resolved merge conflict in makefile changes ADTast-experimental
(edit) @386fb57   11 months caparson added invariant flag to test makefile ADTast-experimental
(edit) @e2887a9   12 months pabuhr add make-help option and change parenthesis to braces for variables ADTast-experimental
(edit) @01de470   12 months caparson added back initially failing test and cleaned up other test ADTast-experimental
(edit) @7c2c37a   12 months caparson removed tests made during deadlock debugging ADTast-experimental
(edit) @0922716   12 months caparson changed dist-hook rule to use curly braces to access shell vars where … ADTast-experimental
(edit) @94672ba   12 months caparson changed variable name in makefile to try and avoid shell command with … ADTast-experimental
(edit) @7b53bfd   12 months caparson Eliminating the busy wait spin at the end seems to resolve deadlock. … ADTast-experimental
(edit) @c34a1a4   12 months caparson removed uneeded busy wait ADTast-experimental
(edit) @e50fce1   12 months caparson added some instrumentation to attempt to glean some insight into … ADTast-experimental
(edit) @253a78f   12 months caparson removed some redundant tests and added some instrumentation to help … ADTast-experimental
(edit) @330b856   12 months caparson removed tests that are redundant ADTast-experimental
(edit) @b5513f1   12 months caparson refactored tests to refine failure case to minimal repro ADTast-experimental
(edit) @02fa55e   12 months caparson added zero size channel waituntil test case ADTast-experimental
(edit) @a32a887   12 months caparson removed uneeded tests ADTast-experimental
(edit) @85e49a6   12 months caparson added and removed some tests in pursuit of a more minimal repro of the … ADTast-experimental
(edit) @dd7a8ce   12 months caparson added some variations on failing channel test to try and narrow down … ADTast-experimental
(edit) @a882b68   12 months caparson added a test change to help locate the deadlock on next test failure ADTast-experimental
(edit) @c083c3d   12 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @4daf79f   12 months pabuhr formatting, adjust target names for Makefiles ADTast-experimental
(edit) @6e1e2d0   12 months caparson resolved merge conflicts ADTast-experimental
(edit) @a50fdfb   12 months caparson added waituntil test expect files ADTast-experimental
(edit) @63d5ac5   12 months caparson removed TODO since it is now done ADTast-experimental
(edit) @6c3c51d   12 months caparson removed scoped lock ADTast-experimental
(edit) @b9cd3b5   12 months caparson removed clh lock ADTast-experimental
(edit) @a33a5e2   12 months caparson added tests for the waituntil stmt ADTast-experimental
(edit) @e6d8d11   12 months pabuhr update comment about locale problem with leaked storage ADTast-experimental
(edit) @a5ea261   12 months ajbeach The test.py (through Makefile) handles --invariant passing it to the … ADTast-experimental
(edit) @6349929   12 months pabuhr fix 32-bit build with new PRNG output ADTast-experimental
(edit) @8a2f7f1   12 months pabuhr fix PRNG test to work correctly on ARM ADTast-experimental
(edit) @a1b41e3   13 months pabuhr add parsing test for waitfor statement ADTast-experimental
(edit) @bb7422a   13 months ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @3d08cea   13 months caparson Removed unneeded include. Should fix failing channels/churn test. ADTast-experimental
(edit) @9319a23   13 months caparson added channel tests that use new termination feature ADTast-experimental
(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) @c2dfa56a   13 months pabuhr remove SKULLDUGGERY dealing with CFA typedef numbering problem ADTast-experimental
(edit) @dbae916   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1950837   14 months caparson added virtual dtor test to actor test suite, updated other relevant … ADTast-experimental
(edit) @b2f3880   14 months pabuhr add newline at end of file ADTast-experimental
(edit) @02b1ac6   14 months pabuhr formatting ADTast-experimental
(edit) @85a95cc   14 months pabuhr add test for problem with anonymous naming across compilation units 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) @b1ad41f   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @dd3576b   14 months pabuhr update from old to new trait syntax using forall ADTast-experimental
(edit) @44196deb   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @f9519d4   14 months pabuhr update expected test output for arm64 ADTast-experimental
(edit) @2e77837   14 months pabuhr update expected test output for 32-bit ADTast-experimental
(edit) @f2a1cd2   14 months pabuhr temporary exclusion of include files causing build failure ADTast-experimental
(edit) @421703e   14 months pabuhr update expected test output after declaring anonymous structs static ADTast-experimental
(edit) @aca0d2f   14 months pabuhr make anonymous struct declaration static ADTast-experimental
(edit) @40747247   14 months pabuhr comment out ifaddrs.h in #include file test because it is breaking the … ADTast-experimental
(edit) @35d1de5   15 months pabuhr change test forall.cfa from compilation only to execution ADTast-experimental
(edit) @2125443a   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   15 months pabuhr switch from old trait syntax to new trait syntax using forall clause 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) @34a1d2e   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b3d794fc   16 months caparson removed unneeded dependency that broke build ADTast-experimental
(edit) @d61d034   16 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8bb86ce   16 months j82liang Clean up some code related to Enum codegen ADTast-experimental
(edit) @42b739d7   16 months caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @b49310f   16 months caparson fixed parameters for test to eliminate deadlock case ADTast-experimental
(edit) @dbd47d6   16 months caparson fixed makefile for tests by adding appropriate includes ADTast-experimental
(edit) @53ef99a   16 months caparson removed file accidentally included in earlier commit ADTast-experimental
(edit) @2cc969c   16 months caparson remove unused expect file due to renaming ADTast-experimental
(edit) @73e3a8f9   16 months caparson refactored name of channel test to remove channel from the name ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.