This is an archive of the discontinued LLVM Phabricator instance.

[LNT] API: add Tests resource.
ClosedPublic

Authored by marxin on May 22 2018, 1:37 AM.

Details

Summary

Very similar to: https://reviews.llvm.org/D44007

It prints:

{"generated_by": "LNT Server v0.4.2.dev0", "tests": [{"id": 1, "name": "SPEC/SPEC2006/INT/400.perlbench/elf"}, {"id": 2, "name": "SPEC/SPEC2006/INT/400.perlbench/elf/relocations"}, {"id": 3, "name": "SPEC/SPEC2006/INT/400.perlbench/elf/symbols"}, {"id": 4, "name": "SPEC/SPEC2006/INT/400.perlbench/elf/sections/text"}, {"id": 5, "name": "SPEC/SPEC2006/INT/400.perlbench/elf/sections/debug"}, {"id": 6, "name": "SPEC/SPEC2006/INT/400.perlbench/elf/sections/eh"}, {"id": 7, "name": "SPEC/SPEC2006/INT/400.perlbench/elf/sections/data"}, {"id": 8, "name": "SPEC/SPEC2006/INT/400.perlbench/elf/sections/rodata"}, {"id": 9, "name": "SPEC/SPEC2006/INT/400.perlbench/elf/sections/relocation"}, {"id": 10, "name": "SPEC/SPEC2006/INT/400.perlbench"}, {"id": 11, "name": "SPEC/SPEC2006/INT/401.bzip2/elf"}
...

Diff Detail

Repository
rL LLVM

Event Timeline

marxin created this revision.May 22 2018, 1:37 AM
cmatthews accepted this revision.May 22 2018, 1:58 PM

Very useful. Thanks!

This revision is now accepted and ready to land.May 22 2018, 1:58 PM
This revision was automatically updated to reflect the committed changes.