source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13519718   14 months mlbrooks Begin an exploratory meta-test of warning detection. This change will … stuck-waitfor-destruct
(edit) @8ee211d   14 months mlbrooks Make array and list headers free of warnings upon include and as used … stuck-waitfor-destruct
(edit) @35cc6d4   14 months mlbrooks Mitigate several unused-declaration warnings in generated code. See … stuck-waitfor-destruct
(edit) @bad15f7   14 months mlbrooks Take test-expect change missed in last commit. stuck-waitfor-destruct
(edit) @36dfdac   14 months mlbrooks Enable partial autogen for types declared inside functions. Done by … stuck-waitfor-destruct
(edit) @5d3d281   14 months mlbrooks Remove autogen forward declarations, which are never needed, and cause … stuck-waitfor-destruct
(edit) @e797179   14 months mlbrooks Accept meta-test, expecting the buid to fail. The fix is forthcoming. … stuck-waitfor-destruct
(edit) @64f3b9f   14 months mlbrooks Fix support for partial autogen. Partial autogen means that some … stuck-waitfor-destruct
(edit) @ec22220   14 months pabuhr formatting stuck-waitfor-destruct
(edit) @6e6e372   14 months pabuhr harmonize comments in test program stuck-waitfor-destruct
(edit) @8e4f34e   14 months mlbrooks Allow builtin ++ from += overloads, and similar, to work on a type … stuck-waitfor-destruct
(edit) @fd0a1799   14 months mlbrooks Resurrect test of zero_t/one_t and capture present state of ++ stuck-waitfor-destruct
(edit) @5b66938   14 months pabuhr update .expect files for x86 architecture stuck-waitfor-destruct
(edit) @b38d24a   14 months j82liang update test expect stuck-waitfor-destruct
(edit) @eae8b37   14 months j82liang Move enum.hfa/enum.cfa to prelude stuck-waitfor-destruct
(edit) @718601e   14 months mlbrooks Try 2 to fix arch-specific test failure from my last commit stuck-waitfor-destruct
(edit) @730992a   14 months mlbrooks Try to fix arch-specific test failure from my last commit stuck-waitfor-destruct
(edit) @81e768d   14 months mlbrooks Fix #276; add support for c-array parameters using dependent lengths. … stuck-waitfor-destruct
(edit) @108b2c7   14 months ajbeach Moved the non-trivial bodies of the power (exponental) functions out … stuck-waitfor-destruct
(edit) @bdf40650   15 months ajbeach Address-of is now moved under casts of any type and is done so … stuck-waitfor-destruct
(edit) @ea10f64   15 months pabuhr first attempt at tests for tuple arrays stuck-waitfor-destruct
(edit) @b5f1e850   15 months pabuhr update barrier test programs after changes stuck-waitfor-destruct
(edit) @41882628   15 months pabuhr update test programs with actor name change stuck-waitfor-destruct
(edit) @b699a61   15 months pabuhr formatting stuck-waitfor-destruct
(edit) @e8b5ba4   16 months pabuhr update how input/output files are opened stuck-waitfor-destruct
(edit) @c565d68   16 months pabuhr change CFA tests to use C designator syntax stuck-waitfor-destruct
(edit) @2b5e051   17 months pabuhr increase unfreed storage for putenv/tzset stuck-waitfor-destruct
(edit) @b24cbaf   17 months mlbrooks Reduce test suite's reliance on makefile.am EXTRA_DIST entries for … stuck-waitfor-destruct
(edit) @406c806   17 months mlbrooks Attempt to fix Promote build by naming recently added test data files … stuck-waitfor-destruct
(edit) @1665ee5   17 months mlbrooks Add uArray delayed-initialization equivalent to CFA array stuck-waitfor-destruct
(edit) @6325bd4   17 months mlbrooks Fix fork+exec missed case / broken build stuck-waitfor-destruct
(edit) @efe697d   17 months mlbrooks Add EOF test coverage for string reading. stuck-waitfor-destruct
(edit) @025f9c5   17 months mlbrooks Update 'fork+exec' test utility to be valid also in C and C++. stuck-waitfor-destruct
(edit) @b6f2e7ab   17 months ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would … stuck-waitfor-destruct
(edit) @82a5ea2   17 months ajbeach Added checks for (and a test to check the checks) assertions we will … stuck-waitfor-destruct
(edit) @db19e1d   17 months ajbeach Changed the interpritation of () to be no parameters instead of any … stuck-waitfor-destruct
(edit) @790f251   18 months pabuhr update error message for parameter default-initialization in … stuck-waitfor-destruct
(edit) @df2e00f   18 months ajbeach Made heap pass the invariant check. We should be able to enable … stuck-waitfor-destruct
(edit) @3ac5fd8   18 months pabuhr first attempt changing end-of-file to an exception stuck-waitfor-destruct
(edit) @afb15cf   18 months ajbeach Added a check to make sure that optional parameters to not appear on … stuck-waitfor-destruct
(edit) @8da3cc4d   18 months mlbrooks Add missing integration test of accordions. Putting a CFA arraystuck-waitfor-destruct
(edit) @2f31773   18 months mlbrooks Improve inability to declare a struct member having a managed type via … stuck-waitfor-destruct
(edit) @f9ad69d   18 months mlbrooks Fix #175 stuck-waitfor-destruct
(edit) @1a2ba84   18 months mlbrooks fix comment typo stuck-waitfor-destruct
(edit) @dee680c   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @f9b42bd   18 months pabuhr modify time test to deal with unfreed storage from putenv/tzset stuck-waitfor-destruct
(edit) @97f8f0f   18 months ajbeach Implemented special case of sizeof/alignof, where reference types are … stuck-waitfor-destruct
(edit) @f6d2e9b   18 months j82liang Change FX64 (x64) to FA64 (arm64) stuck-waitfor-destruct
(edit) @5f210c0   18 months j82liang Change enum pos to signed int to avoid underflow; operator on enum … stuck-waitfor-destruct
(edit) @b59c21a   18 months j82liang remove leading whitespace stuck-waitfor-destruct
(edit) @065de93   18 months j82liang Update test expect for x86 stuck-waitfor-destruct
(edit) @ecaedf35   18 months j82liang Update test expect for arm64 stuck-waitfor-destruct
(edit) @bcb41f7   18 months j82liang Update .error as the cost model has changed stuck-waitfor-destruct
(edit) @8789ae4   18 months pabuhr update loop control test and expected output stuck-waitfor-destruct
(edit) @82ff201a   18 months pabuhr add #include <assert.h>, as no longer in array.hfa stuck-waitfor-destruct
(edit) @fd4df379   18 months mlbrooks Implement boxing for arrays. The added test is things that did not … stuck-waitfor-destruct
(edit) @878b1385   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @1ad112a5   19 months pabuhr update enumeration input test stuck-waitfor-destruct
(edit) @b6923b17   19 months ajbeach Fixed goto labelled loop. I had to reorder some passes. Updated … stuck-waitfor-destruct
(edit) @ce0b8b8   19 months pabuhr documentation stuck-waitfor-destruct
(edit) @b8561fa   19 months pabuhr try again to fix the unfreed storage problem stuck-waitfor-destruct
(edit) @3ee4a53   19 months pabuhr formatting stuck-waitfor-destruct
(edit) @d7b399f   19 months pabuhr formatting stuck-waitfor-destruct
(edit) @e3260aa1   19 months pabuhr removed memory not freed message stuck-waitfor-destruct
(edit) @e6128959   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @cd1d721   19 months pabuhr modify time test to set time zone to America/Toronto so test is … stuck-waitfor-destruct
(edit) @f107afe   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @1842167   19 months pabuhr add test for reading in enumerators stuck-waitfor-destruct
(edit) @c248b39   19 months ajbeach Unlabelled breaks were not targetting the correct enclosing control … stuck-waitfor-destruct
(edit) @88bc876   19 months ajbeach Breaks (and some other control flow) in a loop else clause now work. I … stuck-waitfor-destruct
(edit) @b2ca052   19 months pabuhr move planet test under directory enum_tests stuck-waitfor-destruct
(edit) @eb5dbfd   19 months pabuhr add enumeration planet program to test suite stuck-waitfor-destruct
(edit) @236f133   19 months j82liang Remove quasi_void for enums. The idea of quasi_void from Mike was to … stuck-waitfor-destruct
(edit) @72abc90a   19 months pabuhr remove unnecessary assignment when looping with a structure type stuck-waitfor-destruct
(edit) @5eb3f65   20 months pabuhr change enumeration function names labelE, valueE, posE to label, … stuck-waitfor-destruct
(edit) @85855b0   20 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns … stuck-waitfor-destruct
(edit) @d68de59   20 months j82liang Update enumInlineValue.cfa stuck-waitfor-destruct
(edit) @7da6a31   21 months j82liang Disable to voidEnum test for now to pass the test suite (voidEnum is WIP) stuck-waitfor-destruct
(edit) @9b140bd   21 months j82liang Update the test file stuck-waitfor-destruct
(edit) @0b6c1c9   21 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @c333ed2   21 months j82liang Remove intermeidate type (enum attribute type); remove … stuck-waitfor-destruct
(edit) @195d1d8   21 months pabuhr update search strings to raw strings for python 3.12 stuck-waitfor-destruct
(edit) @c5c123f   21 months j82liang Missing changes for the last commit stuck-waitfor-destruct
(edit) @eb7586e   21 months j82liang 1. Change return value of typed Enum in null context: they now return … stuck-waitfor-destruct
(edit) @4a3eb1c   22 months pabuhr add combinations of pointer/reference for memset and memcpy stuck-waitfor-destruct
(edit) @c041d29   23 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @d887800   23 months pabuhr update ato expected output for x86 stuck-waitfor-destruct
(edit) @897eb01   23 months pabuhr update ato expected output for ARM stuck-waitfor-destruct
(edit) @33807a1e   23 months pabuhr update string to type test stuck-waitfor-destruct
(edit) @169496e1   2 years pabuhr update expected output for functions test on ARM stuck-waitfor-destruct
(edit) @1df26c3   2 years pabuhr fix 32-bit functions results stuck-waitfor-destruct
(edit) @56b47b9   2 years pabuhr add updated function-declaration test stuck-waitfor-destruct
(edit) @7e13b11   2 years pabuhr documentations, support CFA declaration syntax in sizeof/alignof stuck-waitfor-destruct
(edit) @a4da45e   2 years j82liang Resolve conflict stuck-waitfor-destruct
(edit) @6c68893   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @0a9b5c1   2 years pabuhr update 64-bit test result on ARM for distribution of attributes for … stuck-waitfor-destruct
(edit) @1e93617   2 years pabuhr update 32-bit test result for distribution of attributes for aggregates stuck-waitfor-destruct
(edit) @46aa60e   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @4eb3a7c5   2 years pabuhr first attempt at correct distribution of attributes for aggregates stuck-waitfor-destruct
(edit) @c17dc80   2 years j82liang Add position.cfa test file stuck-waitfor-destruct
Note: See TracRevisionLog for help on using the revision log.