source: tests/.expect

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @c041d29   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d887800   3 months pabuhr update ato expected output for x86
(edit) @897eb01   3 months pabuhr update ato expected output for ARM
(edit) @33807a1e   3 months pabuhr update string to type test
(edit) @169496e1   3 months pabuhr update expected output for functions test on ARM
(edit) @1df26c3   3 months pabuhr fix 32-bit functions results
(edit) @7e13b11   3 months pabuhr documentations, support CFA declaration syntax in sizeof/alignof
(edit) @6c68893   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0a9b5c1   3 months pabuhr update 64-bit test result on ARM for distribution of attributes for …
(edit) @1e93617   3 months pabuhr update 32-bit test result for distribution of attributes for aggregates
(edit) @4eb3a7c5   3 months pabuhr first attempt at correct distribution of attributes for aggregates
(edit) @ca9d65e   6 months pabuhr second attempt at simplifying SemanticError? messages
(edit) @3e49c477   6 months pabuhr update expected output from tests after changes in semantic error messages
(edit) @1c85ffc   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2b12d6e   6 months pabuhr add PRNG expected output for arm64
(edit) @e274264   6 months pabuhr update PRNG output for x86
(edit) @3267041   6 months pabuhr reduce runtime testing duration of PRNG
(edit) @dd900b5   6 months ajbeach Implicit and layout parameters are now marked as const. This is …
(edit) @4883712   6 months ajbeach Added a test showing how the conflict handling in the with clause …
(edit) @5ad24a2c   7 months ajbeach Added test for the checks on the constructor/destructor attributes.
(edit) @80f8703   8 months pabuhr temporary fix to linkonce problem by changing -7 to 7 so …
(edit) @a738c68   9 months ajbeach Update max/min so n-ary version doesn't match against the 2 argument …
(edit) @b2ab352   10 months pabuhr add missing .expect file
(edit) @f02f546   12 months mlbrooks Implement new rules for array dimension expression matching. Core …
(edit) @caf06aa   12 months ajbeach Added the check for bitfields in sized polymorphic types. It was …
(edit) @b87ef7be   12 months pabuhr update mathX.arm64 expected output
(edit) @c8cbb41   12 months pabuhr update mathX.x86 expected output
(edit) @600478d   12 months pabuhr change ceiling function to work with negative values
(edit) @8f557161   12 months mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
(edit) @874b16e   12 months pabuhr lower case type names open_failure, close_failure, write_failure, … ast-experimental
(edit) @7ae39f0   12 months mlbrooks Re-enable testing function prototype taking length-star array, working … ast-experimental
(edit) @a5aa5bf   12 months mlbrooks Flesh out "C" array syntax testing. Enable testing of … ast-experimental
(edit) @6349929   14 months pabuhr fix 32-bit build with new PRNG output ADTast-experimental
(edit) @8a2f7f1   14 months pabuhr fix PRNG test to work correctly on ARM ADTast-experimental
(edit) @bb7422a   14 months ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @1205b3e   15 months pabuhr update 32-bit tests after change to PRNG ADTast-experimental
(edit) @90fb672   15 months pabuhr use splitmix32/64 to prime set seed for all PRNG ADTast-experimental
(edit) @814a4da   15 months caparson updated expect files for prng based tests ADTast-experimental
(edit) @44196deb   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @f9519d4   15 months pabuhr update expected test output for arm64 ADTast-experimental
(edit) @2e77837   15 months pabuhr update expected test output for 32-bit ADTast-experimental
(edit) @421703e   15 months pabuhr update expected test output after declaring anonymous structs static ADTast-experimental
(edit) @35d1de5   16 months pabuhr change test forall.cfa from compilation only to execution ADTast-experimental
(edit) @be3b952   18 months pabuhr update 32-bit .expect for tests using PRNG ADTast-experimental
(edit) @ae7a085c   18 months pabuhr change printing format in PRNG, update .expect for tests using PRNG ADTast-experimental
(edit) @b797d97   18 months pabuhr formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit … ADTast-experimental
(edit) @261e107   18 months pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADTast-experimental
(edit) @dd46fd3   18 months pabuhr generalization of PRNG ADTast-experimental
(edit) @7bc84b8   19 months pabuhr remove unsigned cast for prng calls ADTast-experimental
(edit) @9fce2572   19 months pabuhr 32-bit update of PRNG ADTast-experimental
(edit) @d2ad151   19 months pabuhr major update of PRNG ADTast-experimental
(edit) @1fb09ef   19 months ajbeach Grouped some control flow tests together. ADTast-experimental
(edit) @1dafdfc   19 months ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADTast-experimental
(edit) @116a2ea   20 months pabuhr new heap and associated tests updated ADTast-experimental
(edit) @f92e7b9   20 months Thierry Delisle Moved parseconfigs tests to its own folder so I can add parseargs to … ADTast-experimental
(edit) @594e1db   21 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore. ADTast-experimentalpthread-emulation
(edit) @64af7ac   21 months Thierry Delisle Added thread and _Thread_local to some tests. ADTast-experimentalpthread-emulation
(edit) @283876d   22 months pabuhr update loop tests and expected output for corrected @ usage for … ADTast-experimentalpthread-emulation
(edit) @ff36907   22 months pabuhr update loop-control test and expected output ADTast-experimentalpthread-emulation
(edit) @c48b61c   22 months pabuhr update for-control test-programs and expected output ADTast-experimentalpthread-emulation
(edit) @6415549   2 years pabuhr update attribute.cfa expect file for ARM64 ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @3322180   2 years Thierry Delisle Fix enum assignment warning ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fc134a48   2 years j82liang Implement the struct enum ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5416b44   2 years pabuhr make expected output for nested functions deterministic ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c715e5f   2 years ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @666f8a3   2 years pabuhr fix test and expected output for nested functions run on user-thread stacks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @03656d1   2 years pabuhr add test for nested functions run on user-thread stacks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f6737ae1   2 years caparson added else loop tests ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @39d9b32   2 years ajbeach Adjusted line number in forall test. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @298fe57   2 years ajbeach Translated 3/4 of validate_B. Link Reference To Types has been removed … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @a389ffe   2 years pabuhr change expected output for ARM tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5910fc0   2 years pabuhr add PRNG test ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @db1ebed   2 years pabuhr update random .expect x86 ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @aa8e24c3   2 years pabuhr change range of integral random( u, l ) to [l,u], first attempt at … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @77c01ec   3 years Thierry Delisle Fixed tests for x86 ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @637240f   3 years Thierry Delisle Regenerated tests for changed to main_returned ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @480389d2   3 years jafprudhomme Wrote test suite for parse_config ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @6545a88e   3 years Thierry Delisle Fixed cfa outputs for cfa_main_returned (x86) ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @eb2cfbf   3 years Thierry Delisle Fixed cfa outputs for cfa_main_returned (arm) ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d16eb19   3 years Thierry Delisle Fixed cfa outputs for cfa_main_returned ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7056f56   3 years pabuhr update existing counter test .expect file ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d30804a   3 years pabuhr augment rational test and expected output after rational changes ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @801978b   3 years mlbrooks GenPoly? field-number selection for dynamic layouts uses uniqueId to … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @68b52b0   3 years mlbrooks Implementing syntax forall( T * ) abbreviating forall( T & | sized(T) ) ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7e1cb79   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d269894   3 years pabuhr create .expect file for gmp test on ARM ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @1d61b67   3 years Thierry Delisle Added attribute case to typedef replacement test. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @aff7e86   3 years ajbeach Added a new attribute 'cfa_linkonce'. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @fec63b2   3 years pabuhr add first draft of strstream type ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8590328   3 years pabuhr fix 32-bit math expected output after fixing log2 ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ea1c97b   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @37477ef   3 years pabuhr fix build for test KRfunctions on old ast ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a195d6e   3 years pabuhr update expected output for ARM64 ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a0ac7b0   3 years pabuhr 32-bit, #ifdef 128-bit test and adjust expected output ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e56cfb41   3 years pabuhr 32-bit, update output to reflect new mangled-name numbering after … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @474d610   3 years pabuhr add tests and expected output for integer log2 routines ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e3cb4bf   3 years pabuhr update output to reflect new mangled-name numbering after changing … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5c2b454   3 years Thierry Delisle removed bitmanip2 from old ast x86 tests ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @386af65   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.