source: src/tests @ ebb5ed9

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Name Size Rev Age Author Last Change
../
avltree 14f6bb39   7 years a3moss Add missing overloads of comparison operators on pointers
.expect ebb5ed9   7 years Rob Schluntz update tuplePolymorphism test to include an example of non-matching …
vector 4a9ccc3   7 years Rob Schluntz propagate sized status through trait instances
.in efc15918   8 years Thierry Delisle refactoring test to use python script
voidPtr.c 145 bytes 2d59d53   7 years a3moss Added regression test for void* issues
abs.c 1.3 KB 9d169f1   7 years pabuhr fix abs.c test program for char type
ato.c 1.7 KB 00b7cd3   8 years pabuhr update include files for test programs
attributes.c 10.0 KB c0aa336   7 years pabuhr third attempt at gcc attributes
declarationErrors.c 1.8 KB 7d05e7e   8 years pabuhr fix error messages for declarations
declarationSpecifier.c 3.2 KB 5ead9f9   8 years pabuhr add copyright notice to test files
exception.c 510 bytes 1d4580a   8 years pabuhr more refactoring of parser code
extension.c 1.5 KB c0aa336   7 years pabuhr third attempt at gcc attributes
functions.c 3.0 KB 5ead9f9   8 years pabuhr add copyright notice to test files
gccExtensions.c 2.6 KB 926af74   8 years pabuhr more refactoring of parser code
identFuncDeclarator.c 2.2 KB 5ead9f9   8 years pabuhr add copyright notice to test files
identParamDeclarator.c 3.2 KB 5ead9f9   8 years pabuhr add copyright notice to test files
io.c 2.7 KB a6151ba   8 years pabuhr update comments in code and tests, and add test searchsort
KRfunctions.c 1.5 KB 3a5131ed   7 years pabuhr handle KR function declarations
labelledExit.c 2.7 KB 2f22cc4   8 years pabuhr more refactoring of parser code
quoted_keyword.c 1.8 KB 1bc1bb2   8 years pabuhr add expect file for quoted_keyword test
random.c 1.3 KB adcc065   8 years pabuhr add labelled break to if statement, update comment formatting, add …
rational.c 2.0 KB a6151ba   8 years pabuhr update comments in code and tests, and add test searchsort
searchsort.c 2.5 KB a6151ba   8 years pabuhr update comments in code and tests, and add test searchsort
switch.c 1.5 KB 8688ce1   8 years pabuhr move case-list management into parser
tupleAssign.c 2.0 KB 7fe2498   7 years pabuhr add sout prints and adjust char print values
variableDeclarator.c 3.3 KB 5ead9f9   8 years pabuhr add copyright notice to test files
completeTypeError.c 786 bytes f7e749f   7 years Rob Schluntz added tests for polymorphic tuples and cast on tuples, updated a …
dtor-early-exit.c 5.3 KB 32b8144   7 years Rob Schluntz resolve case labels and case ranges
globals.c 1.4 KB 23c4aa8   7 years Rob Schluntz fix constructor transitivity rule
init_once.c 3.8 KB 72e9222   8 years Rob Schluntz change codegen for function-scoped static variable destruction to …
memberCtors.c 1.8 KB f7e749f   7 years Rob Schluntz added tests for polymorphic tuples and cast on tuples, updated a …
multiDimension.c 1.0 KB 4e2a1137   8 years Rob Schluntz add test case for multidimensional arrays
shortCircuit.c 643 bytes 0f35657   7 years Rob Schluntz updated completeTypeError test case
simpleGenericTriple.c 1.0 KB 23c4aa8   7 years Rob Schluntz fix constructor transitivity rule
tupleCast.c 814 bytes 7933351   7 years Rob Schluntz add tuple cast resolution code
tupleFunction.c 2.6 KB d9fa60a   7 years Rob Schluntz moved substituion into MemberExpr? constructor, change generated tuple …
tupleMember.c 1.2 KB 33a7b6d   7 years Rob Schluntz changed use of formal types to actual types for boxing return …
tuplePolymorphism.c 1.8 KB ebb5ed9   7 years Rob Schluntz update tuplePolymorphism test to include an example of non-matching …
typeof.c 263 bytes 85517ddb   8 years Rob Schluntz resolve typeof in cast expressions, update typeof test
.gitignore 6 bytes efc15918   8 years Thierry Delisle refactoring test to use python script
array.c 491 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
cast.c 233 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
castError.c 177 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
charStringConstants.c 1.2 KB e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
commentMisc.c 67 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
constant0-1.c 1.0 KB e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
context.c 271 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
coroutine.c 1.7 KB 7fbe450   7 years Thierry Delisle No longer using co_main for coroutines/threads, now simply using main
enum.c 303 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
expression.c 476 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
forall.c 1.6 KB e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
fstream_test.c 1.0 KB 600b6c2   8 years Thierry Delisle move some more tests to new tests directory
io.data 62 bytes 3dcd347a   8 years Thierry Delisle moved some more tests to new test folder
libcfa_vector.c 1.4 KB bd34fc87   8 years Thierry Delisle reenabled vector tests and added proper constructor semantics to vector
limits.c 2.5 KB ebcd82b   8 years Thierry Delisle implemented some of the expected outputs, fixed printing in tests.py, …
Makefile.am 2.5 KB df47e2f   7 years Thierry Delisle Added partial support for renaming cfa through autoconf (using …
Makefile.in 34.8 KB df47e2f   7 years Thierry Delisle Added partial support for renaming cfa through autoconf (using …
math.c 7.5 KB 3dcd347a   8 years Thierry Delisle moved some more tests to new test folder
minmax.c 2.3 KB 3dcd347a   8 years Thierry Delisle moved some more tests to new test folder
monitor.c 754 bytes 2781e65   7 years Thierry Delisle added support for acquiring multiple monitors at once
multi-monitor.c 973 bytes 2781e65   7 years Thierry Delisle added support for acquiring multiple monitors at once
namedParmArg.c 307 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
numericConstants.c 641 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
occursError.c 216 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
operators.c 534 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
scope.c 870 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
scopeErrors.c 396 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
structMember.c 476 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
subrange.c 2.4 KB e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
swap.c 2.7 KB 3dcd347a   8 years Thierry Delisle moved some more tests to new test folder
test.py 11.3 KB 871b664   7 years Thierry Delisle Fixed path issues in tests
thread.c 848 bytes ee897e4b   7 years Thierry Delisle Made some clean-up and removed redundant coroutine state
tuples.c 480 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
tupleVariadic.c 2.5 KB 59239b8   7 years Thierry Delisle new, delete, malloc, etc. no longer require an otype, only a sized dtype
typedef.c 747 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
typedefDeclarator.c 2.3 KB e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
typeGenerator.c 916 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.