FEX/Scripts
Ryan Houdek 9fac1b8105 CI: Adds support for flakes
If a test is marked as a flake then it will be tried five times before
giving up.

Works around the problem of needing to babysit CI once a PR is pushed.
As long as we have all the flake tests marked.
2022-09-15 11:44:56 -07:00
..
aarch64_fit_native.py Scripts: Updates AArch64 fit for Clang 14 2022-04-01 18:08:02 -07:00
changelog_generator.py Updates release script to match what I want it to be 2021-04-02 11:49:19 -07:00
CheckBinfmtNotInstall.sh CMake: Check for binfmt_misc conflicts before install 2022-07-01 13:42:45 -07:00
CI_FetchRootFS.py Scripts: Add CI rootfs fetch script 2022-06-09 20:08:24 -07:00
ClassifyCPU.py unittests: Classify CPU based on CPU features 2022-06-30 13:55:38 -07:00
DefinitionExtract.py Scripts: Adds a new script for extracting function definitions 2021-09-30 18:35:43 -07:00
doc_outline_generator.py Scripts: Add a documentation comment in doc_outline_generator.py 2021-03-30 11:53:11 +03:00
FEXUpdateAOTIRCache.sh Fix generation script 2021-05-03 18:16:43 +03:00
generate_changelog.sh Docs/Versioning: Add Changelog Generator 2021-03-30 11:23:00 +03:00
generate_doc_outline.sh TestHarnessRunner: Don't setup a FEX Context when running host tests 2022-06-16 19:41:42 +00:00
generate_release.sh Scripts: Allow user override on tagged version 2022-06-04 18:06:28 -07:00
GenerateSyscallNumbers.py Syscalls: Prefix _ to shm syscall names to avoid namespace conflict 2022-09-05 02:39:42 -07:00
guest_test_runner.py CI: Adds support for flakes 2022-09-15 11:44:56 -07:00
InstallFEX.py New domain. 2022-09-02 10:43:07 -07:00
json_asm_config_parse.py
json_config_parse.py unittests: Support skipping unit tests based on host feature support 2022-08-14 20:04:26 -07:00
json_ir_config_parse.py
StructPackVerifier.py Linux: Minor struct verifier and types fixes 2021-09-30 18:08:05 -07:00
testharness_runner.py Have unit tests check for runner label 2021-03-22 09:03:48 -07:00
Threaded_Lockstep_Runner.py