From edb4df821b88a046533e5f2ff13a0ebff08f2f8c Mon Sep 17 00:00:00 2001 From: knj Date: Fri, 17 Feb 2023 09:16:12 +0100 Subject: [PATCH] rename generic to default --- .../{generic_issue.md => default.md} | 0 .gitlab/issue_templates/sanitizer_error.md | 39 +++++++++++++++++++ 2 files changed, 39 insertions(+) rename .gitlab/issue_templates/{generic_issue.md => default.md} (100%) create mode 100644 .gitlab/issue_templates/sanitizer_error.md diff --git a/.gitlab/issue_templates/generic_issue.md b/.gitlab/issue_templates/default.md similarity index 100% rename from .gitlab/issue_templates/generic_issue.md rename to .gitlab/issue_templates/default.md diff --git a/.gitlab/issue_templates/sanitizer_error.md b/.gitlab/issue_templates/sanitizer_error.md new file mode 100644 index 0000000000..10ba7c7991 --- /dev/null +++ b/.gitlab/issue_templates/sanitizer_error.md @@ -0,0 +1,39 @@ +### Basic info + +- Commit SHA: + +### Bug description + +Clang (msan/asan?) sanitizer test in pipeline found an error: + + +``` + +``` + + +Link to test pipeline: XXX + +### Ways to reproduce + +Using the [scripts](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/wikis/Software-development/pyivastest-howto#how-to-reproduce-tests): + + +``` +python3 scripts/IvasBuildAndRunChecks.py --checks CLANGX -m MODE -p /path/to/my/local/ci_linux_ltv_local.json +``` +or directly: + +``` +make clean +make -j CLANG=X +./IVAS_cod ... +eid-xor -vbr -fer bit ep_015.g192 bit_fer +./IVAS_dec ... +``` + + + +/label ~"Priority::Critical" ~Company: ~Subpart: +/label ~Type:Bug ~Status::ToDo -- GitLab