bloomberg/bde

One compile error + 25 test cases failures for me

yujiezha opened this issue · 5 comments

  • In /groups/bsl/bslmf/bslmf_memberfunctionpointertraits.h for bslmf_Tag: changing it to bslmf::Tag fixes the issue
  • Attached unit test results: 25/806 tests have failed. (11m40.624s) (Maybe I missed out some evn?) I've attached my full testlog
    bde_testlog.txt

The compile error should be fixed by the most recent push.

As to the test failures, could you tell me the compiler and platform you are building on? (Including memory size, number of cores, and whether or not the tests are running in a VM?) I'm not too concerned about the timeouts and the test failures in btl -- our btl tests are quite environment-dependent and need to be re-thought. The issues in bal definitely need to be looked into.

Thanks!

Thanks. I ran it in a VM that runs Debian 64-bit, with allocated memory of 4G and core of 2,

OK. The VM part will account for the timeouts in the atomics tests. What compiler?

g++

Closing stale issues.