Loading ci/run_scheduled_sanitizer_test.py +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ SCRIPT_DIR = pathlib.Path("./scripts").resolve() DURATION = "120" CFG = "ci_linux_ltv.json" SUPPORTED_TESTS = ["CLANG1", "CLANG2", "CLANG3"] USAN_SUPP_FILE = SCRIPT_DIR.joinpath("ubsan.supp") EP_FILE = "ep_015.g192" DLY_PROFILE_IN = SCRIPT_DIR.joinpath("dly_error_profiles/dly_error_profile_5.dat") DLY_PROFILE_OUT = "dly_profile.dat" Loading Loading @@ -145,6 +146,8 @@ def run_check(in_format: str, out_formats: list, tests: list, run_fec: bool = Tr "--oc", *out_formats, *md_file_command, "--usan_supp_file", USAN_SUPP_FILE, ] print( Loading Loading
ci/run_scheduled_sanitizer_test.py +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ SCRIPT_DIR = pathlib.Path("./scripts").resolve() DURATION = "120" CFG = "ci_linux_ltv.json" SUPPORTED_TESTS = ["CLANG1", "CLANG2", "CLANG3"] USAN_SUPP_FILE = SCRIPT_DIR.joinpath("ubsan.supp") EP_FILE = "ep_015.g192" DLY_PROFILE_IN = SCRIPT_DIR.joinpath("dly_error_profiles/dly_error_profile_5.dat") DLY_PROFILE_OUT = "dly_profile.dat" Loading Loading @@ -145,6 +146,8 @@ def run_check(in_format: str, out_formats: list, tests: list, run_fec: bool = Tr "--oc", *out_formats, *md_file_command, "--usan_supp_file", USAN_SUPP_FILE, ] print( Loading