Eli Schwartz
59d4f771d2
editorconfig: add setting to trim trailing whitespace
...
and clean up all outstanding issues
Skip 'test cases/common/141 special characters/meson.build' since it
intentionally uses trailing newlines.
3 years ago
Jussi Pakkanen
9ab12ca85e
Force unity builds off in Flex test.
3 years ago
Jussi Pakkanen
8f5e1649aa
Pass a test file to flex test.
3 years ago
Adrien Plazas
042adba204
Make the flex test case work
...
This adds the noyywrap option so flex doesn't wait for more input once
we reached EOF. This also adds the nounput and noinput options to fix
compilation warnings.
We can now run the test as expected.
3 years ago
Jon Turney
538b347218
Add expected skip annotations for non-linux CI runs to framework tests
3 years ago
Dylan Baker
40258cd29e
tests/frameeworks 8/flex: fix undefined functions
...
Some compilers don't have explicit errors for undefined functions
enabled by default. Apple clang seems to.
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Jon Turney
8a48e43fd9
In test cases/frameworks/8 flex, ensure yyparse() is prototyped
...
Old versions of bison (including the one shipped with macOS) do not
prototype yyparse(), just in case you are using a K&R compiler...
7 years ago
Jon Turney
b5edf78204
Skip test cases/frameworks/8 flex if flex or bison not found
7 years ago
Jussi Pakkanen
8d45972ee3
Add flex+bison test case.
10 years ago