source: tests @ bbbff10

Name Size Rev Age Author Last Change
../
 .expect 641707d   5 weeks ajbeach More fixing of warnings. Including another error that slipped through …
 .in 3ac5fd8   7 months pabuhr first attempt changing end-of-file to an exception
 algorithms db87a35   3 years Thierry Delisle Added more testing of the range iterator.
 array-collections 829821c   6 weeks mlbrooks Fix test suite to run with no warnings on gcc 12, 13, 14
 avltree dd3576b   2 years pabuhr update from old to new trait syntax using forall
 bugs df2e00f   7 months ajbeach Made heap pass the invariant check. We should be able to enable …
 builtins 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
 collections 161b98e   5 weeks ajbeach Cleaned up some errors that did not show up in my local test but …
 concurrency d96f7c4   7 weeks pabuhr expunge fallthru keyword and replace its usages with fallthrough
 configs bada452   5 weeks ajbeach Removed warnings from serveral tests and removed them from the …
 coroutine 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
 ctrl-flow bbbff10   5 weeks pabuhr update loop_else test to handle warnings
 device 72b5805e   2 years Thierry Delisle Fixed device/cpu to support systems without caches
 enum_tests 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
 errors db19e1d   6 months ajbeach Changed the interpritation of () to be no parameters instead of any …
 exceptions d96f7c4   7 weeks pabuhr expunge fallthru keyword and replace its usages with fallthrough
 generator 3ac5fd8   7 months pabuhr first attempt changing end-of-file to an exception
 include 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
 io a750c71b   6 weeks pabuhr update input file names for eofType test
 link-once 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
 linking 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
 list 55b060d   18 months pabuhr rename directories containers to collections
 meta 025f9c5   6 months mlbrooks Update 'fork+exec' test utility to be valid also in C and C++.
 nowarn d84f2ae   2 months mlbrooks Fix transpiler-induced unused parameter on layoutof.
 pybin b24cbaf   6 months mlbrooks Reduce test suite's reliance on makefile.am EXTRA_DIST entries for …
 raii 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
 tuple 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
 vector_math 7f72697   4 years pabuhr add .expect/vec2_ldouble.x86.txt
 warnings 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
 zombies fd0a1799   3 months mlbrooks Resurrect test of zero_t/one_t and capture present state of ++
