quakeforge/tools/qfcc/test
2020-03-14 01:28:00 +09:00
..
old
.gdbinit
address-cast.r Add failing global init test too 2020-02-15 23:49:12 +09:00
alignment.r Finish up alignment tests and add address cast 2020-02-15 23:49:12 +09:00
anonstruct.r [qfcc] Fix test that failed due to improved warnings 2020-03-05 11:04:22 +09:00
assignchain.r [qfcc] Correct some misinformative prints 2020-03-14 01:28:00 +09:00
build-compile-fail-run Create more double related tests 2020-02-15 23:49:12 +09:00
build-run
chewed-alias.r [qfcc] Update chewed-alias test for new warnings 2020-03-05 18:26:11 +09:00
chewed-return.r
comma-expr.r
compound.r [qfcc] Support compound init in assignment and params 2020-03-11 19:48:25 +09:00
deadbool.r Implement double constants 2020-02-15 23:49:12 +09:00
double-demote-float-ainit.r Test array initializer double demotions 2020-02-15 23:49:12 +09:00
double-demote-float-ginit.r Catch double demotion in global initializers 2020-02-15 23:49:12 +09:00
double-demote-float-linit.r Catch and warn demotion of double in assignments 2020-02-15 23:49:12 +09:00
double-demote-float.r Add tests for double demotion 2020-02-15 23:49:12 +09:00
double-demote-int-ainit.r Test array initializer double demotions 2020-02-15 23:49:12 +09:00
double-demote-int-ginit.r Catch double demotion in global initializers 2020-02-15 23:49:12 +09:00
double-demote-int-linit.r Catch and warn demotion of double in assignments 2020-02-15 23:49:12 +09:00
double-demote-int.r Add tests for double demotion 2020-02-15 23:49:12 +09:00
double-float-compare.r Create more double related tests 2020-02-15 23:49:12 +09:00
double-int-compare.r Create more double related tests 2020-02-15 23:49:12 +09:00
double.r Add some tests for double comparison 2020-02-15 23:49:12 +09:00
enum.r Fix assigning int to enum or enum to int 2019-06-10 08:46:40 +09:00
fordecl.r
func-expr.r
func-static.r
infloop.r
ivar-struct-return.r [qfcc] Tweak ivar test to check old bug 2020-03-11 20:55:21 +09:00
Makefile.am [qfcc] Add breaking assignment chain test 2020-03-12 19:47:09 +09:00
methodparams.r [qfcc] Fix mangled method parameters 2020-03-06 17:37:58 +09:00
modulo.r Add tests for %% 2020-02-16 17:02:38 +09:00
paramret.r
quaternion.r
return-ivar.r
sendv.r [qfcc] Update sendv test for corrected implementation 2020-03-11 11:04:49 +09:00
state.r Implement double constants 2020-02-15 23:49:12 +09:00
struct-init-param.r [qfcc] Support compound init in assignment and params 2020-03-11 19:48:25 +09:00
struct-nil-init.r [qfcc] Treat { } as nil for initializing compound types 2020-02-27 20:30:39 +09:00
structarray.r Implement automatic array sizing from initializer 2019-06-09 23:11:38 +09:00
structlive.r
structptr.r
structstruct.r Extend nested struct test to cover struct copy 2019-06-17 22:57:40 +09:00
swap.r
test-bi.c
test-bi.h
test-defspace.c
test-defspace.h
test-harness.c Fix qfcc test harness tracing 2020-02-25 19:02:24 +09:00
test-harness.h Test case for accessing nested struct fields 2019-06-17 22:47:44 +09:00
triangle.r Fix several double-related bug 2020-02-15 23:49:12 +09:00
tw-defspace.c
tw-diagnostic.c
tw-strpool.c
typedef.r Fix some issues in the typedef test 2020-02-22 23:41:09 +09:00
vecaddr.r [qfcc] Add failing vector element address test 2020-03-04 00:37:10 +09:00
vecexpr.r [qfcc] Rearrange vecexpr.r for easier debugging 2020-03-08 16:50:39 +09:00
vecinit.r Set up temp aliases correctly 2019-06-18 10:38:19 +09:00
voidfor.r
while.r