source: tests/.expect

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50cad32   10 months pabuhr update architecture expect file for x64
(edit) @d1566d4   10 months pabuhr update architecture expect file for x86
(edit) @9dc05782   10 months pabuhr update architecture expect file for ARM
(edit) @5780d0d   10 months ajbeach Removed increment and decrement operators for enumerations from …
(edit) @4ff7ea3   10 months pabuhr update expected for attribute test x86
(edit) @9b55aa3   10 months pabuhr update expected for attribute test aarch64
(edit) @262a864   10 months pabuhr merge
(edit) @9a01745   10 months pabuhr add another attribute test
(edit) @50e04cc   10 months pabuhr update expected output of atribute test for arm64
(edit) @d344a63   10 months pabuhr update expected output of atribute test for x86
(edit) @0497b6ba   10 months pabuhr update tests for attribute and semantic warnings
(edit) @35cc6d4   10 months mlbrooks Mitigate several unused-declaration warnings in generated code. See …
(edit) @5d3d281   10 months mlbrooks Remove autogen forward declarations, which are never needed, and cause …
(edit) @fd0a1799   10 months mlbrooks Resurrect test of zero_t/one_t and capture present state of ++
(edit) @5b66938   10 months pabuhr update .expect files for x86 architecture
(edit) @b38d24a   10 months j82liang update test expect
(edit) @eae8b37   10 months j82liang Move enum.hfa/enum.cfa to prelude
(edit) @718601e   10 months mlbrooks Try 2 to fix arch-specific test failure from my last commit
(edit) @730992a   10 months mlbrooks Try to fix arch-specific test failure from my last commit
(edit) @81e768d   10 months mlbrooks Fix #276; add support for c-array parameters using dependent lengths. …
(edit) @108b2c7   10 months ajbeach Moved the non-trivial bodies of the power (exponental) functions out …
(edit) @bdf40650   11 months ajbeach Address-of is now moved under casts of any type and is done so …
(edit) @ea10f64   11 months pabuhr first attempt at tests for tuple arrays
(edit) @b6f2e7ab   13 months ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would …
(edit) @82a5ea2   13 months ajbeach Added checks for (and a test to check the checks) assertions we will …
(edit) @db19e1d   13 months ajbeach Changed the interpritation of () to be no parameters instead of any …
(edit) @790f251   14 months pabuhr update error message for parameter default-initialization in …
(edit) @3ac5fd8   14 months pabuhr first attempt changing end-of-file to an exception
(edit) @afb15cf   14 months ajbeach Added a check to make sure that optional parameters to not appear on …
(edit) @f9ad69d   14 months mlbrooks Fix #175
(edit) @97f8f0f   14 months ajbeach Implemented special case of sizeof/alignof, where reference types are …
(edit) @bcb41f7   14 months j82liang Update .error as the cost model has changed
(edit) @b6923b17   15 months ajbeach Fixed goto labelled loop. I had to reorder some passes. Updated …
(edit) @b2ca052   15 months pabuhr move planet test under directory enum_tests
(edit) @eb5dbfd   15 months pabuhr add enumeration planet program to test suite
(edit) @c041d29   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d887800   19 months pabuhr update ato expected output for x86
(edit) @897eb01   19 months pabuhr update ato expected output for ARM
(edit) @33807a1e   19 months pabuhr update string to type test
(edit) @169496e1   19 months pabuhr update expected output for functions test on ARM
(edit) @1df26c3   19 months pabuhr fix 32-bit functions results
(edit) @7e13b11   19 months pabuhr documentations, support CFA declaration syntax in sizeof/alignof
(edit) @6c68893   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0a9b5c1   20 months pabuhr update 64-bit test result on ARM for distribution of attributes for …
(edit) @1e93617   20 months pabuhr update 32-bit test result for distribution of attributes for aggregates
(edit) @4eb3a7c5   20 months pabuhr first attempt at correct distribution of attributes for aggregates
(edit) @ca9d65e   22 months pabuhr second attempt at simplifying SemanticError messages
(edit) @3e49c477   22 months pabuhr update expected output from tests after changes in semantic error messages
(edit) @1c85ffc   22 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2b12d6e   22 months pabuhr add PRNG expected output for arm64
(edit) @e274264   22 months pabuhr update PRNG output for x86
(edit) @3267041   22 months pabuhr reduce runtime testing duration of PRNG
(edit) @dd900b5   23 months ajbeach Implicit and layout parameters are now marked as const. This is …
(edit) @4883712   23 months ajbeach Added a test showing how the conflict handling in the with clause …
(edit) @5ad24a2c   2 years ajbeach Added test for the checks on the constructor/destructor attributes.
(edit) @80f8703   2 years pabuhr temporary fix to linkonce problem by changing -7 to 7 so …
(edit) @a738c68   2 years ajbeach Update max/min so n-ary version doesn't match against the 2 argument …
(edit) @b2ab352   2 years pabuhr add missing .expect file
(edit) @f02f546   2 years mlbrooks Implement new rules for array dimension expression matching. Core …
(edit) @caf06aa   2 years ajbeach Added the check for bitfields in sized polymorphic types. It was …
(edit) @b87ef7be   2 years pabuhr update mathX.arm64 expected output
(edit) @c8cbb41   2 years pabuhr update mathX.x86 expected output
(edit) @600478d   2 years pabuhr change ceiling function to work with negative values
(edit) @8f557161   2 years mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
(edit) @874b16e   2 years pabuhr lower case type names open_failure, close_failure, write_failure, … ast-experimental
(edit) @7ae39f0   2 years mlbrooks Re-enable testing function prototype taking length-star array, working … ast-experimental
(edit) @a5aa5bf   2 years mlbrooks Flesh out "C" array syntax testing. Enable testing of … ast-experimental
(edit) @6349929   2 years pabuhr fix 32-bit build with new PRNG output ADT ast-experimental
(edit) @8a2f7f1   2 years pabuhr fix PRNG test to work correctly on ARM ADT ast-experimental
(edit) @bb7422a   3 years ajbeach Translated parser to the new ast. This incuded a small fix in the … ADT ast-experimental
(edit) @1205b3e   3 years pabuhr update 32-bit tests after change to PRNG ADT ast-experimental
(edit) @90fb672   3 years pabuhr use splitmix32/64 to prime set seed for all PRNG ADT ast-experimental
(edit) @814a4da   3 years caparson updated expect files for prng based tests ADT ast-experimental
(edit) @44196deb   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @f9519d4   3 years pabuhr update expected test output for arm64 ADT ast-experimental
(edit) @2e77837   3 years pabuhr update expected test output for 32-bit ADT ast-experimental
(edit) @421703e   3 years pabuhr update expected test output after declaring anonymous structs static ADT ast-experimental
(edit) @35d1de5   3 years pabuhr change test forall.cfa from compilation only to execution ADT ast-experimental
(edit) @be3b952   3 years pabuhr update 32-bit .expect for tests using PRNG ADT ast-experimental
(edit) @ae7a085c   3 years pabuhr change printing format in PRNG, update .expect for tests using PRNG ADT ast-experimental
(edit) @b797d978   3 years pabuhr formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit … ADT ast-experimental
(edit) @261e107   3 years pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADT ast-experimental
(edit) @dd46fd3   3 years pabuhr generalization of PRNG ADT ast-experimental
(edit) @7bc84b8   3 years pabuhr remove unsigned cast for prng calls ADT ast-experimental
(edit) @9fce2572   3 years pabuhr 32-bit update of PRNG ADT ast-experimental
(edit) @d2ad151   3 years pabuhr major update of PRNG ADT ast-experimental
(edit) @1fb09eff   3 years ajbeach Grouped some control flow tests together. ADT ast-experimental
(edit) @1dafdfc   3 years ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADT ast-experimental
(edit) @116a2ea   3 years pabuhr new heap and associated tests updated ADT ast-experimental
(edit) @f92e7b9   3 years Thierry Delisle Moved parseconfigs tests to its own folder so I can add parseargs to … ADT ast-experimental
(edit) @594e1db   3 years Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore. ADT ast-experimental pthread-emulation
(edit) @64af7ac   3 years Thierry Delisle Added thread and _Thread_local to some tests. ADT ast-experimental pthread-emulation
(edit) @283876d   3 years pabuhr update loop tests and expected output for corrected @ usage for … ADT ast-experimental pthread-emulation
(edit) @ff36907   3 years pabuhr update loop-control test and expected output ADT ast-experimental pthread-emulation
(edit) @c48b61c   3 years pabuhr update for-control test-programs and expected output ADT ast-experimental pthread-emulation
(edit) @6415549   3 years pabuhr update attribute.cfa expect file for ARM64 ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @3322180   3 years Thierry Delisle Fix enum assignment warning ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @fc134a48   3 years j82liang Implement the struct enum ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @5416b44   3 years pabuhr make expected output for nested functions deterministic ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @c715e5f   3 years ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADT ast-experimental pthread-emulation qualifiedEnum
Note: See TracRevisionLog for help on using the revision log.