dotdotpan / exceptions4c

Automatically exported from code.google.com/p/exceptions4c
0 stars 0 forks source link

Many unit tests fail on QNX Neutrino 6.5 SP1 on ARM platform #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download convenience Makefile for test framework
2. Change compiler from "gcc" to "qcc" in Makefile
3. Make all and deploy e4c_test on target/simulator
4. Execute tests

What is the expected output? What do you see instead?
Expected all tests to pass but many of them fail.

What version of the product are you using? On what operating system?
Current e4c 3.0.2 on QNX Neutrino 6.5 SP1 with ARM-V7 CPU.

Please provide any additional information below.
Maybe you can reproduce this issue on your linux box with the Blackberry 10 NDK 
and the simulator. Both are available on 
http://developer.blackberry.com/native/download/#blackberry10

Pls. find attached the generated HTML test report.

Original issue reported on code.google.com by michael....@gmail.com on 8 Aug 2013 at 1:16

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting! I'll try to reproduce the errors and find out what's 
going on. In the meantime, it might be helpful for me to know if your compiler 
yielded any warnings, and the optimization options used.

Original comment by guillermocalvo on 8 Aug 2013 at 11:53

GoogleCodeExporter commented 9 years ago
I've just replaced the gcc command with qcc command and added no additional 
optimization flags. Please find attached the whole output of "make all" 
including stderr.

Original comment by michael....@gmail.com on 9 Aug 2013 at 6:08

Attachments: