Skip to content

llvm/llvm-lnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e7d5e9f · Mar 15, 2025
Nov 9, 2017
Nov 9, 2021
Aug 28, 2024
Mar 15, 2022
Mar 15, 2025
Nov 17, 2017
Jul 18, 2024
Nov 9, 2017
Jan 20, 2021
Jan 15, 2021
Jan 19, 2019
Jan 10, 2018
Dec 18, 2015
Jun 11, 2024
Jan 14, 2021
Apr 29, 2020
Sep 13, 2021
Jun 26, 2017
Dec 20, 2018
Jul 18, 2024
May 4, 2022

Repository files navigation

LLVM "Nightly Test" Infrastructure

This directory and its subdirectories contain the LLVM nightly test infrastructure. This is technically version "4.0" of the LLVM nightly test architecture.

The infrastructure has the following layout:

$ROOT/lnt - Top-level Python 'lnt' module

$ROOT/lnt/server/db - Database schema, utilities, and examples of the LNT plist format.

$ROOT/docs - Sphinx documentation for LNT.

$ROOT/tests - Tests for the infrastructure.

For more information, see the web documentation, or docs/.

Testing

Testing is done by running tox from the top-level directory. It runs the tests for Python 3 and checks code style.