Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test cstring failure for gcc targets #112

Open
0xc0170 opened this issue Nov 3, 2015 · 4 comments
Open

Test cstring failure for gcc targets #112

0xc0170 opened this issue Nov 3, 2015 · 4 comments
Labels

Comments

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 3, 2015

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: ARMmbed/target-mbed-gcc#17)

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

@bogdanm
Copy link
Contributor

bogdanm commented Nov 4, 2015

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

@rainierwolfcastle
Copy link

ARM Internal Ref: IOTSFW-1167

@PrzemekWirkus
Copy link
Contributor

There should be a simple way to disable / ignore test cases -> ARMmbed/greentea#36

@autopulated
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants