ARMmbed / mbed-drivers

Drivers for common MCU peripherals in mbed OS.
Other
39 stars 42 forks source link

Test cstring failure for gcc targets #112

Open 0xc0170 opened 8 years ago

0xc0170 commented 8 years ago

The test was ported from mbed, where floats are enabled for libraries, which is not a case for our current gcc targets, thus this test fail for gcc, but not for armcc. We should remove floats testing as it's not true for all targets (issue tracking under mbed-target-gcc: https://github.com/ARMmbed/target-mbed-gcc/issues/17)

File reference: https://github.com/ARMmbed/mbed-drivers/blob/master/test/cstring/main.cpp#L63

bogdanm commented 8 years ago

I believe this test should be ignored for now, until we figure out how to fix the floating point issue in mbedOS.

rainierwolfcastle commented 8 years ago

ARM Internal Ref: IOTSFW-1167

PrzemekWirkus commented 8 years ago

There should be a simple way to disable / ignore test cases -> https://github.com/ARMmbed/greentea/issues/36

autopulated commented 8 years ago

If you're running tests with yotta test, you can add them to .yotta_ignore to ignore them.