source: tests/.expect @ d84f2ae

Name Size Rev Age Author Last Change
../
zero_one.txt 44 bytes fd0a1799   6 weeks mlbrooks Resurrect test of zero_t/one_t and capture present state of ++
withconflict.txt 1.4 KB 4883712   14 months ajbeach Added a test showing how the conflict handling in the with clause …
voidPtr.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
vector.txt 10 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
variableDeclarator.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
var-assert.txt 1.3 KB 82a5ea2   5 months ajbeach Added checks for (and a test to check the checks) assertions we will …
userLiterals.txt 217 bytes e326ebca   5 years pabuhr fix 32-bit build problem
typeof.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
typedefRedef.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
typedefRedef-ERR1.txt 288 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
tuplearray.txt 100 bytes 81e768d   8 weeks mlbrooks Fix #276; add support for c-array parameters using dependent lengths. …
time.txt 689 bytes 030653a   5 years pabuhr add unit conversions from duration to double
switch.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
swap.txt 553 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
sum.txt 280 bytes ee06e41b   6 years pabuhr add char, signed char, unsigned char to basic types in prologue
strstream.txt 117 bytes fec63b2   4 years pabuhr add first draft of strstream type
smart-pointers.txt 5 bytes 8be729f   4 years ajbeach That should fix the memory module. Simply removed all the special features.
sizeof.txt 24 bytes 97f8f0f   5 months ajbeach Implemented special case of sizeof/alignof, where reference types are …
simpleGenericTriple.txt 29 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
shortCircuit.txt 16 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
searchsort.txt 1.2 KB bf71cfd   6 years Thierry Delisle Moved up many directories in source
result.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
references.txt 724 bytes 78cdb06   5 years Thierry Delisle Modified Lvalue cast handling to ignore top level dereferencing in …
rational.txt 603 bytes d30804a   4 years pabuhr augment rational test and expected output after rational changes
random.x86.txt 194 bytes db1ebed   3 years pabuhr update random .expect x86
random.x64.txt 194 bytes aa8e24c3   3 years pabuhr change range of integral random( u, l ) to [l,u], first attempt at …
random.arm64.txt 225 bytes a389ffe   3 years pabuhr change expected output for ARM tests
quotedKeyword.txt 3 bytes dc8511c   6 years pabuhr first attempt at updating suffixes for test programs
quasiKeyword.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
PRNG.x86.txt 4.3 KB e274264   14 months pabuhr update PRNG output for x86
PRNG.x64.txt 4.3 KB 3267041   14 months pabuhr reduce runtime testing duration of PRNG
PRNG.arm64.txt 4.3 KB 2b12d6e   14 months pabuhr add PRNG expected output for arm64
polymorphism.txt 169 bytes 801978b   4 years mlbrooks GenPoly? field-number selection for dynamic layouts uses uniqueId to …
polybits.txt 395 bytes caf06aa   19 months ajbeach Added the check for bitfields in sized polymorphic types. It was …
poly-selection.txt 68 bytes fcd0b9d7   4 years mlbrooks PolyCost? calculation result becomes 0 or 1 per type, avoiding …
poly-o-cycle.txt 9 bytes 91131689   4 years ajbeach Polymorphic structure cyclicic definitions are now tested with both …
poly-member.txt 5 bytes bdf40650   2 months ajbeach Address-of is now moved under casts of any type and is done so …
poly-many-arsz.txt 103 bytes f9ad69d   5 months mlbrooks Fix #175
poly-d-cycle.txt 9 bytes 91131689   4 years ajbeach Polymorphic structure cyclicic definitions are now tested with both …
opt-params.txt 829 bytes 790f251   5 months pabuhr update error message for parameter default-initialization in …
operators.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
numericConstants.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
nested_function.x86.txt 10 bytes 1205b3e   22 months pabuhr update 32-bit tests after change to PRNG
nested_function.x64.txt 10 bytes 814a4da   22 months caparson updated expect files for prng based tests
nested-types.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
nested-types-ERR2.txt 313 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
nested-types-ERR1.txt 54 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
minmax.txt 640 bytes a738c68   16 months ajbeach Update max/min so n-ary version doesn't match against the 2 argument …
maybe.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
mathX.x86.txt 99.8 KB c8cbb41   19 months pabuhr update mathX.x86 expected output
mathX.x64.txt 134.3 KB 600478d   19 months pabuhr change ceiling function to work with negative values
mathX.arm64.txt 134.3 KB b87ef7be   19 months pabuhr update mathX.arm64 expected output
math.x86.txt 3.4 KB 594e1db   2 years Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
math.x64.txt 3.4 KB 594e1db   2 years Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
math.arm64.txt 4.1 KB 594e1db   2 years Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
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
linkonce.txt 21 bytes 80f8703   16 months pabuhr temporary fix to linkonce problem by changing -7 to 7 so …
limits.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
KRfunctions.x86.txt 5.2 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
KRfunctions.x64.txt 5.2 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
KRfunctions.arm64.txt 5.2 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
init1.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
init1-ERROR.txt 2.5 KB 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
identParamDeclarator.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
identity.txt 249 bytes 7a54d67   6 years pabuhr update tests printing floating-point value because there is always a …
identFuncDeclarator.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
hello.txt 232 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
heap.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
gmp.x64.txt 6.6 KB bf71cfd   6 years Thierry Delisle Moved up many directories in source
gmp.arm64.txt 6.6 KB d269894   4 years pabuhr create .expect file for gmp test on ARM
global-monomorph.txt 24 bytes 74cfafb2   5 years ajbeach I forgot to add the tests that the specalize fix fixed.
genericUnion.txt 36 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
gccExtensions.x86.txt 10.9 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
gccExtensions.x64.txt 11.4 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
gccExtensions.arm64.txt 11.4 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
functions.x86.txt 16.0 KB d84f2ae   12 days mlbrooks Fix transpiler-induced unused parameter on layoutof.
functions.x64.txt 16.2 KB d84f2ae   12 days mlbrooks Fix transpiler-induced unused parameter on layoutof.
functions.arm64.txt 16.2 KB d84f2ae   12 days mlbrooks Fix transpiler-induced unused parameter on layoutof.
function-operator.txt 110 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
fstream_test.txt 151 bytes 58b6d1b   6 years Thierry Delisle Fixed tests after headers change
forall.txt 97 bytes 35d1de5   2 years pabuhr change test forall.cfa from compilation only to execution
extension.x86.txt 12.9 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
extension.x64.txt 12.9 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
extension.arm64.txt 12.9 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
expression.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
eval.txt 5 bytes 8f557161   20 months mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
enum.txt 5 bytes 66812dd   4 years pabuhr convert tests to always print output (no empty .expect files)
div.txt 37 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
declarationSpecifier.x86.txt 42.3 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
declarationSpecifier.x64.txt 42.3 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
declarationSpecifier.arm64.txt 42.3 KB 5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
counter.txt 14 bytes 7056f56   4 years pabuhr update existing counter test .expect file
copyfile.txt 1.5 KB 3ac5fd8   5 months pabuhr first attempt changing end-of-file to an exception
const-ref.txt 5 bytes 66e7cc1   2 weeks ajbeach Added some tests for recent changes to the resolver.
const-init.txt 17 bytes f1791a4   4 years mlbrooks Expanding earlier #182 fix to another case of the same issue. [[Fixes …
complex.txt 114 bytes 7a54d67   6 years pabuhr update tests printing floating-point value because there is always a …
castReturn.txt 6 bytes 66e7cc1   2 weeks ajbeach Added some tests for recent changes to the resolver.
castError.txt 2.3 KB db19e1d   5 months ajbeach Changed the interpritation of () to be no parameters instead of any …
cast.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
bitmanip3.x86.txt 100.2 KB a6cafa8   4 years pabuhr fix 32-bit excepted output for move of floor, ceiling, ceiling_div
bitmanip3.x64.txt 137.9 KB 7cfef0d   4 years pabuhr move routines floor, ceiling, ceiling_div from bitmanip.hfa to math.hfa
bitmanip3.arm64.txt 137.9 KB d6ad99e   4 years Thierry Delisle Enable several tests for arm that had no expect file
bitmanip2.x86.txt 59.2 KB 594e1db   2 years Thierry Delisle Removed a bunch of oast tests, since they are never triggered anymore.
bitmanip2.x64.txt 85.0 KB 76bf23c   5 years pabuhr second attempt at bit manipulation operations
bitmanip2.arm64.txt 85.0 KB d6ad99e   4 years Thierry Delisle Enable several tests for arm that had no expect file
bitmanip1.x86.txt 59.3 KB 8f6ea08   5 years pabuhr 32-bit test results for bitmanip
bitmanip1.x64.txt 85.0 KB 76bf23c   5 years pabuhr second attempt at bit manipulation operations
bitmanip1.arm64.txt 85.0 KB d6ad99e   4 years Thierry Delisle Enable several tests for arm that had no expect file
avl_test.txt 36 bytes bf71cfd   6 years Thierry Delisle Moved up many directories in source
attributes.x86.txt 44.5 KB d1566d4   4 weeks pabuhr update architecture expect file for x86
attributes.x64.txt 44.6 KB 50cad32   4 weeks pabuhr update architecture expect file for x64
attributes.arm64.txt 44.6 KB 9dc05782   4 weeks pabuhr update architecture expect file for ARM
attr-priority.txt 252 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
ato.x86.txt 1.4 KB d887800   10 months pabuhr update ato expected output for x86
ato.x64.txt 1.4 KB 33807a1e   10 months pabuhr update string to type test
ato.arm64.txt 1.5 KB 897eb01   10 months pabuhr update ato expected output for ARM
array.txt 5 bytes 2853d6f   3 weeks mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
array-ERR3.txt 71 bytes 2a32118   3 weeks mlbrooks Fix a warning missed in 2853d6fb0.
array-ERR2.txt 79 bytes 2a32118   3 weeks mlbrooks Fix a warning missed in 2853d6fb0.
array-ERR1.txt 448 bytes 2a32118   3 weeks mlbrooks Fix a warning missed in 2853d6fb0.
alloc.txt 6.1 KB b2ab352   18 months pabuhr add missing .expect file
alloc-ERROR.txt 960 bytes b6f2e7ab   4 months ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would …
alloc2.txt 142 bytes f76ff0b   4 years m3zulfiq alloc2.txt: added expected output file for test alloc2.cfa. heap.cfa: …
abs.x86.txt 308 bytes 942453a   4 years pabuhr create x86 expected results to harmonize with 64-bit ARM results
abs.x64.txt 308 bytes 369ffdf   4 years pabuhr create x86_64 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
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.