1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-25 06:55:13 +00:00
cc65/test/val
2023-11-13 10:32:27 +01:00
..
add1.c
add2.c use uint16_t instead of magic ifdefs, leaving support for bit type in there incase we support it some day 2020-07-22 00:09:48 +02:00
add3.c
add3a.c
add4.c
add5.c
and1.c
and2.c
assign-shift-use1.c Renamed some testcases. 2022-09-30 09:41:54 +08:00
atoi-test.c move a bunch of tests from testcode/lib to test/val (and a failing one to test/todo) 2020-07-13 21:25:13 +02:00
binlit.c
bitfield-1.c Renamed some testcases. 2022-09-30 09:41:54 +08:00
bitfield-char-1.c
bitfield-enum.c
bitfield-packing-char.c
bitfield-packing-long.c
bitfield-packing.c
bitfield-plain.c
bitfield-signed.c
bitfield-union.c
bool1.c
boolean-call1.c
booltrans.c
bss-name-decl.c
bss-name.c
bug170.c
bug250.c
bug263.c testcase for issue #263 2021-05-23 18:55:06 +02:00
bug327.c
bug367.c
bug735.c Testcase added. 2018-10-16 09:45:30 +02:00
bug760.c
bug830.c
bug895.c
bug897.c
bug975.c move (now working) tests to test/val 2020-07-21 19:24:39 +02:00
bug1047-bitfield-char.c
bug1050.c
bug1071.c
bug1075.c
bug1077.c
bug1094-nested-init.c
bug1095-bitfield-signed.c
bug1108.c
bug1139-bitfield-in-if.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1143warn.c
bug1178-struct-copy.c
bug1181-struct-field-null-cmp.c
bug1201.c
bug1209-ind-goto-rev.c
bug1211-ice-move-refs-1.c
bug1221.c
bug1222.c test related to issue #1222 2020-09-24 12:23:18 +02:00
bug1244.c
bug1245.c
bug1252.c test some more possible cases and move test into test/val 2022-08-28 03:43:54 +02:00
bug1263.c Fixed test case for Issue #1263. 2021-04-03 17:50:46 +02:00
bug1267-bitfield-typedef-signedness.c
bug1310.c
bug1320.c Fixed code that caused a seg-fault after parsing a (deferred) post-count argument followed by a (nested) function-call argument. 2020-11-20 17:45:14 -05:00
bug1332-bitfield.c
bug1348.c
bug1357-pp.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1373.c
bug1374.c
bug1397.c
bug1408.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
bug1431.c
bug1437.c Removed the non-existing-in-C "struct/union scope" for structs/unions. 2021-03-29 19:28:22 +02:00
bug1438.c
bug1451-struct-ptr-to-local.c
bug1462-biefield-assign-1.c
bug1462-biefield-assign-2.c
bug1462-biefield-assign-3.c
bug1462-biefield-assign-4.c
bug1504.c
bug1552.c
bug1562.c
bug1573.c
bug1573.h Simple testcase for __LINE__, __FILE__ as well as #line. 2022-08-24 16:39:44 +08:00
bug1643.c
bug1643.h
bug1652-optimizer.c
bug1675-ub.c
bug1675.c
bug1690.c
bug1696.c
bug1822-pptest.c
bug1838.c
bug1847-struct-field-access.c
bug1853-inline-asm.c
bug1891.c
bug1933.c
bug1936.c
bug1941-shift-by-zero.c fix for #1941, taken from 22d435b689 2023-01-28 12:29:05 +01:00
bug1989.c
bug2019-case-value.c
bug2020-ok.c The type category in a function definition cannot be inherited from a typedef. 2023-10-05 17:48:16 +08:00
bug2060.c
bug2079-struct-assign.c
bug2135.c
bug2151.c
bug2186.c
bug2207.c Fixed inlined strlen when it takes a string literal with extra characters after the first '\0'. 2023-10-17 17:57:19 +08:00
bzero.c
cc65091020.c
cc65141002.c
cc65141011.c
cc65141022.c
cc65150311.c
common.h
compare1.c
compare2.c
compare3.c
compare4.c
compare5.c
compare6.c
compare7.c
compare8.c remove dangling spaces 2022-04-17 16:07:52 +02:00
compare9.c
compare10.c
compare-bool3.c
computedgoto.c
const-side-effect.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
constexpr.c
counter.c
counter.h
cq4.c
cq9.c
cq22.c remove dangling spaces 2022-04-17 16:07:52 +02:00
cq25.c remove dangling spaces 2022-04-17 16:07:52 +02:00
cq26.c
cq61.c
cq71.c
cq72.c
cq81.c
cq84.c
cq85.c
cq86.c remove dangling spaces 2022-04-17 16:07:52 +02:00
cq88.c
cq241.c
cq243.c
cq244.c
cq626.c remove dangling spaces 2022-04-17 16:07:52 +02:00
cq714.c
cq714b.c
cq715.c
cq757.c
cq7813.c
decl-extern-shadow.c
decl-mixed-specifiers.c
decl-static-extern.c
decl-static-fwd.c
div-char-char.c
div-common.h
div-int-int.c
div-long-long.c tests for issue #169 2020-07-09 16:05:57 +02:00
duffs-device.c
fam.c
float-const-convert.c
for-nested.c Renamed some testcases. 2022-09-30 09:41:54 +08:00
for.c
inline-asm-1489.c
jmp-callax.c
lib_common_atoi.c
lib_common_ctype.c
lib_common_htonl.c
lib_common_htons.c
lib_common_memmove.c
lib_common_mulxx.c
lib_common_strcat.c
lib_common_strchr.c
lib_common_strcspn.c
lib_common_strncat.c
lib_common_strol.c
lib_common_strrchr.c
lib_common_strspn.c remove dangling spaces 2022-04-17 16:07:52 +02:00
lib_common_strtoul.c
lz4.c
Makefile
mult1.c
opsize.c
or1.c remove dangling spaces 2022-04-17 16:07:52 +02:00
pointed-array.c
pointer1.c
postdec-8-8.c
postdec-8-16.c
postdec-16-8.c
postdec-16-16.c remove dangling spaces 2022-04-17 16:07:52 +02:00
postinc-8-8.c
postinc-8-16.c remove dangling spaces 2022-04-17 16:07:52 +02:00
postinc-16-8.c remove dangling spaces 2022-04-17 16:07:52 +02:00
postinc-16-16.c
postincdec.c
ppshift.c
pptest1.c
pptest3.c
pptest4.c
pptest5.c
pr1102.c
pr1110a.c added tests related to pr #1110 2020-07-22 15:52:04 +02:00
pr1423.c
pr1425.c
pr1461.c
pr1800.c
pr1833.c
predec-8-8.c
predec-8-16.c
predec-16-8.c
predec-16-16.c
preinc-8-8.c
preinc-8-16.c
preinc-16-8.c
preinc-16-16.c
ptrfunc.c
rand.c
rotate1.c
rotate2.c
rotate3.c
rotate4.c
rotate5.c
rotate6.c
rotate7.c use uint16_t instead of magic ifdefs, leaving support for bit type in there incase we support it some day 2020-07-22 00:09:48 +02:00
rotate8.c
shift-test.c
signal-test.c
snprintf-test.c
staticassert.c Added support for _Static_assert in unions. 2022-11-03 21:46:41 +08:00
strncmp-test.c
strnicmp-test.c
strpbrk-test.c
strtol-test.c
strtoul-test.c move a bunch of tests from testcode/lib to test/val (and a failing one to test/todo) 2020-07-13 21:25:13 +02:00
struct1.c
struct-anon1.c
struct-anon2.c
struct-by-value.c
struct-returned.c
sub1.c
sub2.c
sub3.c
switch1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
switch2.c
time-test.c
time.c Increased consistency. 2018-08-02 15:45:57 +02:00
trampoline-params.c
trampoline-varargs.c
trampoline.c
type-cast-to-char.c
type-char-promote.c
uneval.c
unittest.h
void-size1.c
while.c
xor.c