source: tests

Name Size Rev Age Author Last Change
../
bugs dfe8f78   17 months ajbeach Getting the reproduction of every trac ticket in the repository looks …
configs bada452   17 months ajbeach Removed warnings from serveral tests and removed them from the …
errors db19e1d   22 months ajbeach Changed the interpritation of () to be no parameters instead of any …
exceptions 4be0117   16 months ajbeach Cleaned the warnings from exceptions tests. Mostly explicit …
raii b8b64c34   16 months ajbeach That should be the rest of the warnings generated from the tests …
array-collections fc9d167   6 weeks mlbrooks Slightly loosen a test that has failed on 32-bit build lately. Since …
builtins 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
coroutine 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
link-once 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
linking 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
nowarn d3d54b3   16 months mlbrooks Eliminate warnings due to sizeof returning type inconsistent with %zu. …
pybin b24cbaf   21 months mlbrooks Reduce test suite's reliance on makefile.am EXTRA_DIST entries for …
tuple 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
warnings 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
.expect 2d743bd   9 months pabuhr update expected alloc-ERR files
.in 3ac5fd8   22 months pabuhr first attempt changing end-of-file to an exception
avltree dd3576b   3 years pabuhr update from old to new trait syntax using forall
collections 2f16569   5 weeks pabuhr remove string 'contains' function and replace with 'includes', make …
concurrency 00aa122   7 months pabuhr harmonize single_future with other future types, remove multi_future, …
ctrl-flow 4c5ce70   3 months pabuhr update loop else-clause test to verify loop declarations are …
enum_tests 1e28e05   13 months pabuhr update enumerator input test
generator 3ac5fd8   22 months pabuhr first attempt changing end-of-file to an exception
include fc814ba   2 weeks pabuhr temporary patch parsing attribute location in function prototype
io 9375148   6 weeks pabuhr fixed x86 expect file for manipulatorsOutput1.x86.txt
list e6e250d   3 months pabuhr 3rd attempt at harmonizing isOp functions, e.g., isListed, isFirst, isLast
meta 2a90639   16 months pabuhr small updates to dumpable.cfa
vector_math 7f72697   5 years pabuhr add .expect/vec2_ldouble.x86.txt
zombies 6b33e89   14 months pabuhr change backquote call to regular call
algorithms db87a35   5 years Thierry Delisle Added more testing of the range iterator.
device 72b5805e   4 years Thierry Delisle Fixed device/cpu to support systems without caches
castError.cfa 731 bytes db19e1d   22 months ajbeach Changed the interpritation of () to be no parameters instead of any …
castReturn.cfa 253 bytes 66e7cc1   17 months ajbeach Added some tests for recent changes to the resolver.
complex.cfa 1.1 KB afe2939   6 years ajbeach Removed #include <stdio.h> from tests that only use printf.
const-ref.cfa 157 bytes 66e7cc1   17 months ajbeach Added some tests for recent changes to the resolver.
designations.cfa 7.2 KB a465d751   17 months ajbeach In the 'designations': Instead of leaving some variables unused, print …
enum.cfa 918 bytes 8705a11   16 months ajbeach Added a test to check enumerations based on trac#46, which has been …
forall.cfa 5.1 KB a22e8b4   17 months ajbeach Removed the warnings from more tests. I think '(void)var;' might be …
function-operator.cfa 4.8 KB a22e8b4   17 months ajbeach Removed the warnings from more tests. I think '(void)var;' might be …
gccExtensions.cfa 2.8 KB db19e1d   22 months ajbeach Changed the interpritation of () to be no parameters instead of any …
identParamDeclarator.cfa 3.4 KB a22e8b4   17 months ajbeach Removed the warnings from more tests. I think '(void)var;' might be …
in-demangle.txt 268 bytes c649d2c   3 years ajbeach Updated the demangler to also demangle operator names. You can also …
math.cfa 8.0 KB 641707d   17 months ajbeach More fixing of warnings. Including another error that slipped through …
minmax.cfa 2.4 KB 641707d   17 months ajbeach More fixing of warnings. Including another error that slipped through …
operators.cfa 475 bytes 641707d   17 months ajbeach More fixing of warnings. Including another error that slipped through …
poly-many-arsz.cfa 1.4 KB 641707d   17 months ajbeach More fixing of warnings. Including another error that slipped through …
poly-self-cycle.cfa 678 bytes 594671a   15 months ajbeach Erase dtype types when they are encountered. Waiting to a use means …
polybits.cfa 130 bytes caf06aa   3 years ajbeach Added the check for bitfields in sized polymorphic types. It was …
polymorphism.cfa 3.2 KB 641707d   17 months ajbeach More fixing of warnings. Including another error that slipped through …
shortCircuit.cfa 1.2 KB 641707d   17 months ajbeach More fixing of warnings. Including another error that slipped through …
sum.cfa 3.9 KB 641707d   17 months ajbeach More fixing of warnings. Including another error that slipped through …
switch.cfa 1.7 KB 641707d   17 months ajbeach More fixing of warnings. Including another error that slipped through …
userLiterals.cfa 2.5 KB 641707d   17 months ajbeach More fixing of warnings. Including another error that slipped through …
var-assert.cfa 338 bytes 82a5ea2   22 months ajbeach Added checks for (and a test to check the checks) assertions we will …
withconflict.cfa 297 bytes 4883712   3 years ajbeach Added a test showing how the conflict handling in the with clause …
array.cfa 4.8 KB 2a32118   18 months mlbrooks Fix a warning missed in 2853d6fb0.
attr-priority.cfa 287 bytes 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
cast.cfa 240 bytes 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
const-init.cfa 2.0 KB f1791a4   6 years mlbrooks Expanding earlier #182 fix to another case of the same issue. [[Fixes …
eval.cfa 1.6 KB 8f557161   3 years mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
expression.cfa 1007 bytes 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
global-monomorph.cfa 725 bytes fd54fef   5 years mlbrooks Converting the project to use the new syntax for otype, dtype and …
identFuncDeclarator.cfa 2.3 KB 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
identity.cfa 1.2 KB fd54fef   5 years mlbrooks Converting the project to use the new syntax for otype, dtype and …
init1.cfa 2.5 KB 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
limits.cfa 3.6 KB 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
Makefile.am 12.9 KB d03a386   14 months mlbrooks Give a few string operator overloads a preference boost. Intent is to …
malloc.cfa 13.2 KB 829821c   17 months mlbrooks Fix test suite to run with no warnings on gcc 12, 13, 14
mathX.cfa 11.7 KB 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
maybe.cfa 1.4 KB 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
nested-types.cfa 1.8 KB 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
numericConstants.cfa 1.2 KB 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
poly-bare-assn.cfa 2.7 KB 119889f   14 months mlbrooks Partially fix #185. This fix applies to functions, but not types. …
poly-d-cycle.cfa 419 bytes 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
poly-member.cfa 323 bytes 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
poly-o-cycle.cfa 413 bytes 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
poly-selection.cfa 1.4 KB fd54fef   5 years mlbrooks Converting the project to use the new syntax for otype, dtype and …
PRNG.cfa 7.1 KB 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
quasiKeyword.cfa 1.2 KB 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
result.cfa 1.5 KB 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
searchsort.cfa 3.8 KB b81fd95   6 years mlbrooks Fix bug where pointer and reference types allow unsound initialization …
simpleGenericTriple.cfa 1.0 KB fd54fef   5 years mlbrooks Converting the project to use the new syntax for otype, dtype and …
sizeof.cfa 368 bytes 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
smart-pointers.cfa 1.2 KB 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
test.py 15.6 KB b24cbaf   21 months mlbrooks Reduce test suite's reliance on makefile.am EXTRA_DIST entries for …
tuplearray.cfa 823 bytes 81e768d   19 months mlbrooks Fix #276; add support for c-array parameters using dependent lengths. …
typedefRedef.cfa 1.5 KB 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
typeof.cfa 405 bytes 10b5970   17 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
variableDeclarator.cfa 3.7 KB 2853d6f   18 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
zero_one.cfa 1.7 KB 7959e56   17 months mlbrooks Eliminate libcfa-build warnings of missing int-to-pointer casts. …
abs.cfa 1.3 KB 200fcb3   8 years pabuhr add auto newline to sout, change endl to nl
alloc2.cfa 23.5 KB 116a2ea   4 years pabuhr new heap and associated tests updated
alloc.cfa 11.3 KB 1911f37   9 months pabuhr formatting, add tests for new anew/adelete
arithmeticConversions.cfa 19.0 KB a595ab7   17 months pabuhr update arithmeticConversions test to work on ARM
ato.cfa 4.7 KB 33807a1e   2 years pabuhr update string to type test
attributes.cfa 11.6 KB cd28605   16 months pabuhr first attempt at generalizing attributes to statements
bitmanip1.cfa 9.9 KB da36d25   6 years pabuhr first complete draft of bitmanip, performance problems with …
bitmanip2.cfa 10.0 KB da36d25   6 years pabuhr first complete draft of bitmanip, performance problems with …
bitmanip3.cfa 14.9 KB 4f89e7b   5 years pabuhr more change printf to sout
commentMisc.cfa 67 bytes dc8511c   8 years pabuhr first attempt at updating suffixes for test programs
copyfile.cfa 1.5 KB 3ac5fd8   22 months pabuhr first attempt changing end-of-file to an exception
counter.cfa 935 bytes 8bf9448   5 years pabuhr update existing counter test to use new +=/-= prototype
declarationSpecifier.cfa 3.2 KB aca0d2f   3 years pabuhr make anonymous struct declaration static
div.cfa 961 bytes 200fcb3   8 years pabuhr add auto newline to sout, change endl to nl
extension.cfa 1.5 KB dc8511c   8 years pabuhr first attempt at updating suffixes for test programs
fstream_test.cfa 941 bytes 5ea5b28   7 years pabuhr update iostream
functions.cfa 3.6 KB 56b47b9   2 years pabuhr add updated function-declaration test
genericUnion.cfa 1.1 KB abb04a4   3 years pabuhr change genericUnion test fromt printf to sout
gmp.cfa 2.2 KB 5ea5b28   7 years pabuhr update iostream
heap.cfa 18.8 KB 4962741   4 years pabuhr fix for-control loop in heap test
hello.cfa 906 bytes 200fcb3   8 years pabuhr add auto newline to sout, change endl to nl
KRfunctions.cfa 1.5 KB dc8511c   8 years pabuhr first attempt at updating suffixes for test programs
literals.cfa 32.1 KB 4b891e9   5 years pabuhr update literal test for floating and decimal floating suffix
long_tests.hfa 380 bytes dc8511c   8 years pabuhr first attempt at updating suffixes for test programs
nested_function.cfa 817 bytes 5416b44   4 years pabuhr make expected output for nested functions deterministic
opt-params.cfa 494 bytes 790f251   22 months pabuhr update error message for parameter default-initialization in …
quotedKeyword.cfa 1.9 KB d96f7c4   17 months pabuhr expunge fallthru keyword and replace its usages with fallthrough
random.cfa 1.6 KB 200fcb3   8 years pabuhr add auto newline to sout, change endl to nl
rational.cfa 2.8 KB 541dbc09   3 years pabuhr make type names arithmetic, rational, rat_int lower-case
strstream.cfa 987 bytes 091011a   5 years pabuhr formatting
swap.cfa 2.8 KB 65240bb   7 years pabuhr first attempt to add streams exit and abort, rename private iostream …
time.cfa 2.7 KB 2b5e051   21 months pabuhr increase unfreed storage for putenv/tzset
voidPtr.cfa 194 bytes 66812dd   6 years pabuhr convert tests to always print output (no empty .expect files)
.gitignore 17 bytes bf71cfd   8 years Thierry Delisle Moved up many directories in source
config.py.in 164 bytes 0fc91db1   4 years Thierry Delisle Removed old ast from configure and tests.py
references.cfa 4.4 KB 86d55e66   6 years Thierry Delisle Fixed inline assembly on arm
resolutionErrors.cfa 871 bytes 71d6bd8   7 years Thierry Delisle First attempt at better errors on 'No reasonable alternatives' split …
vector.cfa 1.6 KB 766ec62   6 years Thierry Delisle Really really stupid temporary fix for the build failure, will add …
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.