Project

General

Profile

Bug #3338

Updated by Junxiao Shi over 6 years ago

ndn-cxx:commit:bd2cedbefd37be734f8cbd692e6c72c5d2f31122 ndn-cxx:commit:56b0bf8ff93b122d1f57d7d4669fe988b090a208 

 Steps to reproduce: 

 1. `./waf configure --with-tests --debug --without-pch --without-osx-keychain --enable-static --disable-shared` 
 2. `./waf` 
 3. `build/unit-tests -l test_suite` 

 Expected: no test failure   
 Actual: test failures in `Security/Tpm/TestBackEnd`, `Security/V1/TestKeyChain/ConstructorEmptyConfig`, `Security/V1/TestSecTpmOsx/Delete`, `Security/V1/TestSecTpmOsx/SignVerify` SecurityKeyChain/ConstructorEmptyConfig, SecuritySecTpmOsx/Delete, SecuritySecTpmOsx/SignVerify

Back