DynamoRIO/drmemory

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

Open

#1.636 geöffnet am 28. Nov. 2014

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C (289 Forks)auto 404
Component-TestsMaintainabilityMigratedPriority-MediumType-Featurehelp wanted

Repository-Metriken

Stars
 (2.727 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide