commit | dd9c948bf7e9c99d66558cd5dac14f6dce78a52f | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon Jul 11 16:27:52 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Mon Jul 11 16:27:52 2016 -0700 |
tree | 1ecbfc3dd1c6826cfdd47c2fb42102c4833e994b | |
parent | 3c614cb52dede238e161f1937823e039b6fd77ba [diff] |
simpleperf: fix test record_cmd.dump_symbols. The test can fail when dumping an unknown symbol in a new shared library. The shared library is recorded in DsoRecord, but the unknown symbol may have been dumped. To fix this, don't dump unknown symbols, and make the test not enforcing DsoRecords and SymbolRecords to occur. Bug: 28114205 Change-Id: Ib01d0753710c68dd9538d8b635c6d9207fe7aa1c Test: run simpleperf_unit_test.