| commit | d7a12fbf95c15cb77cd88f91ebc97d2e4208ed16 | [log] [tgz] |
|---|---|---|
| author | Louis Dionne <ldionne.2@gmail.com> | Thu Oct 09 16:40:20 2025 -0400 |
| committer | GitHub <noreply@github.com> | Thu Oct 09 16:40:20 2025 -0400 |
| tree | c85f22148aaa0e794b684e8d2d644dc877f1cb62 | |
| parent | d2339d3a1ee8f2056855118502980acac871207c [diff] |
Ensure aggregation function dropdowns expand to valid HTML (#79) While browsers seem to accept slightly invalid HTML with two double quotes, the V4Pages.py test doesn't. This resolves a test failure inside V4Pages.py, which is only visible after upgrading various dependencies.
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 is done by running tox from the top-level directory. It runs the tests for Python 3 and checks code style.