0 branches
Tree
Top files
Clone with HTTPS:
README.md
cgen: fix error for dereference mut interface in loop (fix #13913) (#13941)
4 years ago
535 bytes
cast_aliases_on_generics_type.vv
tests: run `v fmt -w` over *.vv, when the semantics are the same; unify style; discover fmt bugs, to be filed separately (#22241)
1 year ago
395 bytes
shared_in_alias_test.vv
cgen: better alias handling for references/shared (#17656)
3 years ago
189 bytes
Run the tests here with: v vlib/v/tests/known_errors/known_errors_test.v
The intended use of this, is for providing samples, that currently do NOT compile, but that a future compiler improvement WILL be able to compile, and to track, whether they were not fixed incidentally, due to an unrelated change/improvement. For example, code that triggers generating invalid C code can go here, and later when a bug is fixed, can be moved to a proper _test.v or .vv/.out pair, outside of the vlib/v/tests/known_errors/testdata/ folder.