source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b8561fa   5 months pabuhr try again to fix the unfreed storage problem
(edit) @3ee4a53   5 months pabuhr formatting
(edit) @d7b399f   5 months pabuhr formatting
(edit) @e3260aa1   5 months pabuhr removed memory not freed message
(edit) @e6128959   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cd1d721   5 months pabuhr modify time test to set time zone to America/Toronto? so test is …
(edit) @f107afe   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1842167   5 months pabuhr add test for reading in enumerators
(edit) @c248b39   5 months ajbeach Unlabelled breaks were not targetting the correct enclosing control …
(edit) @88bc876   5 months ajbeach Breaks (and some other control flow) in a loop else clause now work. I …
(edit) @b2ca052   5 months pabuhr move planet test under directory enum_tests
(edit) @eb5dbfd   5 months pabuhr add enumeration planet program to test suite
(edit) @236f133   5 months j82liang Remove quasi_void for enums. The idea of quasi_void from Mike was to …
(edit) @72abc90a   6 months pabuhr remove unnecessary assignment when looping with a structure type
(edit) @5eb3f65   6 months pabuhr change enumeration function names labelE, valueE, posE to label, …
(edit) @85855b0   6 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @d68de59   7 months j82liang Update enumInlineValue.cfa
(edit) @7da6a31   7 months j82liang Disable to voidEnum test for now to pass the test suite (voidEnum is WIP)
(edit) @9b140bd   7 months j82liang Update the test file
(edit) @0b6c1c9   7 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c333ed2   7 months j82liang Remove intermeidate type (enum attribute type); remove …
(edit) @195d1d8   7 months pabuhr update search strings to raw strings for python 3.12
(edit) @c5c123f   8 months j82liang Missing changes for the last commit
(edit) @eb7586e   8 months j82liang 1. Change return value of typed Enum in null context: they now return …
(edit) @4a3eb1c   8 months pabuhr add combinations of pointer/reference for memset and memcpy
(edit) @c041d29   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d887800   9 months pabuhr update ato expected output for x86
(edit) @897eb01   9 months pabuhr update ato expected output for ARM
(edit) @33807a1e   9 months pabuhr update string to type test
(edit) @169496e1   10 months pabuhr update expected output for functions test on ARM
(edit) @1df26c3   10 months pabuhr fix 32-bit functions results
(edit) @56b47b9   10 months pabuhr add updated function-declaration test
(edit) @7e13b11   10 months pabuhr documentations, support CFA declaration syntax in sizeof/alignof
(edit) @a4da45e   10 months j82liang Resolve conflict
(edit) @6c68893   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0a9b5c1   10 months pabuhr update 64-bit test result on ARM for distribution of attributes for …
(edit) @1e93617   10 months pabuhr update 32-bit test result for distribution of attributes for aggregates
(edit) @46aa60e   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4eb3a7c5   10 months pabuhr first attempt at correct distribution of attributes for aggregates
(edit) @c17dc80   10 months j82liang Add position.cfa test file
(edit) @77bc259   10 months pabuhr move exception macro to general location, update more code to use macros
(edit) @da22726   10 months pabuhr switch from '\n' to nl, update test data
(edit) @75e2286   10 months pabuhr add tests for getline and quoted input manipulators
(edit) @0b6089f   10 months pabuhr formatting
(edit) @a55ebcc   11 months j82liang 1. Add debug print option for replacePseudoFunc; 2. Change resolver …
(edit) @b771581   11 months pabuhr add more input tests for recent changes
(edit) @baa1d5d   11 months pabuhr update testing for manipulators
(edit) @68cf1d4   11 months pabuhr update expected output for other architectures
(edit) @5764204   11 months pabuhr restrict nesting of manipulators and update manipulator test
(edit) @3db78b89   11 months mlbrooks Fix string reading bug: Manipulator ignore should not write to its …
(edit) @8a33777   11 months mlbrooks Fix analysis error in string-input testing. Add comments correlating …
(edit) @f2898df   11 months mlbrooks Implement string initialization and assignment from various numeric types
(edit) @e8b3717   11 months mlbrooks Modify substring interface from start-end to start-len, and add a …
(edit) @7abc3de   11 months mlbrooks Harmonize string constructors with assignments, refactor …
(edit) @e891349   11 months mlbrooks Tweak string assignment-strcpy-strncpy and concatenate-strcat-strncat …
(edit) @38951c31   11 months mlbrooks Add missing test for string *= and refactor */*= to follow +/+= …
(edit) @ee16f8fc   11 months mlbrooks Attempt to fix overnight build; add test-suite Makefile entry missing …
(edit) @4d689e2   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cfbc56ec   11 months mlbrooks Enable array RAII and provide uninit(-), a uNoCtor equivalent. Enable …
(edit) @f0c9c9b   12 months pabuhr formatting
(edit) @40002c5   12 months pabuhr update command-line processing
(edit) @ca2feff   12 months pabuhr update manipulator testing and expected output
(edit) @e7eb1f0   12 months pabuhr update string testing and expected output
(edit) @0a6d2045   12 months ajbeach You can how use local control flow out of 'catch' clauses. Added a …
(edit) @ca9d65e   12 months pabuhr second attempt at simplifying SemanticError? messages
(edit) @3e49c477   12 months pabuhr update expected output from tests after changes in semantic error messages
(edit) @1c85ffc   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2b12d6e   13 months pabuhr add PRNG expected output for arm64
(edit) @e274264   13 months pabuhr update PRNG output for x86
(edit) @3267041   13 months pabuhr reduce runtime testing duration of PRNG
(edit) @dd900b5   13 months ajbeach Implicit and layout parameters are now marked as const. This is …
(edit) @6a1f553   13 months pabuhr formatting
(edit) @4883712   13 months ajbeach Added a test showing how the conflict handling in the with clause …
(edit) @41606df1   13 months caparsons regen expected to match test change
(edit) @3f219eb   13 months caparson fixed bug where uninit mem was sometimes printed in test
(edit) @3f4f30a   13 months caparsons added x86 expect file for non-local exception test cardgame
(edit) @aad677d   13 months caparson added arm64 expect file for non-local exception test
(edit) @89a8bab   13 months caparson added architecture specific expect files for non-local exception test …
(edit) @8d182b1   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @df8ba61a   13 months caparson added test case for non-local ehm memory leak
(edit) @2da12ae   13 months pabuhr formatting
(edit) @3e4bf0d   13 months pabuhr input manipulators for getline, excl, and incl reset argument to null …
(edit) @c649d2c   14 months ajbeach Updated the demangler to also demangle operator names. You can also …
(edit) @0d41b2e   14 months caparson switched test to use new cofor syntax
(edit) @9cbdc13   14 months caparson removed print from static and dynamic tests that could be reordered …
(edit) @5ad24a2c   14 months ajbeach Added test for the checks on the constructor/destructor attributes.
(edit) @abb04a4   14 months pabuhr change genericUnion test fromt printf to sout
(edit) @cbbfba9   14 months caparson added fence to failing test to hopefully fix stale data issue on the …
(edit) @37ceccb   14 months mlbrooks Change string-read semantics so that reading nothing leaves the …
(edit) @2bf46a5   14 months pabuhr add additional test for engineering and unit manipulator output
(edit) @e85a72b8   14 months pabuhr change valide (French) to valid (English)
(edit) @80f8703   14 months pabuhr temporary fix to linkonce problem by changing -7 to 7 so …
(edit) @26dfce5   15 months caparson Updated cofor test to use new corun statement
(edit) @4d860ea3   15 months mlbrooks Fix compiler bug where duplicate type declarations caused crash. And …
(edit) @0860d9c   15 months mlbrooks Fix read-to-variable-length-string cases when internal buffer fills. …
(edit) @8cffa4f   15 months mlbrooks Support match-failure reporting for string input. On failed match, …
(edit) @bf1cbde   15 months mlbrooks Implement "scanset" semantics for manipulator skip, in place of …
(edit) @15b5abac   15 months pabuhr increase timeout in test.py from 180 to 240 seconds to deal with long …
(edit) @8514bcf8   15 months pabuhr create ARM test results for hotpotato
(edit) @8f570f1   15 months pabuhr create 32-bit test results for hotpotato
Note: See TracRevisionLog for help on using the revision log.