source: src/tests @ db67b11

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
../
.expect 0a5b683   7 years pabuhr divide math test into 3 parts to reduce testing time
.in f621a148   7 years pabuhr change to implementation type for rational and add to test suite
avltree db67b11   7 years Rob Schluntz Fix avl_test to use stdlib include instead of 'delete' forward declaration
preempt_longrun 8b28a52   7 years Thierry Delisle removed barge test since it had inconsistent results and doesn't …
pybin 3b4571b   7 years Thierry Delisle Fixed whitespacing in tests
vector 9a4e996   7 years Rob Schluntz Update vector_test to remove lvalue keyword
.gitignore 12 bytes 4e9151f   7 years Thierry Delisle - Fixed tests to no longer use make errors, pipeing CC errors directly …
io.data 62 bytes 3dcd347a   8 years Thierry Delisle moved some more tests to new test folder
commentMisc.c 67 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
voidPtr.c 145 bytes 2d59d53   7 years a3moss Added regression test for void* issues
castError.c 177 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
cast.c 233 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
typeof.c 263 bytes 85517ddb   8 years Rob Schluntz resolve typeof in cast expressions, update typeof test
context.c 271 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
enum.c 303 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
namedParmArg.c 307 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
expression.c 476 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
tuples.c 480 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
array.c 491 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
genericUnion.c 492 bytes 240e1ff   7 years Rob Schluntz added a simple test for generic unions
operators.c 534 bytes 2afec66   7 years Rob Schluntz Update several tests for references
shortCircuit.c 643 bytes 0f35657   7 years Rob Schluntz updated completeTypeError test case
monitor.c 652 bytes 83a071f9   7 years Rob Schluntz Fix concurrency library, tests, and keywords for references
preempt.c 707 bytes 83a071f9   7 years Rob Schluntz Fix concurrency library, tests, and keywords for references
typedef.c 747 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
thread.c 759 bytes 83a071f9   7 years Rob Schluntz Fix concurrency library, tests, and keywords for references
completeTypeError.c 787 bytes 142cf5d   7 years Rob Schluntz change type of string literal from char[] to const char[]
tupleCast.c 814 bytes 7933351   7 years Rob Schluntz add tuple cast resolution code
scope.c 870 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
except-1.c 900 bytes ff7ff14a   7 years ajbeach Discovered a case where the memory management didn't work, stricter …
typeGenerator.c 916 bytes e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
multi-monitor.c 977 bytes 83a071f9   7 years Rob Schluntz Fix concurrency library, tests, and keywords for references
hello.c 983 bytes 7985fa5   7 years pabuhr add test program
div.c 1.0 KB e1780a2   7 years pabuhr augment "writable" trait with "ostream" to support more monomorphic IO …
fstream_test.c 1.0 KB 600b6c2   8 years Thierry Delisle move some more tests to new tests directory
multiDimension.c 1.0 KB 2afec66   7 years Rob Schluntz Update several tests for references
simpleGenericTriple.c 1.0 KB 23c4aa8   7 years Rob Schluntz fix constructor transitivity rule
complex.c 1.1 KB a933bcb3   7 years pabuhr documentation and formatting
numericConstants.c 1.1 KB a933bcb3   7 years pabuhr documentation and formatting
tupleMember.c 1.2 KB e25707d   7 years Rob Schluntz Remove lvalue from tupleMember test case
charStringConstants.c 1.2 KB e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
random.c 1.3 KB adcc065   8 years pabuhr add labelled break to if statement, update comment formatting, add …
coroutine.c 1.3 KB 83a071f9   7 years Rob Schluntz Fix concurrency library, tests, and keywords for references
identity.c 1.3 KB 5a7966b   7 years pabuhr remove example fwrite.c, add identity.c test, update io test
maybe.c 1.3 KB 91c389a   7 years pabuhr change usages of assert to assert.h
abs.c 1.3 KB 9d169f1   7 years pabuhr fix abs.c test program for char type
globals.c 1.3 KB 2afec66   7 years Rob Schluntz Update several tests for references
libcfa_vector.c 1.4 KB 67cf18c   7 years Rob Schluntz implement default type arguments for generic types [closes #13]
result.c 1.4 KB 91c389a   7 years pabuhr change usages of assert to assert.h
KRfunctions.c 1.5 KB a933bcb3   7 years pabuhr documentation and formatting
virtualCast.c 1.5 KB a5f0529   7 years ajbeach Virtual casts have been added. They still require a lot of hand coded …
extension.c 1.5 KB c0aa336   7 years pabuhr third attempt at gcc attributes
switch.c 1.5 KB 8688ce1   8 years pabuhr move case-list management into parser
forall.c 1.6 KB e757af2   8 years Thierry Delisle renamed all tests to lower-case leading character
ato.c 1.7 KB 00b7cd3   8 years pabuhr update include files for test programs
tuplePolymorphism.c 1.8 KB 17e0dc9   7 years pabuhr change indentation from spaces to tabs
declarationErrors.c 1.8 KB 7d05e7e   8 years pabuhr fix error messages for declarations
quoted_keyword.c 1.8 KB 1bc1bb2   8 years pabuhr add expect file for quoted_keyword test
sched-int-barge.c 1.9 KB 83a071f9   7 years Rob Schluntz Fix concurrency library, tests, and keywords for references
tupleAssign.c 2.0 KB 2afec66   7 years Rob Schluntz Update several tests for references
memberCtors.c 2.0 KB 2afec66   7 years Rob Schluntz Update several tests for references
gmp.c 2.2 KB 933dbbd   7 years pabuhr fix internal compile command
identFuncDeclarator.c 2.2 KB 5ead9f9   8 years pabuhr add copyright notice to test files
sched-int-disjoint.c 2.2 KB 83a071f9   7 years Rob Schluntz Fix concurrency library, tests, and keywords for references
minmax.c 2.3 KB 3dcd347a   8 years Thierry Delisle moved some more tests to new test folder
typedefDeclarator.c 2.3 KB 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
tupleVariadic.c 2.4 KB 2afec66   7 years Rob Schluntz Update several tests for references
rational.c 2.5 KB 2afec66   7 years Rob Schluntz Update several tests for references
limits.c 2.5 KB ebcd82b   8 years Thierry Delisle implemented some of the expected outputs, fixed printing in tests.py, …
gccExtensions.c 2.6 KB 926af74   8 years pabuhr more refactoring of parser code
tupleFunction.c 2.6 KB d9fa60a   7 years Rob Schluntz moved substituion into MemberExpr? constructor, change generated tuple …
labelledExit.c 2.7 KB 2f22cc4   8 years pabuhr more refactoring of parser code
swap.c 2.7 KB 3dcd347a   8 years Thierry Delisle moved some more tests to new test folder
sched-int-block.c 2.7 KB 83a071f9   7 years Rob Schluntz Fix concurrency library, tests, and keywords for references
math1.c 2.9 KB 0a5b683   7 years pabuhr divide math test into 3 parts to reduce testing time
math3.c 2.9 KB 0a5b683   7 years pabuhr divide math test into 3 parts to reduce testing time
except-2.c 2.9 KB 0ec9229   7 years ajbeach Missed the small test for the new type of exceptions.
math2.c 3.0 KB 0a5b683   7 years pabuhr divide math test into 3 parts to reduce testing time
sched-int-wait.c 3.0 KB 83a071f9   7 years Rob Schluntz Fix concurrency library, tests, and keywords for references
functions.c 3.0 KB 5ead9f9   8 years pabuhr add copyright notice to test files
declarationSpecifier.c 3.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
variableDeclarator.c 3.3 KB 5ead9f9   8 years pabuhr add copyright notice to test files
searchsort.c 3.6 KB f2cdc44   7 years pabuhr more alternate bsearch returning posn of key
Makefile.am 3.7 KB 7c03d6d   7 years Thierry Delisle Fixed copy-paste mistake in makefile
init_once.c 3.8 KB 2afec66   7 years Rob Schluntz Update several tests for references
except-0.c 4.3 KB cbce272   7 years ajbeach Structure based exception handling.
io.c 5.3 KB 53a6c2a   7 years pabuhr change meaning of sepOn, and replace #if with #pragma once in include files
dtor-early-exit.c 5.3 KB 2afec66   7 years Rob Schluntz Update several tests for references
designations.c 5.8 KB a04ce4d   7 years pabuhr add additional designator tests
alloc.c 8.2 KB 6cfe8bb   7 years Rob Schluntz Fix alloc test for references
attributes.c 9.2 KB 6b0b624   7 years pabuhr change #ifndef to #pragma once
test.py 10.9 KB 2afec66   7 years Rob Schluntz Update several tests for references
Makefile.in 45.0 KB 7c03d6d   7 years Thierry Delisle Fixed copy-paste mistake in makefile
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.