Updated pcode tests for PIC30 issues.

This commit is contained in:
ghidorahrex 2019-07-19 13:21:30 -04:00
parent 05d9679a3d
commit d7877b0353
8 changed files with 25 additions and 22 deletions

View file

@ -600,7 +600,7 @@ PCodeTest({
# Currently the 'omitted' option is only supported by the SDCC toolchain!
# Causes a bit of funk with tpp.py still including references to these
# tests in cunit_main.c but the compiler accepts it with a warning.
'omitted': {'PointerManipulation', 'StructUnionManipulation'},
'skip_files': ['PointerManipulation.test', 'StructUnionManipulation.test'],
# These tests are omitted because the SDCC compiler doesn't properly handle
# structs in functions and requires a more strict format than ANSI C requires.
})