source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @00aa122   5 weeks pabuhr harmonize single_future with other future types, remove multi_future, …
(edit) @b5749f9   6 weeks pabuhr fix design error in test waituntil/futures.cfa
(edit) @86b418f   6 weeks pabuhr rewrite test program with futures and waituntil
(edit) @0048327   7 weeks pabuhr change use of random to prng
(edit) @b6de35e   7 weeks pabuhr change name is_empty to empty for monitor conditions
(edit) @f5856ecd   2 months pabuhr update barrier tests for updated barrier
(edit) @2d743bd   3 months pabuhr update expected alloc-ERR files
(edit) @1911f37   3 months pabuhr formatting, add tests for new anew/adelete
(edit) @a307552   4 months pabuhr temporarily turn off failing test select_future
(edit) @8dc8f68   4 months pabuhr change type name condition_variable to cond_lock
(edit) @01e6bd9   4 months pabuhr add tests for string include/exclusde with C character-class functions
(edit) @1e28e05   7 months pabuhr update enumerator input test
(edit) @ae0c1c3   8 months ajbeach Rewrote the iostream traits to have a single assertion each, a table …
(edit) @6b33e89   8 months pabuhr change backquote call to regular call
(edit) @10ef475   9 months mlbrooks Move string benchmark programs into thesis
(edit) @30548de   9 months pabuhr change manipulator name quoted to quote
(edit) @c4f8c4bf   9 months mlbrooks Fix string-operator handling on +=
(edit) @d03a386   9 months mlbrooks Give a few string operator overloads a preference boost. Intent is to …
(edit) @570e7ad   9 months mlbrooks Make string operator-overload costs match their intuitively equivalent …
(edit) @3f631d6   9 months mlbrooks Switch string io to be generic upon iostream, rather than specific …
(edit) @d175767   9 months mlbrooks Add test for string operator overload selection. The ".expect" file …
(edit) @b1b513d   9 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @7e4f226   9 months pabuhr update excepted output for string tests
(edit) @119889f   9 months mlbrooks Partially fix #185. This fix applies to functions, but not types. …
(edit) @9aa8dcc   9 months pabuhr update test programs with new length name "len"
(edit) @30bf6bf   9 months ajbeach Change to instantiateGeneric, removing some unneeded output. It isn't …
(edit) @e1358c0   9 months lseo create waituntil timeout node as literal via macro as a workaround for …
(edit) @71624f8   10 months ajbeach Copied Peter's include/includes fix for another header that does not …
(edit) @8c2723f   10 months pabuhr change name shareEdit to share
(edit) @6f9f338   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6cb3e5d   10 months pabuhr formatting. reduce experiment duration
(edit) @8b639f9   10 months pabuhr make including gawkapi.h conditional on its existence
(edit) @594671a   10 months ajbeach Erase dtype types when they are encountered. Waiting to a use means …
(edit) @0603700   10 months pabuhr uncomment include files for the C include-file test, as errors have …
(edit) @8de86b3   10 months pabuhr update x86 expect file for attribute test
(edit) @2a90639   10 months pabuhr small updates to dumpable.cfa
(edit) @3483185   10 months lseo Make it possible to fulfil a future by loading an exception like ucpp
(edit) @b8b64c34   10 months ajbeach That should be the rest of the warnings generated from the tests …
(edit) @4be0117   10 months ajbeach Cleaned the warnings from exceptions tests. Mostly explicit …
(edit) @8705a11   10 months ajbeach Added a test to check enumerations based on trac#46, which has been …
(edit) @d923fca   10 months ajbeach Clean-up the warnings of the concurrency tests. A lot of little test …
(edit) @3e5fea2   11 months pabuhr update x86 expect file after fixing 32-bit builtin-type definitions
(edit) @17fa94f   11 months ajbeach Reworked some nodes so they can be typed or untyped. This allowed me …
(edit) @16d7535   11 months mlbrooks Fix vector-demo warnings on x86 (was blocked from last full build by …
(edit) @eca364f7   11 months pabuhr update .expect file for attribute test on ARM
(edit) @cd28605   11 months pabuhr first attempt at generalizing attributes to statements
(edit) @a8e2215   11 months mlbrooks Tidy vector-iterator POC and remedy its warnings
(edit) @301e9f7   11 months ajbeach A bit of clean-up in the Makefile on some new rules.
(edit) @d3d54b3   11 months mlbrooks Eliminate warnings due to sizeof returning type inconsistent with %zu. …
(edit) @92aeae1   11 months mlbrooks Correct spelling mistake in variables
(edit) @090b076   11 months mlbrooks Expand and update comments re testing instrucions
(edit) @dfe8f78   11 months ajbeach Getting the reproduction of every trac ticket in the repository looks …
(edit) @7959e56   11 months mlbrooks Eliminate libcfa-build warnings of missing int-to-pointer casts. …
(edit) @bbbff10   11 months pabuhr update loop_else test to handle warnings
(edit) @641707d   11 months ajbeach More fixing of warnings. Including another error that slipped through …
(edit) @372d33c   11 months ajbeach Use lax warnings on forall test. This should get the nightly build …
(edit) @a465d751   11 months ajbeach In the 'designations': Instead of leaving some variables unused, print …
(edit) @161b98e   11 months ajbeach Cleaned up some errors that did not show up in my local test but …
(edit) @a22e8b4   11 months ajbeach Removed the warnings from more tests. I think '(void)var;' might be …
(edit) @c699602   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2e0bb92   11 months pabuhr remove warnings, and change I/O to work with gcc
(edit) @bada452   11 months ajbeach Removed warnings from serveral tests and removed them from the …
(edit) @1fb0a883   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1cc5c6a   11 months pabuhr update C arithmetic conversions and add ARM conversion testing
(edit) @9e72bae3   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a750c71b   11 months pabuhr update input file names for eofType test
(edit) @829821c   11 months mlbrooks Fix test suite to run with no warnings on gcc 12, 13, 14
(edit) @a9e327a   11 months pabuhr formatting
(edit) @e051c8e   11 months pabuhr remove spurious include file
(edit) @5db17077   11 months pabuhr test for end-of-file with and without a terminating newline across …
(edit) @d96f7c4   11 months pabuhr expunge fallthru keyword and replace its usages with fallthrough
(edit) @9c65169   12 months pabuhr reduce yields in test but still get deterministic results
(edit) @f6f7b52   12 months lseo fixed a parser bug to generate correct ast for waitfor. added a test …
(edit) @6a6e205   12 months mlbrooks Clean some warnings from unused variables and pointer-to-int casts.
(edit) @86cccd5   12 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a595ab7   12 months pabuhr update arithmeticConversions test to work on ARM
(edit) @5a79dae3   12 months pabuhr expected output for arithmeticConversions test on x64
(edit) @445b281   12 months pabuhr rename test ArithmeticConversions to arithmeticConversions
(edit) @b0708ea   12 months pabuhr add test for gcc arithmetic conversions
(edit) @5a894e12   12 months ajbeach Added more custom constructors into the new exceptions test to avoid …
(edit) @d84f2ae   12 months mlbrooks Fix transpiler-induced unused parameter on layoutof.
(edit) @190a833   12 months ajbeach Returning to exceptions after a long time and added the ability to …
(edit) @10b5970   12 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
(edit) @70670e7   12 months Michael Brooks <Michael Brooks> Try to fix full build by regenerating botched .arm64.expect file on …
(edit) @66e7cc1   12 months ajbeach Added some tests for recent changes to the resolver.
(edit) @58eb9250   12 months mlbrooks Partly fix #269 and try to fix nightly build. Switch to correct type …
(edit) @2e63915   12 months mlbrooks Remove warnings from remaining array-collections tests.
(edit) @2a32118   12 months mlbrooks Fix a warning missed in 2853d6fb0.
(edit) @656c8ac   12 months mlbrooks Restore full sense of wflag strictness, mistakenly reduced in 2853d6fb0.
(edit) @2853d6f   12 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
(edit) @28c2c9d5   12 months mlbrooks Try to fix full build by suppressing known warning's -W code under gcc …
(edit) @0cd168f   12 months mlbrooks Remove test-code-induced warnings from Array RAII. (Depends on …
(edit) @0bf03ba2   12 months mlbrooks Remove warnings due to unused parameters in generated code for …
(edit) @50cad32   12 months pabuhr update architecture expect file for x64
(edit) @d1566d4   12 months pabuhr update architecture expect file for x86
(edit) @9dc05782   12 months pabuhr update architecture expect file for ARM
(edit) @d9f6d80   12 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @77148b0   12 months pabuhr fix build problem by fixing unsupported C23 attribute in test
(edit) @5251c6b   12 months ajbeach Changed some inline declarations to static or static inline (which are …
(edit) @b12b1ba   12 months mlbrooks Add completion of work in progress mistakenly included in 584612d. …
Note: See TracRevisionLog for help on using the revision log.