source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a8ef59e   4 years j82liang Add a basic int test ADT ast-experimental enum pthread-emulation qualifiedEnum
(edit) @5910fc0   4 years pabuhr add PRNG test ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @850aff1   4 years Thierry Delisle Added -Werror=return-type EVERYWHERE! Added -Wextra in some places. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @a554e5f4   4 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @21a99cc   4 years caparson fixed return val ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @c14d91a   4 years pabuhr cleanup ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @fc72696c   4 years Thierry Delisle Added second preempt test that checks the same thing but using a … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @7b2c8c3c   4 years Thierry Delisle Moved globals to a struct so maybe gcc won't just optimize out my … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @8e5e945   4 years Thierry Delisle Increase preempt spin timeout and added duration per phase calculation ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @97fed44   4 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @f57f6ea0   4 years caparson added tests for scoped locks ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @120ab9d5   4 years Thierry Delisle Fixed tests after last push ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @b200492   4 years Thierry Delisle Fixed last push which wasn't checked properly. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @1612315   4 years Thierry Delisle Change spin count to be a member so it can be viewed in core-dumps. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @c0f881b   4 years Thierry Delisle Added spin count to the debug test to help identify why it's timing out. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @0fc447c   4 years Thierry Delisle Removed fast_lock, which doesn't seemed to have ever worked and isn't … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @c90db2d   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @145dcd5   4 years Thierry Delisle Now using MAX instead of -1u since it's more appropriate. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @9ee3f54   4 years pabuhr disable time slicing on IO acquire tests to see if that prevents timeouts ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @3eaa689   4 years caparson added test files I forgot in last commit ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @42daeb4   4 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @3bb12921   4 years caparson added new io tests ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @e202aa8   4 years pabuhr add missing file for io-acquire test with no preemption ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @c52f033   4 years pabuhr formatting ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @cc56283   4 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @04a8a54   4 years pabuhr add alternative io-acquire test with no preemption ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @56d711f   4 years caparson added io-acquire tests with alternative workload to io ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @4233338b   4 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @0ac728b   4 years caparson added termination sync io-acquire test ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @7636fcc   4 years Thierry Delisle Removed fast_lock from testing and added deprecation attribute to it. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @35d73c0   4 years Thierry Delisle Mutex test now counts number of critical sections in attempt to help … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @10b3fc3   4 years Thierry Delisle Added meta tests to make sure nothing goes wrong with dumpability ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @db1ebed   4 years pabuhr update random .expect x86 ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @aa8e24c3   4 years pabuhr change range of integral random( u, l ) to [l,u], first attempt at … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @a83012bf   4 years Thierry Delisle Missing a character in last push. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @4c26a94   4 years Thierry Delisle Python script now print core dump limits. (Only when no core found) ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @db87a35   4 years Thierry Delisle Added more testing of the range iterator. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @8e658241   4 years Thierry Delisle Minor fix and super barebones test. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @56f519b   4 years ajbeach Clean-up of the last pass. Added a test for the constructor mutex … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @77c01ec   4 years Thierry Delisle Fixed tests for x86 ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @637240f   4 years Thierry Delisle Regenerated tests for changed to main_returned ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @237df76   4 years pabuhr convert from test programs I/O acquire to mutex statement ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @172a88d   4 years Thierry Delisle Tests now count failures, passes, timeouts and report the number ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @6cc87c0   4 years mlbrooks String bug fixes and new tests. Enabled white-box visibility (DEBUG_ … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @f26923e   4 years Thierry Delisle Fixed distribution of parseconfig tests ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @f450f2f   4 years mlbrooks Baseline of the string implementation. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @180f249   4 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @bbe3719   4 years caparson cleaned up some mutex stmt related code ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @761e146   4 years jafprudhomme Merge branch 'master' into jacob/cs343-translation ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @3ad9097   4 years Thierry Delisle Minor fixes to makefiles for mutex stmt ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @ca83227   4 years jafprudhomme Changed API of parse_config to accept parse function ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @480389d2   4 years jafprudhomme Wrote test suite for parse_config ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @6f2033f   4 years caparson fixed build ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @1b97976c   4 years caparson added in file I forgot and added test expect for locks ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @af67ee1   4 years caparson Added support for locks as parameters to mutex stmt ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @d00d581   4 years y58xue Update exception tests to use new syntax ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation pthread-emulation qualifiedEnum
(edit) @6d63c14   4 years caparson added test I forgot to add when I made the lin backoff lock ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @8cb3816   4 years caparson fixed expected file for mutexstmt monitors ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @a4d098c   4 years caparson added tests for mutex stmt with monitors ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @6545a88e   4 years Thierry Delisle Fixed cfa outputs for cfa_main_returned (x86) ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @eb2cfbf   4 years Thierry Delisle Fixed cfa outputs for cfa_main_returned (arm) ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @d16eb19   4 years Thierry Delisle Fixed cfa outputs for cfa_main_returned ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @4f89e7b   4 years pabuhr more change printf to sout ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @b0b89a8   4 years pabuhr change printf to sout ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @7780bd2   4 years pabuhr clean up sum test ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @7056f56   4 years pabuhr update existing counter test .expect file ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @8bf9448   4 years pabuhr update existing counter test to use new +=/-= prototype ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @86fc350   4 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @d30804a   4 years pabuhr augment rational test and expected output after rational changes ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @ba8547e   4 years mlbrooks Fixing polymorphism test from failing the build on x86 ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @b16e15e   4 years Thierry Delisle fix mutex_test to not user $thread ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @801978b   4 years mlbrooks GenPoly field-number selection for dynamic layouts uses uniqueId to … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @9345684   4 years caparson added dependency for mutex test ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @6ff08d8   4 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @cf444b6   4 years caparson added more testing to thread_test ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @4ae968e   4 years caparson refactored mutex testing and added lin backoff lock ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @8f1a99e   4 years Thierry Delisle Step 3 Fixed tests ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @f7f07f6   4 years caparson added test for thierry to look at ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @262c600   4 years caparson fixed whitespace issue ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @660665f   4 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @5a46e09   4 years caparson Added Martins SpinCondLock as linear_backoff_then_block lock ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @8a07213   4 years Thierry Delisle disjoint test now aborts to allow inspecting core dump ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @22a4292   4 years Thierry Delisle Fixed test suite to not crash when running on machines that don't have … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @44856ed   4 years mlbrooks Baseline "new" vector, with iterators. Implementation has not had … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @1d71208   4 years mlbrooks Implementing new-array subscripting syntax, in which a[x,y,z] now … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @68b52b0   4 years mlbrooks Implementing syntax forall( T * ) abbreviating forall( T & | sized(T) ) ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @1f3d212   4 years Thierry Delisle Remove psutil from test.py which doesn't seem needed ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @e319fc5   4 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @6992f95   4 years pabuhr remove decimal-floating constants from math test ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @4b891e9   4 years pabuhr update literal test for floating and decimal floating suffix ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @c7d8696a   4 years pabuhr add .expect file for array-md-sbscr-cases.txt to be architecture … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @6e50a6b   4 years mlbrooks Implementing language-provided syntax for (array) dimensions. Former … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @dcbfcbc   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @cf85f96   4 years Thierry Delisle Cpu map now has aself pointer to figure out where between start and … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @572a02f   4 years pabuhr revert .expect file for array-md-sbscr-cases.txt to be architecture … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @a38a9f8   4 years pabuhr revert .expect file for array-md-sbscr-cases.txt to be architecture … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @7e1cb79   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @cb304ca   4 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @eef2a9b   4 years pabuhr change .expect file for array-md-sbscr-cases.txt to be architecture … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @d269894   4 years pabuhr create .expect file for gmp test on ARM ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
Note: See TracRevisionLog for help on using the revision log.