.gitignore 17 bytes bf71cfd   7 years Thierry Delisle Moved up many directories in source
abs.cfa 1.3 KB 200fcb3   6 years pabuhr add auto newline to sout, change endl to nl
alloc2.cfa 23.5 KB 116a2ea   2 years pabuhr new heap and associated tests updated
alloc.cfa 11.1 KB 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
arithmeticConversions.cfa 19.0 KB a595ab7   7 weeks pabuhr update arithmeticConversions test to work on ARM
array.cfa 4.8 KB 2a32118   2 months mlbrooks Fix a warning missed in 2853d6fb0.
ato.cfa 4.7 KB 33807a1e   12 months pabuhr update string to type test
attr-priority.cfa 287 bytes 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
attributes.cfa 10.9 KB bada452   5 weeks ajbeach Removed warnings from serveral tests and removed them from the …
bitmanip1.cfa 9.9 KB da36d25   5 years pabuhr first complete draft of bitmanip, performance problems with …
bitmanip2.cfa 10.0 KB da36d25   5 years pabuhr first complete draft of bitmanip, performance problems with …
bitmanip3.cfa 14.9 KB 4f89e7b   4 years pabuhr more change printf to sout
cast.cfa 240 bytes 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
castError.cfa 731 bytes db19e1d   6 months ajbeach Changed the interpritation of () to be no parameters instead of any …
castReturn.cfa 253 bytes 66e7cc1   2 months ajbeach Added some tests for recent changes to the resolver.
commentMisc.cfa 67 bytes dc8511c   6 years pabuhr first attempt at updating suffixes for test programs
complex.cfa 1.1 KB afe2939   4 years ajbeach Removed #include <stdio.h> from tests that only use printf.
config.py.in 164 bytes 0fc91db1   2 years Thierry Delisle Removed old ast from configure and tests.py
const-init.cfa 2.0 KB f1791a4   4 years mlbrooks Expanding earlier #182 fix to another case of the same issue. [[Fixes …
const-ref.cfa 157 bytes 66e7cc1   2 months ajbeach Added some tests for recent changes to the resolver.
copyfile.cfa 1.5 KB 3ac5fd8   7 months pabuhr first attempt changing end-of-file to an exception
counter.cfa 935 bytes 8bf9448   4 years pabuhr update existing counter test to use new +=/-= prototype
declarationSpecifier.cfa 3.2 KB aca0d2f   2 years pabuhr make anonymous struct declaration static
designations.cfa 7.2 KB a465d751   5 weeks ajbeach In the 'designations': Instead of leaving some variables unused, print …
div.cfa 961 bytes 200fcb3   6 years pabuhr add auto newline to sout, change endl to nl
enum.cfa 867 bytes 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
eval.cfa 1.6 KB 8f557161   21 months mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
expression.cfa 1007 bytes 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
extension.cfa 1.5 KB dc8511c   6 years pabuhr first attempt at updating suffixes for test programs
forall.cfa 5.1 KB a22e8b4   5 weeks ajbeach Removed the warnings from more tests. I think '(void)var;' might be …
fstream_test.cfa 941 bytes 5ea5b28   6 years pabuhr update iostream
function-operator.cfa 4.8 KB a22e8b4   5 weeks ajbeach Removed the warnings from more tests. I think '(void)var;' might be …
functions.cfa 3.6 KB 56b47b9   12 months pabuhr add updated function-declaration test
gccExtensions.cfa 2.8 KB db19e1d   6 months ajbeach Changed the interpritation of () to be no parameters instead of any …
genericUnion.cfa 1.1 KB abb04a4   17 months pabuhr change genericUnion test fromt printf to sout
global-monomorph.cfa 725 bytes fd54fef   4 years mlbrooks Converting the project to use the new syntax for otype, dtype and …
gmp.cfa 2.2 KB 5ea5b28   6 years pabuhr update iostream
heap.cfa 18.8 KB 4962741   3 years pabuhr fix for-control loop in heap test
hello.cfa 906 bytes 200fcb3   6 years pabuhr add auto newline to sout, change endl to nl
identFuncDeclarator.cfa 2.3 KB 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
identity.cfa 1.2 KB fd54fef   4 years mlbrooks Converting the project to use the new syntax for otype, dtype and …
identParamDeclarator.cfa 3.4 KB a22e8b4   5 weeks ajbeach Removed the warnings from more tests. I think '(void)var;' might be …
in-demangle.txt 268 bytes c649d2c   16 months ajbeach Updated the demangler to also demangle operator names. You can also …
init1.cfa 2.5 KB 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
KRfunctions.cfa 1.5 KB dc8511c   6 years pabuhr first attempt at updating suffixes for test programs
limits.cfa 3.6 KB 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
literals.cfa 32.1 KB 4b891e9   4 years pabuhr update literal test for floating and decimal floating suffix
long_tests.hfa 380 bytes dc8511c   6 years pabuhr first attempt at updating suffixes for test programs
Makefile.am 13.0 KB bbbff10   5 weeks pabuhr update loop_else test to handle warnings
malloc.cfa 13.2 KB 829821c   6 weeks mlbrooks Fix test suite to run with no warnings on gcc 12, 13, 14
math.cfa 8.0 KB 641707d   5 weeks ajbeach More fixing of warnings. Including another error that slipped through …
mathX.cfa 11.7 KB 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
maybe.cfa 1.4 KB 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
minmax.cfa 2.4 KB 641707d   5 weeks ajbeach More fixing of warnings. Including another error that slipped through …
nested-types.cfa 1.8 KB 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
nested_function.cfa 817 bytes 5416b44   3 years pabuhr make expected output for nested functions deterministic
numericConstants.cfa 1.2 KB 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
operators.cfa 475 bytes 641707d   5 weeks ajbeach More fixing of warnings. Including another error that slipped through …
opt-params.cfa 494 bytes 790f251   7 months pabuhr update error message for parameter default-initialization in …
poly-d-cycle.cfa 419 bytes 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
poly-many-arsz.cfa 1.4 KB 641707d   5 weeks ajbeach More fixing of warnings. Including another error that slipped through …
poly-member.cfa 323 bytes 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
poly-o-cycle.cfa 413 bytes 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
poly-selection.cfa 1.4 KB fd54fef   4 years mlbrooks Converting the project to use the new syntax for otype, dtype and …
polybits.cfa 130 bytes caf06aa   21 months ajbeach Added the check for bitfields in sized polymorphic types. It was …
polymorphism.cfa 3.2 KB 641707d   5 weeks ajbeach More fixing of warnings. Including another error that slipped through …
PRNG.cfa 7.1 KB 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
quasiKeyword.cfa 1.2 KB 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
quotedKeyword.cfa 1.9 KB d96f7c4   7 weeks pabuhr expunge fallthru keyword and replace its usages with fallthrough
random.cfa 1.6 KB 200fcb3   6 years pabuhr add auto newline to sout, change endl to nl
rational.cfa 2.8 KB 541dbc09   21 months pabuhr make type names arithmetic, rational, rat_int lower-case
references.cfa 4.4 KB 86d55e66   4 years Thierry Delisle Fixed inline assembly on arm
resolutionErrors.cfa 871 bytes 71d6bd8   5 years Thierry Delisle First attempt at better errors on 'No reasonable alternatives' split …
result.cfa 1.5 KB 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
searchsort.cfa 3.8 KB b81fd95   5 years mlbrooks Fix bug where pointer and reference types allow unsound initialization …
shortCircuit.cfa 1.2 KB 641707d   5 weeks ajbeach More fixing of warnings. Including another error that slipped through …
simpleGenericTriple.cfa 1.0 KB fd54fef   4 years mlbrooks Converting the project to use the new syntax for otype, dtype and …
sizeof.cfa 368 bytes 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
smart-pointers.cfa 1.2 KB 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
strstream.cfa 987 bytes 091011a   4 years pabuhr formatting
sum.cfa 3.9 KB 641707d   5 weeks ajbeach More fixing of warnings. Including another error that slipped through …
swap.cfa 2.8 KB 65240bb   6 years pabuhr first attempt to add streams exit and abort, rename private iostream …
switch.cfa 1.7 KB 641707d   5 weeks ajbeach More fixing of warnings. Including another error that slipped through …
test.py 15.6 KB b24cbaf   6 months mlbrooks Reduce test suite's reliance on makefile.am EXTRA_DIST entries for …
time.cfa 2.7 KB 2b5e051   6 months pabuhr increase unfreed storage for putenv/tzset
tuplearray.cfa 823 bytes 81e768d   3 months mlbrooks Fix #276; add support for c-array parameters using dependent lengths. …
typedefRedef.cfa 1.5 KB 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
typeof.cfa 405 bytes 10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
userLiterals.cfa 2.5 KB 641707d   5 weeks ajbeach More fixing of warnings. Including another error that slipped through …
var-assert.cfa 338 bytes 82a5ea2   6 months ajbeach Added checks for (and a test to check the checks) assertions we will …
variableDeclarator.cfa 3.7 KB 2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
vector.cfa 1.6 KB 766ec62   5 years Thierry Delisle Really really stupid temporary fix for the build failure, will add …
voidPtr.cfa 194 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
withconflict.cfa 297 bytes 4883712   16 months ajbeach Added a test showing how the conflict handling in the with clause …
zero_one.cfa 956 bytes 6e6e372   3 months pabuhr harmonize comments in test program
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.