1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-24 14:17:23 +00:00
Commit Graph

364 Commits

Author SHA1 Message Date
mrdudz 15047d9754 simple test related to #1678 2022-07-21 03:22:52 +02:00
mrdudz b8d0bd7f95 Add a directory for tests that exercise the supported C standard differences.
As a first test added the snippet given in issue #1670
2022-07-21 03:22:52 +02:00
mrdudz 4ddbe5f838 test related to issue #1652, shows regression broken by #1231 and the
case that #1231 improved.
2022-07-21 03:22:52 +02:00
mrdudz ab7079df00 add sourcelines to the generated asm for easier inspection,
redirect output of sim65, including cycle count, into a seperate .out file per program
2022-07-21 03:22:52 +02:00
mrdudz 976c6af74b test some more cases that should not change size 2022-07-21 03:20:45 +02:00
mrdudz 72e2751bfd added a test that must fail 2022-07-21 03:20:45 +02:00
mrdudz 87d26b68f4 fix workdir path 2022-07-21 03:20:45 +02:00
mrdudz 623d763457 added a testprogram to check for some of the edge cases 2022-07-21 03:20:45 +02:00
acqn 933e8c967d Testcases for long bit-fields. 2022-07-21 03:20:45 +02:00
mrdudz 9d3cdc5a10 remove dangling spaces 2022-07-21 03:20:44 +02:00
mrdudz be22b8ad4d add missing newline to a bunch of files 2022-07-21 03:20:44 +02:00
mrdudz cbbdd3d9cf remove a bunch of TABs 2022-07-21 03:20:44 +02:00
mrdudz eb2f2a2fca fix #warning directive so the test could actually compile :) 2022-07-21 03:20:44 +02:00
acqn 43abc5b01f Fixed signed long comparisons with smaller unsigned types. 2022-07-21 03:18:13 +02:00
acqn 0dc82c0d11 Fixed test/asm/listing/Makefile with mingw32-make.exe that has problems with comments lead with tabulators. 2022-07-21 03:18:13 +02:00
acqn e95184e20e Testcase for #1675. 2022-07-21 03:18:13 +02:00
Greg King 74bdc06529 Added a more general test to test/val/bug1690.c 2022-07-21 03:18:13 +02:00
acqn 1579d2ec41 Fixed OptCmp1 with certain code patterns with labels. 2022-07-21 03:18:13 +02:00
Jeff Tranter ba13ba32a1 Fix some commonly made spelling errors in comments. 2022-07-21 03:18:13 +02:00
Spiro Trikaliotis 49bf32dc06 Add proper readmes 2022-07-21 03:18:13 +02:00
Spiro Trikaliotis e85d7756a6 Rename target test to asm 2022-07-21 03:18:13 +02:00
Spiro Trikaliotis 2edd9543ce Reorganized test/asm 2022-07-21 03:18:13 +02:00
acqn 479f450d11 Testcase for #1662. 2022-07-21 03:18:13 +02:00
mrdudz 86f1965202 added test related to issue #1552 fixed in pr #1571 2021-09-28 18:55:23 +02:00
mrdudz 6ba8a385a0 add test related tu issue #1562 2021-09-28 18:11:23 +02:00
acqn 31128d4809 Added test cases for result types of certain operations. 2021-06-10 21:54:32 +02:00
acqn d69e81cd66 Moved and improved test cases for Issue #1462.
Fixed an old test case for unsigned enum bit-fields that are supposed to be int-promoted.
2021-06-09 08:03:12 +02:00
mrdudz 010eea12a2 move test for issue #1211 into misc 2021-05-25 13:38:06 +02:00
mrdudz 022935320c test for issue #897 2021-05-24 14:30:10 +02:00
mrdudz ae3d3a4b5d make readme a bit more clear (hopefully) 2021-05-24 13:53:44 +02:00
mrdudz adda9438d2 testcase for issue #1357 2021-05-24 13:53:14 +02:00
mrdudz 0db23a8951 testcase for issue #263 2021-05-23 18:55:06 +02:00
mrdudz b08dc28cc1 another testcase related to issue #1462 2021-05-22 22:34:52 +02:00
mrdudz e13f57e86c added another testcase for issue #1462 2021-05-21 16:09:10 +02:00
mrdudz 4a57656f69 add test for issue #1504 2021-05-17 14:40:09 +02:00
mrdudz d736032675 added a missing comment 2021-05-17 14:25:33 +02:00
Christian Groessler 09e0e74124 (again) remove TABs 2021-05-13 18:12:12 +02:00
Andrea Odetti 467844963a Update failing test due to error format changes. 2021-05-11 17:41:59 +02:00
mrdudz f3663b8d2e added test for issue #1461 2021-04-28 14:21:48 +02:00
mrdudz 080cb1bac9 added testcase for issue #1462 2021-04-23 21:52:36 +02:00
Oliver Schmidt a982f6a668 Removed obsolete file.
https://github.com/cc65/cc65/commit/c658acbf850e32508ea0e14f0f62d675a009c7d9 made this file unnecessary.
2021-04-18 21:14:49 +02:00
acqn 5f8d163045 Moved one test case for #1209. 2021-04-06 22:20:39 +02:00
acqn 39700c77ee Added test case for Issue #1451. 2021-04-05 15:49:54 +02:00
acqn 5d05451ab2 Fixed test case for Issue #1263. 2021-04-03 17:50:46 +02:00
acqn cb8fbf4772 Removed the non-existing-in-C "struct/union scope" for structs/unions.
Fixed handling of struct/union field declarations without identifiers, which do nothing.
2021-03-29 19:28:22 +02:00
mrdudz bf1bb7a032 ooopsie :) 2021-03-27 15:13:32 +01:00
mrdudz 54920193e5 added test for issue #1438 2021-03-27 15:11:47 +01:00
mrdudz 02392d6220 added test related to issue #1437 2021-03-26 22:18:05 +01:00
mrdudz d3cd668585 also test (some of) the cases with an external function 2021-03-22 23:37:33 +01:00
mrdudz 55e89416cd test related to issue #1196 and pr #1424 respectively 2021-03-22 19:12:44 +01:00