dotdotpan / exceptions4c

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

requirement_z02 failed on Clang v1.0 / Mac OS X v10.6 #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Platform behavior when returning EXIT_FAILURE

requirement_z02 failed.

 Library version: 2003011
    Architecture: ...
Operating system: Mac OS X v10.6
    IDE/Compiler: Clang v1.0

        __STDC__: 1
__STDC_VERSION__: 199901
          NDEBUG: not defined
  E4C_THREADSAFE: not defined
  E4C_NOKEYWORDS: not defined
   _POSIX_SOURCE: not defined

Exit code: NOK (256)
   Output: OK
    Error: OK

Please provide any additional information below:

I think that WEXITSTATUS is also needed on this platform (but _POSIX_SOURCE is 
undefined).

This issue was detected thanks to dreamlax, who sent me the test reports.

Original issue reported on code.google.com by guillermocalvo on 18 Jan 2011 at 8:46

GoogleCodeExporter commented 9 years ago
The same tests fail on GCC v4.2.1 / Mac OS X v10.6.

Original comment by guillermocalvo on 18 Jan 2011 at 8:51

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r222.

Original comment by guillermocalvo on 22 Jan 2011 at 7:12