../
|
with-statement.txt
|
106 bytes
|
866f560
|
7 years
|
Rob Schluntz |
Add with-statement test
|
voidPtr.txt
|
0 bytes
|
2d59d53
|
8 years
|
a3moss |
Added regression test for void* issues
|
vector.txt
|
10 bytes
|
7f59bb3
|
7 years
|
pabuhr |
fix 64-bit vector text
|
variableDeclarator.txt
|
0 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
user_literals.txt
|
285 bytes
|
ea46db7
|
7 years
|
pabuhr |
updates, and extend section on user literals
|
typeof.txt
|
0 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
typedefRedef.txt
|
0 bytes
|
70529dc
|
7 years
|
Rob Schluntz |
Add typedefRedef test
|
typedefRedef-ERR1.txt
|
111 bytes
|
70529dc
|
7 years
|
Rob Schluntz |
Add typedefRedef test
|
time.x86.txt
|
573 bytes
|
f20794c
|
7 years
|
pabuhr |
adjust 32-bit output
|
time.x64.txt
|
559 bytes
|
643c6b9
|
7 years
|
pabuhr |
cleanup, add "div" for Duration
|
switch.txt
|
0 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
swap.txt
|
553 bytes
|
ebcd82b
|
8 years
|
Thierry Delisle |
implemented some of the expected outputs, fixed printing in tests.py, …
|
sum.txt
|
214 bytes
|
2b9ddf2
|
7 years
|
pabuhr |
add generic type to sum test
|
stdincludes.txt
|
0 bytes
|
39c7fd0
|
7 years
|
pabuhr |
add test for C11 standard include files
|
simpleGenericTriple.txt
|
29 bytes
|
f7e749f
|
8 years
|
Rob Schluntz |
added tests for polymorphic tuples and cast on tuples, updated a …
|
shortCircuit.txt
|
16 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
searchsort.txt
|
1.2 KB
|
9c47a47
|
7 years
|
pabuhr |
extend stdlib bsearch
|
scopeErrors.txt
|
337 bytes
|
50377a4
|
7 years
|
Rob Schluntz |
Refactor tree print code to use Indenter
|
result.txt
|
0 bytes
|
20877d2
|
7 years
|
ajbeach |
I've been sitting on these tests for a while. New tests for …
|
references.txt
|
720 bytes
|
101a4d2
|
7 years
|
Rob Schluntz |
Update references test to include several commented lines
|
rational.txt
|
280 bytes
|
6c6455f
|
7 years
|
pabuhr |
second attempt at generic rational type with conversions to/from …
|
random.txt
|
194 bytes
|
54aba8d
|
7 years
|
pabuhr |
change name of random_seed to srandom, and make all random calls …
|
quoted_keyword.txt
|
3 bytes
|
1bc1bb2
|
8 years
|
pabuhr |
add expect file for quoted_keyword test
|
polymorphism.txt
|
16 bytes
|
598f50e
|
7 years
|
Rob Schluntz |
Update polymorphism test
|
operators.txt
|
0 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
numericConstants.txt
|
0 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
minmax.txt
|
503 bytes
|
ebcd82b
|
8 years
|
Thierry Delisle |
implemented some of the expected outputs, fixed printing in tests.py, …
|
maybe.txt
|
0 bytes
|
20877d2
|
7 years
|
ajbeach |
I've been sitting on these tests for a while. New tests for …
|
math3.x86.txt
|
341 bytes
|
099a40d
|
7 years
|
Thierry Delisle |
Moved 32/64-bit tests to .x86/x64.txt
|
math3.x64.txt
|
341 bytes
|
099a40d
|
7 years
|
Thierry Delisle |
Moved 32/64-bit tests to .x86/x64.txt
|
math2.x86.txt
|
1.9 KB
|
099a40d
|
7 years
|
Thierry Delisle |
Moved 32/64-bit tests to .x86/x64.txt
|
math2.x64.txt
|
1.9 KB
|
099a40d
|
7 years
|
Thierry Delisle |
Moved 32/64-bit tests to .x86/x64.txt
|
math1.x86.txt
|
920 bytes
|
099a40d
|
7 years
|
Thierry Delisle |
Moved 32/64-bit tests to .x86/x64.txt
|
math1.x64.txt
|
920 bytes
|
099a40d
|
7 years
|
Thierry Delisle |
Moved 32/64-bit tests to .x86/x64.txt
|
literals.x86.txt
|
262.3 KB
|
bd5cf7c
|
7 years
|
pabuhr |
fix 32-bit output
|
literals.x64.txt
|
262.0 KB
|
f74eb47
|
7 years
|
Rob Schluntz |
Add more debug prints
|
limits.txt
|
0 bytes
|
ebcd82b
|
8 years
|
Thierry Delisle |
implemented some of the expected outputs, fixed printing in tests.py, …
|
labelledExit.txt
|
0 bytes
|
aaf1f4d
|
8 years
|
Thierry Delisle |
fixed labelledExit test
|
KRfunctions.x86.txt
|
5.5 KB
|
3bb643e
|
7 years
|
Rob Schluntz |
Update missed 32-bit test
|
KRfunctions.x64.txt
|
5.6 KB
|
df7a162
|
7 years
|
Rob Schluntz |
Allow builtin objects to be constructed
|
io.txt
|
1.0 KB
|
5f20b30
|
7 years
|
pabuhr |
update io-test and fix literal-test output
|
ifcond.txt
|
55 bytes
|
a01f7c94
|
7 years
|
Rob Schluntz |
Implement multi-declaration if conditional and update test
|
identParamDeclarator.txt
|
0 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
identity.txt
|
246 bytes
|
5a7966b
|
7 years
|
pabuhr |
remove example fwrite.c, add identity.c test, update io test
|
identFuncDeclarator.txt
|
0 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
hello.txt
|
232 bytes
|
7985fa5
|
7 years
|
pabuhr |
add test program
|
gmp.x64.txt
|
6.6 KB
|
099a40d
|
7 years
|
Thierry Delisle |
Moved 32/64-bit tests to .x86/x64.txt
|
genericUnion.txt
|
36 bytes
|
240e1ff
|
7 years
|
Rob Schluntz |
added a simple test for generic unions
|
gccExtensions.x86.txt
|
8.9 KB
|
446ffa3
|
7 years
|
Rob Schluntz |
Update 32-bit tests
|
gccExtensions.x64.txt
|
8.9 KB
|
df7a162
|
7 years
|
Rob Schluntz |
Allow builtin objects to be constructed
|
functions.x86.txt
|
13.4 KB
|
099a40d
|
7 years
|
Thierry Delisle |
Moved 32/64-bit tests to .x86/x64.txt
|
functions.x64.txt
|
13.5 KB
|
099a40d
|
7 years
|
Thierry Delisle |
Moved 32/64-bit tests to .x86/x64.txt
|
function-operator.txt
|
110 bytes
|
5b21138
|
7 years
|
Rob Schluntz |
Add function operator test case
|
fstream_test.txt
|
147 bytes
|
1ae39f6e
|
7 years
|
pabuhr |
change gmp to use references, add fstream_test to tests
|
fallthrough.txt
|
110 bytes
|
13f5a70
|
7 years
|
pabuhr |
add another test
|
fallthrough-ERROR.txt
|
641 bytes
|
13f5a70
|
7 years
|
pabuhr |
add another test
|
extension.x86.txt
|
12.0 KB
|
446ffa3
|
7 years
|
Rob Schluntz |
Update 32-bit tests
|
extension.x64.txt
|
11.9 KB
|
f74eb47
|
7 years
|
Rob Schluntz |
Add more debug prints
|
expression.txt
|
0 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
enum.txt
|
0 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
div.txt
|
37 bytes
|
e1780a2
|
7 years
|
pabuhr |
augment "writable" trait with "ostream" to support more monomorphic IO …
|
designations.txt
|
595 bytes
|
bb1cd95
|
7 years
|
Rob Schluntz |
add test case for designations
|
declarationSpecifier.x86.txt
|
57.3 KB
|
446ffa3
|
7 years
|
Rob Schluntz |
Update 32-bit tests
|
declarationSpecifier.x64.txt
|
57.3 KB
|
df7a162
|
7 years
|
Rob Schluntz |
Allow builtin objects to be constructed
|
declarationErrors.txt
|
2.5 KB
|
e4bc986
|
7 years
|
Rob Schluntz |
Add ParseNode? print code and update declarationErrors test
|
counter.txt
|
6 bytes
|
d2887f7
|
7 years
|
a3moss |
Default increment/decrement operators defined in terms of one_t
|
complex.txt
|
108 bytes
|
2f484f5
|
7 years
|
pabuhr |
add new test for complex numbers (needs work)
|
completeTypeError.txt
|
1.1 KB
|
4d5e57b
|
7 years
|
Rob Schluntz |
Prevent implicit conversion of void * to other pointer type for …
|
castError.txt
|
570 bytes
|
c2c6177
|
7 years
|
a3moss |
Fix tests for std::vector change
|
cast.txt
|
0 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
avl_test.txt
|
36 bytes
|
3689906
|
8 years
|
Rob Schluntz |
avl_test expected output
|
attributes.x86.txt
|
36.8 KB
|
8711c6c
|
7 years
|
Rob Schluntz |
Update attributes test output
|
attributes.x64.txt
|
36.9 KB
|
f74eb47
|
7 years
|
Rob Schluntz |
Add more debug prints
|
ato.txt
|
876 bytes
|
e672372
|
7 years
|
pabuhr |
more inline code in stdlib and update tests
|
array.txt
|
0 bytes
|
e757af2
|
8 years
|
Thierry Delisle |
renamed all tests to lower-case leading character
|
alloc.txt
|
3.1 KB
|
6ea0408
|
7 years
|
pabuhr |
fixed format and output for printing fill character
|
alloc-ERROR.txt
|
1.1 KB
|
fc67d6f
|
7 years
|
pabuhr |
update alloc test, and trigger vector test
|
abs.txt
|
296 bytes
|
9d169f1
|
8 years
|
pabuhr |
fix abs.c test program for char type
|