File tree
4 files changed
+7
-260
lines changed- test/cbmc
- proofs
4 files changed
+7
-260
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 |
|
- .gitignore+9-4
- CHANGELOG+91
- README.md+9-4
- bin/validate-run+20-3
- doc/bin/build-html-doc+78
- doc/bin/uniquify-header-ids+30
- doc/configure+143
- doc/foot.html-4
- doc/head.html-124
- doc/index.md-393
- doc/litani-flow.dot-12
- doc/src/man/litani-add-job.scdoc+158
- doc/src/man/litani-init.scdoc+77
- doc/src/man/litani-run-build.scdoc+49
- doc/templates/index.jinja.html+396
- lib/capabilities.py+8-1
- lib/graph.py+112-20
- lib/job_outcome.py+235
- lib/litani.py+5-1
- lib/litani_report.py+306-80
- lib/ninja.py+194
- lib/process.py+306
- lib/validation.py+152
- litani+191-200
- litani-progress-62
- templates/dashboard.jinja.html+29-12
- templates/memory-peak-box.jinja.gnu+38
- templates/memory-trace.jinja.gnu+40
- templates/outcome_table.jinja.html+223
- templates/pipeline.jinja.html+450-14
- templates/run-parallelism.jinja.gnu+38
- templates/runtime-box.jinja.gnu+1-2
- test/README+6
- test/__init__.py
- test/e2e/README+71
- test/e2e/run+145
- test/e2e/tests/__init__.py
- test/e2e/tests/cwd.py+42
- test/e2e/tests/no_pool_serialize.py+63
- test/e2e/tests/no_pool_serialize_graph.py+53
- test/e2e/tests/no_timed_out.py+40
- test/e2e/tests/no_timed_out_timeout_ignored.py+48
- test/e2e/tests/no_timed_out_timeout_ok.py+48
- test/e2e/tests/pool_serialize.py+76
- test/e2e/tests/pool_serialize_graph.py+57
- test/e2e/tests/single_pool.py+39
- test/e2e/tests/timed_out.py+40
- test/e2e/tests/timed_out_timeout_ignored.py+49
- test/e2e/tests/timed_out_timeout_ok.py+48
- test/e2e/tests/zero_pool.py+22-8
- test/run+169
- test/unit/__init__.py
- test/unit/lockable_directory.py
- test/unit/outcome_table_decider.py+263
- test/unit/status_parser.py+43
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
0 commit comments