source: tests/.expect @ ad861ef

ADTast-experimental
Name Size Rev Age Author Last Change
../
quotedKeyword.txt 3 bytes dc8511c   5 years pabuhr first attempt at updating suffixes for test programs
enum.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
heap.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
identParamDeclarator.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
maybe.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
operators.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
result.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
smart-pointers.txt 5 bytes 8be729f   3 years ajbeach That should fix the memory module. Simply removed all the special features.
typeof.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
voidPtr.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
poly-d-cycle.txt 9 bytes 91131689   4 years ajbeach Polymorphic structure cyclicic definitions are now tested with both …
poly-o-cycle.txt 9 bytes 91131689   4 years ajbeach Polymorphic structure cyclicic definitions are now tested with both …
nested_function.x64.txt 10 bytes ae7a085c   17 months pabuhr change printing format in PRNG, update .expect for tests using PRNG
nested_function.x86.txt 10 bytes be3b952   17 months pabuhr update 32-bit .expect for tests using PRNG
vector.txt 10 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
counter.txt 14 bytes 7056f56   3 years pabuhr update existing counter test .expect file
shortCircuit.txt 16 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
const-init.txt 17 bytes f1791a4   4 years mlbrooks Expanding earlier #182 fix to another case of the same issue. [[Fixes …
linkonce.txt 22 bytes aff7e86   3 years ajbeach Added a new attribute 'cfa_linkonce'.
global-monomorph.txt 24 bytes 74cfafb2   4 years ajbeach I forgot to add the tests that the specalize fix fixed.
simpleGenericTriple.txt 29 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
cast.txt 34 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
array.txt 35 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
avl_test.txt 36 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
genericUnion.txt 36 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
init1.txt 36 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
div.txt 37 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
forall.txt 37 bytes 39d9b32   2 years ajbeach Adjusted line number in forall test.
limits.txt 37 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
switch.txt 37 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
expression.txt 40 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
quasiKeyword.txt 42 bytes c715e5f   2 years ajbeach Removed most of the exception macros (EHM_ group). Made changes to the …
typedefRedef.txt 42 bytes 1d61b67   3 years Thierry Delisle Added attribute case to typedef replacement test.
labelledExit.txt 43 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
nested-types.txt 43 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
numericConstants.txt 46 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
variableDeclarator.txt 49 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
identFuncDeclarator.txt 50 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
poly-selection.txt 68 bytes fcd0b9d7   3 years mlbrooks PolyCost? calculation result becomes 0 or 1 per type, avoiding …
malloc.txt 90 bytes 4557bcf7   4 years pabuhr add expect file for new malloc.cfa test to trigger test, temporarily …
literals.txt 91 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
nested-types-ERR1.txt 96 bytes 53692b3   3 years pabuhr second attempt to fix compile-only pragma message that gcc-10/11 quote
fallthrough.txt 110 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
function-operator.txt 110 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
complex.txt 114 bytes 7a54d67   5 years pabuhr update tests printing floating-point value because there is always a …
strstream.txt 117 bytes fec63b2   3 years pabuhr add first draft of strstream type
alloc2.txt 142 bytes f76ff0b   4 years m3zulfiq alloc2.txt: added expected output file for test alloc2.cfa. heap.cfa: …
fstream_test.txt 151 bytes 58b6d1b   6 years Thierry Delisle Fixed tests after headers change
typedefRedef-ERR1.txt 157 bytes 1d61b67   3 years Thierry Delisle Added attribute case to typedef replacement test.
polymorphism.txt 169 bytes 801978b   3 years mlbrooks GenPoly? field-number selection for dynamic layouts uses uniqueId to …
random.x64.txt 194 bytes aa8e24c3   2 years pabuhr change range of integral random( u, l ) to [l,u], first attempt at …
random.x86.txt 194 bytes db1ebed   2 years pabuhr update random .expect x86
userLiterals.txt 217 bytes e326ebc   4 years pabuhr fix 32-bit build problem
random.arm64.txt 225 bytes a389ffe   2 years pabuhr change expected output for ARM tests
hello.txt 232 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
identity.txt 249 bytes 7a54d67   5 years pabuhr update tests printing floating-point value because there is always a …
sum.txt 280 bytes ee06e41b   5 years pabuhr add char, signed char, unsigned char to basic types in prologue
abs.x64.txt 308 bytes 369ffdf   4 years pabuhr create x86_64 expected results to harmonize with 64-bit ARM results
abs.x86.txt 308 bytes 942453a   4 years pabuhr create x86 expected results to harmonize with 64-bit ARM results
abs.arm64.txt 323 bytes 430b443   4 years pabuhr generate 64-bit ARM specific test results for floating-point tests
nested-types-ERR2.txt 356 bytes 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
minmax.txt 521 bytes 3b4750d   4 years pabuhr add negative test for signed integer min/max
swap.txt 553 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
designations.txt 595 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
rational.txt 603 bytes d30804a   3 years pabuhr augment rational test and expected output after rational changes
time.txt 689 bytes 030653a   4 years pabuhr add unit conversions from duration to double
references.txt 724 bytes 78cdb06   4 years Thierry Delisle Modified Lvalue cast handling to ignore top level dereferencing in …
ato.x64.txt 878 bytes 369ffdf   4 years pabuhr create x86_64 expected results to harmonize with 64-bit ARM results
ato.x86.txt 878 bytes 942453a   4 years pabuhr create x86 expected results to harmonize with 64-bit ARM results
alloc-ERROR.txt 941 bytes 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
ato.arm64.txt 944 bytes 430b443   4 years pabuhr generate 64-bit ARM specific test results for floating-point tests
searchsort.txt 1.2 KB bf71cfd   6 years Thierry Delisle Moved up many directories in source
copyfile.txt 1.5 KB a8a3485   4 years pabuhr remove superfluous char ch declaration
castError.txt 2.4 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
init1-ERROR.txt 2.5 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
math.x86.txt 3.4 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
math.x64.txt 3.4 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
math.arm64.txt 4.1 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
PRNG.x64.txt 4.4 KB ae7a085c   17 months pabuhr change printing format in PRNG, update .expect for tests using PRNG
PRNG.x86.txt 4.4 KB be3b952   17 months pabuhr update 32-bit .expect for tests using PRNG
KRfunctions.x86.txt 5.5 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
KRfunctions.arm64.txt 5.5 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
KRfunctions.x64.txt 5.5 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
alloc.txt 6.0 KB 116a2ea   19 months pabuhr new heap and associated tests updated
gmp.arm64.txt 6.6 KB d269894   3 years pabuhr create .expect file for gmp test on ARM
gmp.x64.txt 6.6 KB bf71cfd   6 years Thierry Delisle Moved up many directories in source
gccExtensions.x86.txt 10.1 KB 77c01ec   2 years Thierry Delisle Fixed tests for x86
gccExtensions.arm64.txt 10.5 KB a389ffe   2 years pabuhr change expected output for ARM tests
gccExtensions.x64.txt 10.5 KB 637240f   2 years Thierry Delisle Regenerated tests for changed to main_returned
extension.arm64.txt 13.4 KB a195d6e   3 years pabuhr update expected output for ARM64
extension.x64.txt 13.4 KB e3cb4bf   3 years pabuhr update output to reflect new mangled-name numbering after changing …
extension.x86.txt 13.4 KB e56cfb41   3 years pabuhr 32-bit, update output to reflect new mangled-name numbering after …
functions.x86.txt 14.0 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
functions.arm64.txt 14.0 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
functions.x64.txt 14.0 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
attributes.x86.txt 49.7 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
attributes.arm64.txt 49.7 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
attributes.x64.txt 49.7 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
declarationSpecifier.arm64.txt 58.8 KB 64af7ac   20 months Thierry Delisle Added thread and _Thread_local to some tests.
declarationSpecifier.x64.txt 58.8 KB 64af7ac   20 months Thierry Delisle Added thread and _Thread_local to some tests.
declarationSpecifier.x86.txt 58.8 KB 64af7ac   20 months Thierry Delisle Added thread and _Thread_local to some tests.
bitmanip2.x86.txt 59.2 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
bitmanip1.x86.txt 59.3 KB 8f6ea08   4 years pabuhr 32-bit test results for bitmanip
bitmanip2.arm64.txt 85.0 KB d6ad99e   3 years Thierry Delisle Enable several tests for arm that had no expect file
bitmanip2.x64.txt 85.0 KB 76bf23c   4 years pabuhr second attempt at bit manipulation operations
bitmanip1.arm64.txt 85.0 KB d6ad99e   3 years Thierry Delisle Enable several tests for arm that had no expect file
bitmanip1.x64.txt 85.0 KB 76bf23c   4 years pabuhr second attempt at bit manipulation operations
mathX.x86.txt 98.9 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
bitmanip3.x86.txt 100.2 KB a6cafa8   4 years pabuhr fix 32-bit excepted output for move of floor, ceiling, ceiling_div
mathX.arm64.txt 132.9 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
mathX.x64.txt 132.9 KB 594e1db   20 months Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
bitmanip3.arm64.txt 137.9 KB d6ad99e   3 years Thierry Delisle Enable several tests for arm that had no expect file
bitmanip3.x64.txt 137.9 KB 7cfef0d   4 years pabuhr move routines floor, ceiling, ceiling_div from bitmanip.hfa to math.hfa
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.