source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b6f2e7ab   39 hours ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would …
(edit) @82a5ea2   6 days ajbeach Added checks for (and a test to check the checks) assertions we will …
(edit) @db19e1d   8 days ajbeach Changed the interpritation of () to be no parameters instead of any …
(edit) @790f251   3 weeks pabuhr update error message for parameter default-initialization in …
(edit) @df2e00f   3 weeks ajbeach Made heap pass the invariant check. We should be able to enable …
(edit) @3ac5fd8   4 weeks pabuhr first attempt changing end-of-file to an exception
(edit) @afb15cf   4 weeks ajbeach Added a check to make sure that optional parameters to not appear on …
(edit) @8da3cc4d   4 weeks mlbrooks Add missing integration test of accordions. Putting a CFA array
(edit) @2f31773   4 weeks mlbrooks Improve inability to declare a struct member having a managed type via …
(edit) @f9ad69d   4 weeks mlbrooks Fix #175
(edit) @1a2ba84   4 weeks mlbrooks fix comment typo
(edit) @dee680c   4 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f9b42bd   4 weeks pabuhr modify time test to deal with unfreed storage from putenv/tzset
(edit) @97f8f0f   4 weeks ajbeach Implemented special case of sizeof/alignof, where reference types are …
(edit) @f6d2e9b   5 weeks j82liang Change FX64 (x64) to FA64 (arm64)
(edit) @5f210c0   5 weeks j82liang Change enum pos to signed int to avoid underflow; operator on enum …
(edit) @b59c21a   5 weeks j82liang remove leading whitespace
(edit) @065de93   5 weeks j82liang Update test expect for x86
(edit) @ecaedf35   5 weeks j82liang Update test expect for arm64
(edit) @bcb41f7   5 weeks j82liang Update .error as the cost model has changed
(edit) @8789ae4   6 weeks pabuhr update loop control test and expected output
(edit) @82ff201a   6 weeks pabuhr add #include <assert.h>, as no longer in array.hfa
(edit) @fd4df379   7 weeks mlbrooks Implement boxing for arrays. The added test is things that did not …
(edit) @878b1385   7 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1ad112a5   7 weeks pabuhr update enumeration input test
(edit) @b6923b17   7 weeks ajbeach Fixed goto labelled loop. I had to reorder some passes. Updated …
(edit) @ce0b8b8   8 weeks pabuhr documentation
(edit) @b8561fa   8 weeks pabuhr try again to fix the unfreed storage problem
(edit) @3ee4a53   8 weeks pabuhr formatting
(edit) @d7b399f   8 weeks pabuhr formatting
(edit) @e3260aa1   8 weeks pabuhr removed memory not freed message
(edit) @e6128959   8 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cd1d721   8 weeks pabuhr modify time test to set time zone to America/Toronto? so test is …
(edit) @f107afe   8 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1842167   8 weeks pabuhr add test for reading in enumerators
(edit) @c248b39   8 weeks ajbeach Unlabelled breaks were not targetting the correct enclosing control …
(edit) @88bc876   8 weeks ajbeach Breaks (and some other control flow) in a loop else clause now work. I …
(edit) @b2ca052   2 months pabuhr move planet test under directory enum_tests
(edit) @eb5dbfd   2 months pabuhr add enumeration planet program to test suite
(edit) @236f133   2 months j82liang Remove quasi_void for enums. The idea of quasi_void from Mike was to …
(edit) @72abc90a   2 months pabuhr remove unnecessary assignment when looping with a structure type
(edit) @5eb3f65   3 months pabuhr change enumeration function names labelE, valueE, posE to label, …
(edit) @85855b0   3 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @d68de59   3 months j82liang Update enumInlineValue.cfa
(edit) @7da6a31   4 months j82liang Disable to voidEnum test for now to pass the test suite (voidEnum is WIP)
(edit) @9b140bd   4 months j82liang Update the test file
(edit) @0b6c1c9   4 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c333ed2   4 months j82liang Remove intermeidate type (enum attribute type); remove …
(edit) @195d1d8   4 months pabuhr update search strings to raw strings for python 3.12
(edit) @c5c123f   5 months j82liang Missing changes for the last commit
(edit) @eb7586e   5 months j82liang 1. Change return value of typed Enum in null context: they now return …
(edit) @4a3eb1c   5 months pabuhr add combinations of pointer/reference for memset and memcpy
(edit) @c041d29   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d887800   6 months pabuhr update ato expected output for x86
(edit) @897eb01   6 months pabuhr update ato expected output for ARM
(edit) @33807a1e   6 months pabuhr update string to type test
(edit) @169496e1   6 months pabuhr update expected output for functions test on ARM
(edit) @1df26c3   6 months pabuhr fix 32-bit functions results
(edit) @56b47b9   6 months pabuhr add updated function-declaration test
(edit) @7e13b11   6 months pabuhr documentations, support CFA declaration syntax in sizeof/alignof
(edit) @a4da45e   7 months j82liang Resolve conflict
(edit) @6c68893   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0a9b5c1   7 months pabuhr update 64-bit test result on ARM for distribution of attributes for …
(edit) @1e93617   7 months pabuhr update 32-bit test result for distribution of attributes for aggregates
(edit) @46aa60e   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4eb3a7c5   7 months pabuhr first attempt at correct distribution of attributes for aggregates
(edit) @c17dc80   7 months j82liang Add position.cfa test file
(edit) @77bc259   7 months pabuhr move exception macro to general location, update more code to use macros
(edit) @da22726   7 months pabuhr switch from '\n' to nl, update test data
(edit) @75e2286   7 months pabuhr add tests for getline and quoted input manipulators
(edit) @0b6089f   7 months pabuhr formatting
(edit) @a55ebcc   7 months j82liang 1. Add debug print option for replacePseudoFunc; 2. Change resolver …
(edit) @b771581   8 months pabuhr add more input tests for recent changes
(edit) @baa1d5d   8 months pabuhr update testing for manipulators
(edit) @68cf1d4   8 months pabuhr update expected output for other architectures
(edit) @5764204   8 months pabuhr restrict nesting of manipulators and update manipulator test
(edit) @3db78b89   8 months mlbrooks Fix string reading bug: Manipulator ignore should not write to its …
(edit) @8a33777   8 months mlbrooks Fix analysis error in string-input testing. Add comments correlating …
(edit) @f2898df   8 months mlbrooks Implement string initialization and assignment from various numeric types
(edit) @e8b3717   8 months mlbrooks Modify substring interface from start-end to start-len, and add a …
(edit) @7abc3de   8 months mlbrooks Harmonize string constructors with assignments, refactor …
(edit) @e891349   8 months mlbrooks Tweak string assignment-strcpy-strncpy and concatenate-strcat-strncat …
(edit) @38951c31   8 months mlbrooks Add missing test for string *= and refactor */*= to follow +/+= …
(edit) @ee16f8fc   8 months mlbrooks Attempt to fix overnight build; add test-suite Makefile entry missing …
(edit) @4d689e2   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cfbc56ec   8 months mlbrooks Enable array RAII and provide uninit(-), a uNoCtor equivalent. Enable …
(edit) @f0c9c9b   8 months pabuhr formatting
(edit) @40002c5   8 months pabuhr update command-line processing
(edit) @ca2feff   8 months pabuhr update manipulator testing and expected output
(edit) @e7eb1f0   8 months pabuhr update string testing and expected output
(edit) @0a6d2045   9 months ajbeach You can how use local control flow out of 'catch' clauses. Added a …
(edit) @ca9d65e   9 months pabuhr second attempt at simplifying SemanticError? messages
(edit) @3e49c477   9 months pabuhr update expected output from tests after changes in semantic error messages
(edit) @1c85ffc   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2b12d6e   9 months pabuhr add PRNG expected output for arm64
(edit) @e274264   9 months pabuhr update PRNG output for x86
(edit) @3267041   9 months pabuhr reduce runtime testing duration of PRNG
(edit) @dd900b5   9 months ajbeach Implicit and layout parameters are now marked as const. This is …
(edit) @6a1f553   10 months pabuhr formatting
(edit) @4883712   10 months ajbeach Added a test showing how the conflict handling in the with clause …
Note: See TracRevisionLog for help on using the revision log.