source: tests @ 9509a412

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Name Size Rev Age Author Last Change
../
.expect 03a4c73   4 years Thierry Delisle Regenerated tests after add of 'with resolved type'
.in 20f5eb8   4 years pabuhr add tests and data for reading int128 values
avltree b81fd95   4 years mlbrooks Fix bug where pointer and reference types allow unsound initialization …
bugs 0c760db   4 years ajbeach Removed some bugs that appear to have been fixed incidentally.
builtins c701332a   4 years Thierry Delisle Cleanup of builtin atomics to remove _1,2,4 suffix versions and …
concurrent b81fd95   4 years mlbrooks Fix bug where pointer and reference types allow unsound initialization …
coroutine e6cfa8ff   4 years Thierry Delisle Fixed use after delete bug and regenerated stale tests
errors 03a4c73   4 years Thierry Delisle Regenerated tests after add of 'with resolved type'
exceptions 5715d43   4 years ajbeach Exceptions now get their context differently with libcfathread. Added …
generator dfa4360   4 years Thierry Delisle Added several tests for generators
linking 5715d43   4 years ajbeach Exceptions now get their context differently with libcfathread. Added …
list f2d05e9   4 years mlbrooks Dlist API getting pop_first, pop_last, ?`is_empty on the list head.
pybin 9509a412   4 years Thierry Delisle Build now supports arm32 and arm64 as seperate machines
raii 03a4c73   4 years Thierry Delisle Regenerated tests after add of 'with resolved type'
tuple 107b01a   5 years Thierry Delisle Several changes to the makefiles - change .c tests to .cfa - add …
warnings 03a4c73   4 years Thierry Delisle Regenerated tests after add of 'with resolved type'
zombies f19fbbc   4 years ajbeach Fixed the virtual system so it can handle in polymorphic virtual …
.gitignore 17 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
commentMisc.cfa 67 bytes dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
voidPtr.cfa 145 bytes dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
config.py.in 164 bytes d65f92c   5 years Thierry Delisle Tests almost work, the only issue left is using -E and -CFA together
cast.cfa 233 bytes dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
typeof.cfa 263 bytes dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
enum.cfa 303 bytes dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
long_tests.hfa 380 bytes dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
poly-cycle.cfa 473 bytes 3f06c05   4 years ajbeach Fixed InstantiateGeneric? so that it can handle cyclic type references …
operators.cfa 485 bytes dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
global-monomorph.cfa 719 bytes 74cfafb2   4 years ajbeach I forgot to add the tests that the specalize fix fixed.
castError.cfa 741 bytes 1d17939   4 years ajbeach Implemented the recomented fix for #204, added at test that would have …
resolutionErrors.cfa 871 bytes 71d6bd8   4 years Thierry Delisle First attempt at better errors on 'No reasonable alternatives' split …
hello.cfa 906 bytes 200fcb3   5 years pabuhr add auto newline to sout, change endl to nl
counter.cfa 914 bytes dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
fstream_test.cfa 941 bytes 5ea5b28   5 years pabuhr update iostream
div.cfa 961 bytes 200fcb3   5 years pabuhr add auto newline to sout, change endl to nl
smart-pointers.cfa 976 bytes aabb846   4 years ajbeach Added a first draft of the memory management library module.
array.cfa 989 bytes 2ede686   5 years pabuhr formatting
genericUnion.cfa 1.0 KB d5b2ac8   5 years pabuhr formatting
simpleGenericTriple.cfa 1.0 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
complex.cfa 1.1 KB 200fcb3   5 years pabuhr add auto newline to sout, change endl to nl
expression.cfa 1.1 KB e56eb455   4 years pabuhr fix build problem
shortCircuit.cfa 1.1 KB 200fcb3   5 years pabuhr add auto newline to sout, change endl to nl
typedefRedef.cfa 1.1 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
numericConstants.cfa 1.2 KB 0e66857   5 years pabuhr formatting
stdincludes.cfa 1.2 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
identity.cfa 1.2 KB 200fcb3   5 years pabuhr add auto newline to sout, change endl to nl
abs.cfa 1.3 KB 200fcb3   5 years pabuhr add auto newline to sout, change endl to nl
maybe.cfa 1.3 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
result.cfa 1.5 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
KRfunctions.cfa 1.5 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
ifwhileCtl.cfa 1.5 KB 200fcb3   5 years pabuhr add auto newline to sout, change endl to nl
extension.cfa 1.5 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
random.cfa 1.6 KB 200fcb3   5 years pabuhr add auto newline to sout, change endl to nl
copyfile.cfa 1.6 KB d9326ad   4 years pabuhr add comments
switch.cfa 1.6 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
io1.cfa 1.6 KB 17a1b21   5 years pabuhr add printing and testing for zero_t and one_t
vector.cfa 1.6 KB 766ec62   4 years Thierry Delisle Really really stupid temporary fix for the build failure, will add …
nested-types.cfa 1.7 KB 6988dc6   4 years pabuhr add future testing and adjust expected output
quotedKeyword.cfa 1.8 KB 095ac99   4 years pabuhr change backquoted keywords from xxx to xxx
math3.cfa 2.0 KB ac1ae2c6   5 years pabuhr speed up longest test cases by subdividing long sout chains
rational.cfa 2.1 KB f00b2c2c   4 years pabuhr defined rational constructor from 0 [fixes #117]
init1.cfa 2.1 KB b81fd95   4 years mlbrooks Fix bug where pointer and reference types allow unsound initialization …
minmax.cfa 2.2 KB 3b4750d   4 years pabuhr add negative test for signed integer min/max
gmp.cfa 2.2 KB 5ea5b28   5 years pabuhr update iostream
identFuncDeclarator.cfa 2.3 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
userLiterals.cfa 2.3 KB e326ebc   4 years pabuhr fix 32-bit build problem
fallthrough.cfa 2.4 KB f498c51   5 years pabuhr change printf to sout
math2.cfa 2.4 KB ac1ae2c6   5 years pabuhr speed up longest test cases by subdividing long sout chains
manipulatorsOutput2.cfa 2.4 KB ca8824d   5 years pabuhr add manipulator input and output tests
time.cfa 2.5 KB 030653a   4 years pabuhr add unit conversions from duration to double
math1.cfa 2.5 KB 1201d54   5 years pabuhr remove spurious empty argument
polymorphism.cfa 2.5 KB f498c51   5 years pabuhr change printf to sout
ato.cfa 2.8 KB 200fcb3   5 years pabuhr add auto newline to sout, change endl to nl
swap.cfa 2.8 KB 65240bb   5 years pabuhr first attempt to add streams exit and abort, rename private iostream …
math4.cfa 2.8 KB 200fcb3   5 years pabuhr add auto newline to sout, change endl to nl
gccExtensions.cfa 2.9 KB c63d48f   5 years pabuhr remove int128 test from 32-mode
labelledExit.cfa 3.1 KB e53e5aa   4 years pabuhr add computed goto to test
declarationSpecifier.cfa 3.2 KB 3908e5d   5 years pabuhr shorten declaration of "main"
identParamDeclarator.cfa 3.3 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
functions.cfa 3.3 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
variableDeclarator.cfa 3.3 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
limits.cfa 3.5 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
searchsort.cfa 3.8 KB b81fd95   4 years mlbrooks Fix bug where pointer and reference types allow unsound initialization …
forall.cfa 4.1 KB 0c81320   5 years pabuhr add one_t constructor to prelude, remove one_t constructor from test …
references.cfa 4.2 KB e71c1d4   4 years Thierry Delisle Changed inline assembly to correct reflect the fact that the parameter …
io2.cfa 4.3 KB b81fd95   4 years mlbrooks Fix bug where pointer and reference types allow unsound initialization …
loopctrl.cfa 4.7 KB 9853d9b0   4 years pabuhr missed a case for inclusive bound to singleton comparison, and added tests
manipulatorsInput.cfa 4.9 KB 20f5eb8   4 years pabuhr add tests and data for reading int128 values
function-operator.cfa 4.9 KB 25773cd   5 years pabuhr formatting
designations.cfa 5.8 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
Makefile.am 6.5 KB 5715d43   4 years ajbeach Exceptions now get their context differently with libcfathread. Added …
manipulatorsOutput1.cfa 6.7 KB d6566c1   4 years pabuhr subdivide long sout prints to improve compilation speed
sum.cfa 6.8 KB 8ddedf0   5 years pabuhr remove unnecessary cast
attributes.cfa 9.1 KB dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
bitmanip1.cfa 9.9 KB da36d25   4 years pabuhr first complete draft of bitmanip, performance problems with …
bitmanip2.cfa 10.0 KB da36d25   4 years pabuhr first complete draft of bitmanip, performance problems with …
alloc.cfa 10.5 KB 0fa04a04   4 years pabuhr change allocation to use new alloc_set interface for array initialization
manipulatorsOutput3.cfa 11.6 KB 61ce214   4 years pabuhr extend testing for int128
test.py 14.0 KB 76de075   4 years Thierry Delisle Test should now print total duration
heap.cfa 15.2 KB 505450a   4 years pabuhr abort when memory check fails
literals.cfa 26.0 KB c5b55c4   4 years pabuhr fix missing 'u' suffix for length suffix, change L128 constants to …
bitmanip3.cfa 27.5 KB fd24f8c   4 years pabuhr remove alignment tests for 0 as it is not a power of 2 (now checked), …
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.