This is an archive of the discontinued LLVM Phabricator instance.

Change session log filename pattern: test before arch
ClosedPublic

Authored by vharron on May 10 2015, 8:41 AM.

Details

Summary

This is a very minor change.

Just reshuffle the elements of the log filename so that the test name comes before the arch/compiler

Before:
Failure-x86_64-clang-TestCModules.CModulesTestCase.test_expr_with_dwarf.log

After:
Failure-TestCModules.CModulesTestCase.test_expr_with_dwarf-x86_64-clang.log

This way, results are grouped by test name, not by arch. I think this is much more useful.

Diff Detail

Repository
rL LLVM

Event Timeline

vharron updated this revision to Diff 25431.May 10 2015, 8:41 AM
vharron retitled this revision from to Change session log filename pattern: test before arch.
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added a reviewer: clayborg.
vharron added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.May 11 2015, 10:07 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.May 11 2015, 10:07 AM
This revision was automatically updated to reflect the committed changes.