source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @258aaab8   17 months Thierry Delisle Forgot to commit the changes to the Makefile ADTast-experimental
(edit) @d4c8b59   17 months Thierry Delisle Added test that stresses more how we link anonymous types ADTast-experimental
(edit) @dd46fd3   17 months pabuhr generalization of PRNG ADTast-experimental
(edit) @be1d00c   17 months Thierry Delisle Changed fairness tests to use sched_yield in case exhausting the time … ADTast-experimental
(edit) @20cf96d   17 months pabuhr changes to PRNG types to eliminate casts ADTast-experimental
(edit) @7bc84b8   17 months pabuhr remove unsigned cast for prng calls ADTast-experimental
(edit) @9fce2572   17 months pabuhr 32-bit update of PRNG ADTast-experimental
(edit) @d2ad151   17 months pabuhr major update of PRNG ADTast-experimental
(edit) @25b0fde   17 months j82liang Fix casted enum init ADTast-experimental
(edit) @1fb09ef   18 months ajbeach Grouped some control flow tests together. ADTast-experimental
(edit) @1dafdfc   18 months ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADTast-experimental
(edit) @e8b8e65   18 months Thierry Delisle Added implementation of call_once ADTast-experimental
(edit) @93d2219   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   18 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @88ac843e   18 months Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADTast-experimental
(edit) @a167c70c   18 months Thierry Delisle Added thread support for migrating between clusters. ADTast-experimental
(edit) @9e042d8   18 months Thierry Delisle Moved around some headers to avoid the parsing bug ADTast-experimental
(edit) @a5e2682   18 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   19 months Thierry Delisle Fixed missing header in test distribution and sorted ADTast-experimental
(edit) @05d499ac   19 months pabuhr change printf to sout ADTast-experimental
(edit) @4af5396   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @a25bcf8   19 months pabuhr formatting ADTast-experimental
(edit) @f82f07e   19 months Thierry Delisle Fixes to usage and corresponding tests ADTast-experimental
(edit) @481f882   19 months Thierry Delisle Added some missing headers and cleaned up some of the fork+exec stuff. ADTast-experimental
(edit) @a51b8f6   19 months Thierry Delisle Fix bug with removal of old ast. ADTast-experimental
(edit) @4f102fa   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @116a2ea   19 months pabuhr new heap and associated tests updated ADTast-experimental
(edit) @a46f7b6   19 months Thierry Delisle Fixed some warnings/mistakes between 32/64bit builds ADTast-experimental
(edit) @fd90096   19 months Thierry Delisle Added tests for parse args of bools and numbers ADTast-experimental
(edit) @68456fa   19 months Thierry Delisle First step at refactoring fork+exec to be reused across tests ADTast-experimental
(edit) @d0a00a5a   19 months Thierry Delisle Forgot to update makefile when I moved Jacob's tests ADTast-experimental
(edit) @f92e7b9   19 months Thierry Delisle Moved parseconfigs tests to its own folder so I can add parseargs to … ADTast-experimental
(edit) @f58522b0   19 months Thierry Delisle python test script now nice +5 the executables before running them. ADTast-experimental
(edit) @a659b31   19 months Thierry Delisle Added meta test to check exec+fork options to validating args ADTast-experimental
(edit) @7f6a7c9   19 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   20 months Thierry Delisle Removed old ast from configure and tests.py ADTast-experimentalpthread-emulation
(edit) @4dba1da   20 months Thierry Delisle Re-enabled 32bit comp fair test ADTast-experimentalpthread-emulation
(edit) @69698d2   20 months Thierry Delisle Fixed frustratingly stupid mistake that broke 32bit build ADTast-experimentalpthread-emulation
(edit) @680137a   20 months Thierry Delisle Fixed indentation ADTast-experimentalpthread-emulation
(edit) @c87b604   20 months Thierry Delisle Removed the last old ast expected files ADTast-experimentalpthread-emulation
(edit) @b5bec71   20 months Thierry Delisle Removed old ast only math tests ADTast-experimentalpthread-emulation
(edit) @123a9f3   20 months Thierry Delisle Removed the old ast tests for io/io. ADTast-experimentalpthread-emulation
(edit) @8b95bab   20 months Thierry Delisle Added basic test for io_uring. Trying to diagnose comp_fair on debian. ADTast-experimentalpthread-emulation
(edit) @456215a   20 months Thierry Delisle Removed another batch of old ast expect files ADTast-experimentalpthread-emulation
(edit) @594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore. ADTast-experimentalpthread-emulation
(edit) @1bcbf02   20 months Thierry Delisle Changed declarations using _Thread_local to use thread. I'm fairly … ADTast-experimentalpthread-emulation
(edit) @64af7ac   20 months Thierry Delisle Added thread and _Thread_local to some tests. ADTast-experimentalpthread-emulation
(edit) @f13906f9   20 months Thierry Delisle Deactivated io/comp_fair for x86, not x64, like I was supposed to in … ADTast-experimentalpthread-emulation
(edit) @b67fe85   20 months Thierry Delisle Updated thread_local I forgot to change last time ADTast-experimentalpthread-emulation
(edit) @100dd368   20 months Thierry Delisle Re-enabled 32bit builds but disabled comp_fair until I figure out what … ADTast-experimentalpthread-emulation
(edit) @e2e31c6   20 months Thierry Delisle Added missing parenthesis ADTast-experimentalpthread-emulation
(edit) @e173d3c   20 months Thierry Delisle 'soft' removed old ast from tests. Option still works but no longer … ADTast-experimentalpthread-emulation
(edit) @8bee858   21 months Thierry Delisle Changed io types to have trailing $ instead of leading ADTast-experimentalpthread-emulation
(edit) @283876d   21 months pabuhr update loop tests and expected output for corrected @ usage for … ADTast-experimentalpthread-emulation
(edit) @428adbc   21 months z277zhu fix pthread_sig* interpose problems; add test doc Signed-off-by: … ADTast-experimentalpthread-emulation
(edit) @4962741   21 months pabuhr fix for-control loop in heap test ADTast-experimentalpthread-emulation
(edit) @ff36907   21 months pabuhr update loop-control test and expected output ADTast-experimentalpthread-emulation
(edit) @c48b61c   21 months pabuhr update for-control test-programs and expected output ADTast-experimentalpthread-emulation
(edit) @091ccdb   21 months pabuhr add tests for all possible loop syntax ADTast-experimentalpthread-emulation
(edit) @5c98a25   21 months pabuhr update test programs with for-control changes ADTast-experimentalpthread-emulation
(edit) @20be782   21 months z277zhu add pthread ADTast-experimentalpthread-emulation
(edit) @a7d696f   21 months z277zhu added pthread symbol interpose Signed-off-by: z277zhu … ADTast-experimentalpthread-emulation
(edit) @def751f   21 months j82liang Merge branch 'master' into qualifiedEnum ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d958834b   21 months j82liang Save a minimal compilable version. The enum pointer … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1988572   21 months pabuhr formatting, removed unnecessary casts ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6415549   22 months pabuhr update attribute.cfa expect file for ARM64 ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0edbdb2   22 months pabuhr add constant expression tests ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @72e76fd   22 months ajbeach Converted the last pass in validate B (linkReferenceToTypes). Cleaned … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @3322180   22 months Thierry Delisle Fix enum assignment warning ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d28524a   22 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @4e83bb7   22 months caparson fixed timeout cond var bug and updated pthread_locks test with timeout … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @86601a5   22 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1dbbef6   22 months caparson added non shared critical section entry counter ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5a96b36   22 months Thierry Delisle Fixed small bugs with dry-run in tests. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e1a9c77   23 months caparson added tests for qspinlocks internal mcs lock ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1f0ee71   23 months Thierry Delisle Fixed typo in wait_any after yesterday's fix ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6d41f66   23 months Thierry Delisle Fixed wait_any to use fulfil rather than post ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c06551b   23 months caparson added wait_any to fwd.cfa for future_t ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @55422cf   23 months caparson added tests for pthread lock and cond var ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e5d9274   23 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fb63c70   23 months caparson added tests for new locks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fc134a48   23 months j82liang Implement the struct enum ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5416b44   2 years pabuhr make expected output for nested functions deterministic ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c3b9d639   2 years ajbeach Clean-up the exception interface. It should be slightly more like the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c715e5f   2 years ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6dc7011a   2 years Thierry Delisle Tentative test for non-executable heap, currently broken ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @666f8a3   2 years pabuhr fix test and expected output for nested functions run on user-thread stacks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @03656d1   2 years pabuhr add test for nested functions run on user-thread stacks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @598dc68   2 years pabuhr update includes.cfa with more includes that might not be installed ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7831e8fb   2 years pabuhr increase timeout from 120 to 180 seconds in test.py to handle tests on … ADTast-experimentalpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.