aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/Phase.cpp
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2020-11-24 00:16:49 +0000
committerMichalis Spyrou <michalis.spyrou@arm.com>2020-11-24 13:52:36 +0000
commitcac09dc7c9b9fed58f8c9c2a611840592be40bf9 (patch)
tree0abd9a566524b9a095e7fbf1bca52890152240cb /tests/validation/CL/Phase.cpp
parentbaeef3d25545257db80d126fbb5624ceb22ba660 (diff)
downloadComputeLibrary-cac09dc7c9b9fed58f8c9c2a611840592be40bf9.tar.gz
COMPMID-4019: Disable CV/GLES from running on precommits
Moving all GLES and CV tests on nightlies. Change-Id: I0f4288dc2f23bafea1597a4046c2953bdefcc3d7 Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4535 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/CL/Phase.cpp')
-rw-r--r--tests/validation/CL/Phase.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/validation/CL/Phase.cpp b/tests/validation/CL/Phase.cpp
index 137815040a..be7f9df2be 100644
--- a/tests/validation/CL/Phase.cpp
+++ b/tests/validation/CL/Phase.cpp
@@ -49,8 +49,8 @@ template <typename T>
using CLPhaseFixture = PhaseValidationFixture<CLTensor, CLAccessor, CLPhase, T>;
TEST_SUITE(S16)
-FIXTURE_DATA_TEST_CASE(RunSmall, CLPhaseFixture<int16_t>, framework::DatasetMode::PRECOMMIT, combine(combine(datasets::SmallShapes(), framework::dataset::make("Format", Format::S16)),
- framework::dataset::make("PhaseType", { PhaseType::SIGNED, PhaseType::UNSIGNED })))
+FIXTURE_DATA_TEST_CASE(RunSmall, CLPhaseFixture<int16_t>, framework::DatasetMode::NIGHTLY, combine(combine(datasets::SmallShapes(), framework::dataset::make("Format", Format::S16)),
+ framework::dataset::make("PhaseType", { PhaseType::SIGNED, PhaseType::UNSIGNED })))
{
// Validate output
validate_wrap(CLAccessor(_target), _reference, tolerance_value, 0);
@@ -65,8 +65,8 @@ FIXTURE_DATA_TEST_CASE(RunLarge, CLPhaseFixture<int16_t>, framework::DatasetMode
TEST_SUITE_END() // S16
TEST_SUITE(S32)
-FIXTURE_DATA_TEST_CASE(RunSmall, CLPhaseFixture<int32_t>, framework::DatasetMode::PRECOMMIT, combine(combine(datasets::SmallShapes(), framework::dataset::make("Format", Format::S32)),
- framework::dataset::make("PhaseType", { PhaseType::SIGNED, PhaseType::UNSIGNED })))
+FIXTURE_DATA_TEST_CASE(RunSmall, CLPhaseFixture<int32_t>, framework::DatasetMode::NIGHTLY, combine(combine(datasets::SmallShapes(), framework::dataset::make("Format", Format::S32)),
+ framework::dataset::make("PhaseType", { PhaseType::SIGNED, PhaseType::UNSIGNED })))
{
// Validate output
validate_wrap(CLAccessor(_target), _reference, tolerance_value, 0);