DynamoRIO/drmemory

Use annotations to make tests more maintainable via intra-test checks rather than requiring golden output

Open

#1,636 opened on 2014年11月28日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C (289 forks)auto 404
Component-TestsMaintainabilityMigratedPriority-MediumType-Featurehelp wanted

Repository metrics

Stars
 (2,727 stars)
PR merge metrics
 (PR metrics pending)

説明

From bruen...@google.com on September 19, 2014 19:17:14

Once we have annotations fully implemented (xref issue #573 , issue #283 , issue #572 ) we should use them to reduce the amount of "golden output" literal line numbers we have to match, which are a real pain when changing test code. We should keep some of them for true end-to-end testing.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=1636

コントリビューターガイド