Skip to content

regression/cpp/virtual1 test failure #5337

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

Open
jamesjer opened this issue May 11, 2020 · 0 comments
Open

regression/cpp/virtual1 test failure #5337

jamesjer opened this issue May 11, 2020 · 0 comments

Comments

@jamesjer
Copy link

CBMC version: 5.12
Operating system: Linux (Fedora Rawhide)
Exact command line resulting in the issue: make check
What behaviour did you expect: test success
What happened instead: test failure

While building version 5.12 on an x86_64 Fedora Rawhide machine with gcc 10.1.1, the test suite reported a failure:

  ...
  Running virtual1/test.desc  [FAILED]
  Running windows_h_VS_2005/test.desc  [OK] in 4 seconds
  Running windows_h_VS_2008/test.desc  [OK] in 5 seconds
  Running windows_h_VS_2010/test.desc  [OK] in 4 seconds
  Running windows_h_VS_2012/test.desc  [OK] in 4 seconds

Tests failed
  1 of 96 tests failed, 3 tests skipped


Failed test: virtual1
/usr/include/bits/floatn.h:74:1: error: unexpected cpp type: complex
  * #source_location: 
    * file: /usr/include/bits/floatn.h
    * line: 74
  0: floatbv
      * width: 32
      * f: 23
      * #c_type: float
 typedef _Complex float __cfloat128 __attribute__ ((__mode__ (__TC__)));
CONVERSION ERROR

EXIT=1
SIGNAL=0



Failed test.desc lines:
^EXIT=0$ [FAILED]
^CONVERSION ERROR$ [FAILED]
make[2]: Leaving directory '/builddir/build/BUILD/cbmc-cbmc-5.12/regression/cpp'
make[2]: *** [Makefile:13: test] Error 1
make[1]: *** [Makefile:64: cpp] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants