1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-20 08:24:29 +00:00
cc65/test/val
Jesse Rosenstock c2c73e7d06 Move #1332 test from todo/ to val/
This bug was fixed by 2915464.
2020-11-16 03:23:52 -05:00
..
add1.c
add2.c
add3.c
add3a.c
add4.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
add5.c
and1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
and2.c
anon-struct1.c
anon-struct2.c
assign-use1.c Fixed a bug that didn't preserve the accumulator's value when a simple 16-bit fetch-and-store is optimized. (#637) 2018-05-12 13:46:16 -04: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-union.c
bitfield.c
bool1.c
bool3.c
bss-name-decl.c
bss-name.c Fix regression of #pragma bss-name 2017-03-21 22:35:25 +01:00
bug170.c Use C89 semantics for integer conversions 2020-08-15 19:14:31 +02:00
bug250.c
bug327.c
bug367.c Fix for multiplication optimization issue #367 2019-04-02 16:34:22 +02:00
bug735.c
bug830.c Fix for #830 supplied by UvB 2019-04-25 15:19:53 +02:00
bug895.c
bug975.c
bug1047.c
bug1050.c Add enum size test case for #1050 2020-08-02 01:18:28 +02:00
bug1071.c
bug1075.c move test for issue #1075 to test/var 2020-07-21 20:02:51 +02:00
bug1077.c
bug1094.c
bug1095.c
bug1108.c
bug1139.c Handle bit-field test after shift/mask 2020-07-31 19:33:28 +02:00
bug1143warn.c
bug1178.c
bug1181.c added test related to issue #1181 2020-08-14 16:12:17 +02:00
bug1201.c
bug1211-ice-move-refs-1.c
bug1221.c
bug1222.c
bug1244.c
bug1245.c test related to issue #1245 2020-09-23 23:57:25 +02:00
bug1267.c
bug1332.c
call1.c
casttochar.c
cc65091020.c
cc65141002.c Removed executable bit. 2020-07-12 23:11:43 +02:00
cc65141011.c
cc65141022.c
cc65150311.c
char-bitfield.c Allow char bit-fields 2020-09-08 14:24:04 +02:00
char-promote.c Add tests for u8 op s16_const 2020-11-09 21:20:16 +01:00
common.h added makefile and common include 2014-11-22 17:02:46 +01:00
compare1.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
compare2.c
compare3.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare4.c
compare5.c
compare6.c
compare7.c
compare8.c
compare9.c
compare10.c
computedgoto.c
cq4.c
cq9.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq22.c
cq25.c
cq26.c
cq61.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq71.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq72.c
cq81.c
cq84.c
cq85.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq86.c
cq88.c
cq241.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq243.c
cq244.c
cq626.c
cq714.c
cq714b.c
cq715.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq757.c
cq7813.c
div-char-char.c tests for issue #169 2020-07-09 16:05:57 +02:00
div-common.h tests for issue #169 2020-07-09 16:05:57 +02:00
div-int-int.c
div-long-long.c tests for issue #169 2020-07-09 16:05:57 +02:00
duffs-device.c
enum-bitfield.c
fields.c
for.c
jmp-callax.c again, some TABs slipped into the code... 2019-04-30 18:21:13 +02:00
lib_common_atoi.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lib_common_ctype.c
lib_common_memmove.c
lib_common_mulxx.c
lib_common_strcat.c Removed workaround. 2017-04-04 15:51:00 +02:00
lib_common_strchr.c
lib_common_strcspn.c Removed workaround. 2017-04-04 15:52:01 +02:00
lib_common_strncat.c
lib_common_strol.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lib_common_strrchr.c
lib_common_strspn.c Removed workaround. 2017-04-04 15:53:14 +02:00
lib_common_strtoul.c
lz4.c
Makefile
mult1.c
nestfor.c
or1.c
plain-int-bitfield.c
pointed-array.c
pointer1.c
postdec-8-8.c
postdec-8-16.c
postdec-16-8.c
postdec-16-16.c
postinc-8-8.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
postinc-8-16.c
postinc-16-8.c
postinc-16-16.c
postincdec.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
pptest1.c reworked pptest1/4/5 into executable tests and moved to test/val 2020-07-21 14:58:15 +02:00
pptest3.c reworked pptest3 into an exectutable test and moved to test/val 2020-07-21 15:30:35 +02:00
pptest4.c reworked pptest1/4/5 into executable tests and moved to test/val 2020-07-21 14:58:15 +02:00
pptest5.c reworked pptest1/4/5 into executable tests and moved to test/val 2020-07-21 14:58:15 +02:00
pr1102.c
pr1110a.c
predec-8-8.c
predec-8-16.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
predec-16-8.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
predec-16-16.c
preinc-8-8.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
preinc-8-16.c
preinc-16-8.c
preinc-16-16.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
ptrfunc.c remove ifdef magic 2020-07-22 00:21:23 +02:00
rand.c rand() use XOR to break up unwanted pair correlation (#1107) 2020-07-21 23:38:18 +02:00
return-struct.c
rotate1.c
rotate2.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
rotate3.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
rotate4.c
rotate5.c
rotate6.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
rotate7.c
rotate8.c
shift-test.c
signal-test.c
snprintf-test.c
static-1.c
static-fwd-decl.c Add regression test for #204. 2017-03-09 20:40:20 +01:00
staticassert.c
strncmp-test.c
strnicmp-test.c
strpbrk-test.c
strtol-test.c
strtoul-test.c
struct1.c
sub1.c
sub2.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 Changed empty parameter lists into (void) lists on functions with asm() statements. 2019-07-16 13:16:02 -04:00
trampoline.c
unittest.h
void-size1.c
while.c
xor.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00