aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-02-21 15:57:15 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:47:40 +0000
commite4904c727933d8b6d79ec7a1fc3f371414a11a97 (patch)
treeda8dab956f33bb6d2a85c5ffcb1ba156ef14bdce /scripts
parent7ef90180584d2994ae43f222818e2bbd5288ffa4 (diff)
downloadComputeLibrary-e4904c727933d8b6d79ec7a1fc3f371414a11a97.tar.gz
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 <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/add_copyright.py2
-rwxr-xr-xscripts/check_bad_style.sh1
-rw-r--r--scripts/clang-tidy.h1
-rwxr-xr-xscripts/clang_tidy_rules.py2
-rwxr-xr-xscripts/format_doxygen.py2
-rwxr-xr-xscripts/include_functions_kernels.py2
6 files changed, 0 insertions, 10 deletions
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 <arm_neon.h>
-//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