From e4904c727933d8b6d79ec7a1fc3f371414a11a97 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Wed, 21 Feb 2018 15:57:15 +0000 Subject: COMPMID-765: Cleaned up FIXMEs - Removed FIXMEs from the scripts/ folder: the folder is automatically cleaned up by the release script - Removed negative tests Change-Id: Ia8c64456d8a6388b79b016088aa7f5509eaaf219 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121658 Tested-by: Jenkins Reviewed-by: Gian Marco Iodice --- scripts/add_copyright.py | 2 -- scripts/check_bad_style.sh | 1 - scripts/clang-tidy.h | 1 - scripts/clang_tidy_rules.py | 2 -- scripts/format_doxygen.py | 2 -- scripts/include_functions_kernels.py | 2 -- 6 files changed, 10 deletions(-) (limited to 'scripts') diff --git a/scripts/add_copyright.py b/scripts/add_copyright.py index a9d4929db8..ad1dab6f40 100755 --- a/scripts/add_copyright.py +++ b/scripts/add_copyright.py @@ -1,6 +1,4 @@ #!/usr/bin/env python3 -#FIXME: Remove this file before the release - import glob import os.path diff --git a/scripts/check_bad_style.sh b/scripts/check_bad_style.sh index c9fa57f8eb..e5dc15c218 100755 --- a/scripts/check_bad_style.sh +++ b/scripts/check_bad_style.sh @@ -1,5 +1,4 @@ #!/bin/bash -#FIXME: Remove this file before the release set -e diff --git a/scripts/clang-tidy.h b/scripts/clang-tidy.h index 318b85ed58..b3705122c6 100644 --- a/scripts/clang-tidy.h +++ b/scripts/clang-tidy.h @@ -1,5 +1,4 @@ #include -//FIXME: Remove this file before the release inline float16x4_t vrsqrts_f16 (float16x4_t, float16x4_t) { diff --git a/scripts/clang_tidy_rules.py b/scripts/clang_tidy_rules.py index fce84b0b9c..d6deee9b68 100755 --- a/scripts/clang_tidy_rules.py +++ b/scripts/clang_tidy_rules.py @@ -1,6 +1,4 @@ #!/usr/bin/env python -#FIXME: Remove this file before the release - import os import re import sys diff --git a/scripts/format_doxygen.py b/scripts/format_doxygen.py index e18f24eb52..5882958fc5 100755 --- a/scripts/format_doxygen.py +++ b/scripts/format_doxygen.py @@ -1,6 +1,4 @@ #!/usr/bin/env python3 -# FIXME: Remove before the release - import os.path import re import sys diff --git a/scripts/include_functions_kernels.py b/scripts/include_functions_kernels.py index 80d1fb28e9..074f7949b8 100755 --- a/scripts/include_functions_kernels.py +++ b/scripts/include_functions_kernels.py @@ -1,6 +1,4 @@ #!/usr/bin/env python -#FIXME: Remove this file before the release - import glob import collections import os -- cgit v1.2.1