issues
search
nlsandler
/
writing-a-c-compiler-tests
Test cases for Writing a C Compiler
https://nostarch.com/writing-c-compiler
Other
172
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Some invalid tests may only succeed due to linker errors
#93
meithecatte
opened
2 weeks ago
1
make external linkage case test what it claims to test
#92
nlsandler
closed
3 weeks ago
0
Test parallelization
#91
nlsandler
opened
3 weeks ago
0
Give users more leeway to reject edge cases in different stages
#90
nlsandler
opened
3 weeks ago
0
Address some suggestions from Ruff and Pylint
#89
neuroevolutus
closed
2 weeks ago
0
Improve test samples to catch more errors.
#88
ysono
closed
1 week ago
2
In comments, fix typos.
#87
ysono
closed
2 weeks ago
2
In comments, fix typos on hex values
#86
ysono
closed
3 weeks ago
0
Update CI to use Ubuntu 24 images
#85
nlsandler
opened
4 weeks ago
0
Tests in chapter 4 contain not introduced tokens
#84
Leinnan
closed
1 month ago
2
Test runner hangs and is killed
#83
xqb64
closed
3 weeks ago
4
Better documentation/debugging output when compiler under test takes wrong command line option order
#82
nlsandler
opened
1 month ago
0
Compiler "failing" even though it is returning 0 for the case
#81
SunilPaul174
closed
1 month ago
8
Mistake in switch_case_declaration.c test?
#80
Nekketsu
closed
1 month ago
3
error message fix; fixes #78
#79
nlsandler
closed
2 months ago
0
Bad error message when testing intermediate stage
#78
nlsandler
closed
2 months ago
0
make Compiler CI tests pass on ubuntu 24.04 runner
#77
nlsandler
closed
2 months ago
0
"OK" despite linker errors?`
#76
xqb64
closed
2 months ago
1
Fix typo in constant_doubles.c
#75
mrjameshamilton
closed
2 months ago
1
Accept symlinks to compiler under test
#74
nlsandler
opened
2 months ago
0
Add missing noexec-stack note and other small fixes
#73
nlsandler
closed
2 months ago
0
Improve contributing experience
#72
nlsandler
opened
2 months ago
0
Making `mypy` type checking strict
#71
nlsandler
closed
2 months ago
0
`--chapter 1 --stage lex` runs invalid_parse
#70
xqb64
closed
2 months ago
9
Test from workflow fix
#69
nora-test-account
closed
2 months ago
1
Dummy change to open pr against fix-gh-workflow
#68
nora-test-account
closed
2 months ago
0
Dummy change in order to open a PR against main
#67
nora-test-account
closed
2 months ago
1
Fix typo I've found while doing chap17
#66
nlsandler
closed
2 months ago
1
pass full ref to test_each_chapter so we can check out forks correctly
#65
nlsandler
closed
2 months ago
0
Fix typo I've found while doing chap17
#64
hatoo
closed
2 months ago
4
Missing test case: mixed-case suffixes for unsigned longs
#63
nlsandler
opened
3 months ago
0
Cleaner failure reports
#62
zormit
opened
3 months ago
7
Make `compile_failure` report the case in a clearer way
#61
zormit
opened
3 months ago
1
update readme to reflect fact that we merged complete-test-suite branch
#60
nlsandler
closed
3 months ago
0
Missing test case: vertical tab and form feed are whitespace
#59
nlsandler
opened
3 months ago
0
coalescing test with one-byte operands
#58
nlsandler
closed
3 months ago
0
Dont coalesce movzx test
#57
nlsandler
closed
3 months ago
0
rename chapter_20/libraries to chapter_20/helper_libs - fixes #39
#56
nlsandler
closed
3 months ago
0
quadword coalescing and some comment cleanup
#55
nlsandler
closed
3 months ago
0
test for XMM support in george test
#54
nlsandler
closed
3 months ago
0
Another pt2 coalesce test
#53
nlsandler
closed
3 months ago
0
Template refactor
#52
nlsandler
closed
3 months ago
0
track indentation in comment-wrap jinja filters
#51
nlsandler
opened
3 months ago
0
Some chapter 20 Part II coalescing tests
#50
nlsandler
closed
3 months ago
0
assembly wrapper fix
#49
nlsandler
closed
3 months ago
0
Register allocation tests with ulong-to-double
#48
nlsandler
opened
3 months ago
0
Chapter 20 pt2
#47
nlsandler
closed
3 months ago
0
Missing test case: file names containing spaces and special characters
#46
nlsandler
opened
4 months ago
0
Show stdout on failure
#45
nlsandler
closed
4 months ago
0
Spaces in file path cause Python Exception
#44
picworker
closed
4 months ago
5
Next