source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @64e3ac7   20 months pabuhr harmonize name for fibonacci_nonlocal and pingpong_nonlocal
(edit) @bef2245   20 months caparson added basic tests for non-local exceptions
(edit) @70f97c8   20 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a2f1ea8d   20 months caparson added test for fixed waituntil break case
(edit) @6c7fe7b   21 months pabuhr change from printf to sout
(edit) @bdf4cd9e   21 months caparson added test for mutex stmt tuples and changed actor test to use a …
(edit) @85a3806   21 months pabuhr change from printf to sout
(edit) @7d25f44   21 months pabuhr update files from old separator manipulator names to new names
(edit) @fe0b94f   21 months pabuhr fix include files
(edit) @6065281f   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @3bf9d10   21 months pabuhr change printf to sout
(edit) @f02f546   21 months mlbrooks Implement new rules for array dimension expression matching. Core …
(edit) @da0edec   21 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @9c4330d5   21 months mlbrooks Add Makefile entries to include new test-support files in Promote …
(edit) @caf06aa   21 months ajbeach Added the check for bitfields in sized polymorphic types. It was …
(edit) @2fd4cea   21 months ajbeach In a sentence, invariants is correct.
(edit) @0f4ac10   21 months mlbrooks Add tests demonstrating CFA's treatment of C arrays, compared with …
(edit) @0388a99   21 months caparson updated a test to use the actor automatic executor config
(edit) @b87ef7be   21 months pabuhr update mathX.arm64 expected output
(edit) @c8cbb41   21 months pabuhr update mathX.x86 expected output
(edit) @600478d   21 months pabuhr change ceiling function to work with negative values
(edit) @6527150   21 months pabuhr formatting
(edit) @c8f0199   21 months pabuhr add test case to device-driver input
(edit) @93c86ac   21 months pabuhr formatting and comments
(edit) @77fd9fe2   21 months caparson refactored actor tests to use bar operator
(edit) @3a7aa94   21 months pabuhr harmonized help messages for --invariant and --no-invariant
(edit) @4c0acb0   21 months pabuhr add back --invariant with --no-invariant as both are needed for toggling
(edit) @0d31434   21 months caparson changes test.py invariant flag to --no-invariant, with the default being on
(edit) @5dbb9f3   21 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d144c26   21 months caparson updated invariant flag to be default, can be toggled off with …
(edit) @e172f42   21 months caparson Merge branch 'ast-experimental'
(edit) @f6fd22a4   21 months caparson refactored inherit test to avoid base ctor call bug
(edit) @8d6786b   21 months caparson added new actor test for plan-9 edge case
(edit) @8f557161   21 months mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
(edit) @62d62db   21 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   21 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @38e266ca   21 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @1db6d70   21 months caparson removed unneeded fstream include from locks.hfa ast-experimental
(edit) @37b2c2c   21 months pabuhr update lockfree stack with double-wide CAS ast-experimental
(edit) @55266c7   21 months pabuhr harmonize semantic error messages with yacc error messages ast-experimental
(edit) @541dbc09   21 months pabuhr make type names arithmetic, rational, rat_int lower-case ast-experimental
(edit) @874b16e   21 months pabuhr lower case type names open_failure, close_failure, write_failure, … ast-experimental
(edit) @c880a7b   21 months caparson refactored tests to use new name for allocation enum ast-experimental
(edit) @46e6e47   21 months caparson refactored test to reflect new naming ast-experimental
(edit) @d8d9c115   22 months pabuhr reduce duration of lock-free stack test on ARM because CASV is very … ast-experimental
(edit) @5007618   22 months pabuhr update tests/Makefile.am and corresponding Jenkinsfile with more … ast-experimental
(edit) @124400b   22 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @bdbf536   22 months pabuhr remove/specialize test/Makfile.am variables concurrent/timeout, … ast-experimental
(edit) @7ae39f0   22 months mlbrooks Re-enable testing function prototype taking length-star array, working … ast-experimental
(edit) @b2fa3c2   22 months pabuhr fix comments referring to concurrency directory ast-experimental
(edit) @6b1c4f2   22 months pabuhr fix spelling mistake of concurrency ast-experimental
(edit) @53f6a11   22 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @c26bea2a   22 months pabuhr first attempt at renaming directory tests/concurrent to … ast-experimental
(edit) @687b663   22 months pabuhr fix lockfree-stack test on 32-bit ast-experimental
(edit) @8a919cf   22 months mlbrooks Address build error from commit a5aa5b. To keep: Change all tabs to … ast-experimental
(edit) @a5aa5bf   22 months mlbrooks Flesh out "C" array syntax testing. Enable testing of … ast-experimental
(edit) @4246869   22 months pabuhr update header comments ast-experimental
(edit) @2314aac   22 months pabuhr add lock-free stack using double-wide CAS ast-experimental
(edit) @e3d4fd1   22 months pabuhr more cleanup of the make-help option ADTast-experimental
(edit) @8cb06b6   22 months caparson added waituntil timeout test and added waituntil test that uses … ADTast-experimental
(edit) @b3ce76f   22 months caparson resolved merge conflict in makefile changes ADTast-experimental
(edit) @386fb57   22 months caparson added invariant flag to test makefile ADTast-experimental
(edit) @e2887a9   22 months pabuhr add make-help option and change parenthesis to braces for variables ADTast-experimental
(edit) @01de470   22 months caparson added back initially failing test and cleaned up other test ADTast-experimental
(edit) @7c2c37a   22 months caparson removed tests made during deadlock debugging ADTast-experimental
(edit) @0922716   22 months caparson changed dist-hook rule to use curly braces to access shell vars where … ADTast-experimental
(edit) @94672ba   22 months caparson changed variable name in makefile to try and avoid shell command with … ADTast-experimental
(edit) @7b53bfd   22 months caparson Eliminating the busy wait spin at the end seems to resolve deadlock. … ADTast-experimental
(edit) @c34a1a4   22 months caparson removed uneeded busy wait ADTast-experimental
(edit) @e50fce1   22 months caparson added some instrumentation to attempt to glean some insight into … ADTast-experimental
(edit) @253a78f   22 months caparson removed some redundant tests and added some instrumentation to help … ADTast-experimental
(edit) @330b856   22 months caparson removed tests that are redundant ADTast-experimental
(edit) @b5513f1   22 months caparson refactored tests to refine failure case to minimal repro ADTast-experimental
(edit) @02fa55e   22 months caparson added zero size channel waituntil test case ADTast-experimental
(edit) @a32a887   22 months caparson removed uneeded tests ADTast-experimental
(edit) @85e49a6   22 months caparson added and removed some tests in pursuit of a more minimal repro of the … ADTast-experimental
(edit) @dd7a8ce   22 months caparson added some variations on failing channel test to try and narrow down … ADTast-experimental
(edit) @a882b68   22 months caparson added a test change to help locate the deadlock on next test failure ADTast-experimental
(edit) @c083c3d   23 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @4daf79f   23 months pabuhr formatting, adjust target names for Makefiles ADTast-experimental
(edit) @6e1e2d0   23 months caparson resolved merge conflicts ADTast-experimental
(edit) @a50fdfb   23 months caparson added waituntil test expect files ADTast-experimental
(edit) @63d5ac5f   23 months caparson removed TODO since it is now done ADTast-experimental
(edit) @6c3c51d   23 months caparson removed scoped lock ADTast-experimental
(edit) @b9cd3b5   23 months caparson removed clh lock ADTast-experimental
(edit) @a33a5e2   23 months caparson added tests for the waituntil stmt ADTast-experimental
(edit) @e6d8d11   23 months pabuhr update comment about locale problem with leaked storage ADTast-experimental
(edit) @a5ea261   23 months ajbeach The test.py (through Makefile) handles --invariant passing it to the … ADTast-experimental
(edit) @6349929   23 months pabuhr fix 32-bit build with new PRNG output ADTast-experimental
(edit) @8a2f7f1   23 months pabuhr fix PRNG test to work correctly on ARM ADTast-experimental
(edit) @a1b41e3   2 years pabuhr add parsing test for waitfor statement ADTast-experimental
(edit) @bb7422a   2 years ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @3d08cea   2 years caparson Removed unneeded include. Should fix failing channels/churn test. ADTast-experimental
(edit) @9319a23   2 years caparson added channel tests that use new termination feature ADTast-experimental
(edit) @de934c7   2 years caparson minor changes to channel test harness ADTast-experimental
(edit) @1205b3e   2 years pabuhr update 32-bit tests after change to PRNG ADTast-experimental
(edit) @90fb672   2 years pabuhr use splitmix32/64 to prime set seed for all PRNG ADTast-experimental
(edit) @814a4da   2 years caparson updated expect files for prng based tests ADTast-experimental
(edit) @c2dfa56a   2 years pabuhr remove SKULLDUGGERY dealing with CFA typedef numbering problem ADTast-experimental
(edit) @dbae916   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.