Skip to content

Commit

Permalink
[AUTO][RELEASE]: Bump submodules per manifest.yml for V202107.00
Browse files Browse the repository at this point in the history
  • Loading branch information
tianmc1 committed Jul 24, 2021
1 parent 176f1ca commit 67e5d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeRTOS/Test/litani
Submodule litani updated 64 files
+9 −4 .gitignore
+148 −0 CHANGELOG
+14 −3 README.md
+20 −3 bin/validate-run
+78 −0 doc/bin/build-html-doc
+30 −0 doc/bin/uniquify-header-ids
+143 −0 doc/configure
+0 −4 doc/foot.html
+0 −124 doc/head.html
+0 −393 doc/index.md
+0 −12 doc/litani-flow.dot
+158 −0 doc/src/man/litani-add-job.scdoc
+77 −0 doc/src/man/litani-init.scdoc
+49 −0 doc/src/man/litani-run-build.scdoc
+396 −0 doc/templates/index.jinja.html
+51 −0 lib/capabilities.py
+254 −0 lib/graph.py
+235 −0 lib/job_outcome.py
+155 −1 lib/litani.py
+332 −86 lib/litani_report.py
+194 −0 lib/ninja.py
+306 −0 lib/process.py
+152 −0 lib/validation.py
+238 −220 litani
+0 −62 litani-progress
+78 −18 templates/dashboard.jinja.html
+22 −0 templates/file-list.jinja.html
+38 −0 templates/memory-peak-box.jinja.gnu
+40 −0 templates/memory-trace.jinja.gnu
+223 −0 templates/outcome_table.jinja.html
+487 −14 templates/pipeline.jinja.html
+38 −0 templates/run-parallelism.jinja.gnu
+1 −2 templates/runtime-box.jinja.gnu
+6 −0 test/README
+0 −7 test/README.md
+0 −0 test/__init__.py
+71 −0 test/e2e/README
+145 −0 test/e2e/run
+0 −0 test/e2e/tests/__init__.py
+42 −0 test/e2e/tests/cwd.py
+63 −0 test/e2e/tests/no_pool_serialize.py
+53 −0 test/e2e/tests/no_pool_serialize_graph.py
+40 −0 test/e2e/tests/no_timed_out.py
+48 −0 test/e2e/tests/no_timed_out_timeout_ignored.py
+48 −0 test/e2e/tests/no_timed_out_timeout_ok.py
+76 −0 test/e2e/tests/pool_serialize.py
+57 −0 test/e2e/tests/pool_serialize_graph.py
+24 −7 test/e2e/tests/single_pool.py
+25 −7 test/e2e/tests/timed_out.py
+49 −0 test/e2e/tests/timed_out_timeout_ignored.py
+48 −0 test/e2e/tests/timed_out_timeout_ok.py
+22 −8 test/e2e/tests/zero_pool.py
+169 −0 test/run
+0 −133 test/run-tests
+0 −48 test/tests/1/Makefile
+0 −48 test/tests/2/Makefile
+0 −48 test/tests/3/Makefile
+0 −22 test/tests/3/litani-test.sh
+0 −48 test/tests/4/Makefile
+0 −22 test/tests/4/litani-test.sh
+0 −0 test/unit/__init__.py
+153 −0 test/unit/lockable_directory.py
+263 −0 test/unit/outcome_table_decider.py
+43 −0 test/unit/status_parser.py

0 comments on commit 67e5d4e

Please sign in to comment.