aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/GLES_COMPUTE/UNIT
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/GLES_COMPUTE/UNIT')
-rw-r--r--tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp2
-rw-r--r--tests/validation/GLES_COMPUTE/UNIT/MemoryManager.cpp6
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp b/tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp
index 72851a594c..6d57f84acc 100644
--- a/tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp
+++ b/tests/validation/GLES_COMPUTE/UNIT/DynamicTensor.cpp
@@ -64,7 +64,7 @@ using GCDynamicTensorType3SingleFunction = DynamicTensorType3SingleFunction<GCTe
* change the input and output size requesting more memory and go through the manage/allocate process.
* The memory manager should be able to update the inner structures and allocate the requested memory
* */
-FIXTURE_DATA_TEST_CASE(DynamicTensorType3Single, GCDynamicTensorType3SingleFunction, framework::DatasetMode::ALL,
+FIXTURE_DATA_TEST_CASE(DynamicTensorType3Single, GCDynamicTensorType3SingleFunction, framework::DatasetMode::NIGHTLY,
framework::dataset::zip(framework::dataset::make("Level0Shape", { TensorShape(12U, 11U, 3U), TensorShape(256U, 8U, 12U) }),
framework::dataset::make("Level1Shape", { TensorShape(67U, 31U, 15U), TensorShape(11U, 2U, 3U) })))
{
diff --git a/tests/validation/GLES_COMPUTE/UNIT/MemoryManager.cpp b/tests/validation/GLES_COMPUTE/UNIT/MemoryManager.cpp
index b4fd0eb5b8..d205a3b1c6 100644
--- a/tests/validation/GLES_COMPUTE/UNIT/MemoryManager.cpp
+++ b/tests/validation/GLES_COMPUTE/UNIT/MemoryManager.cpp
@@ -57,7 +57,7 @@ using GCBlobMemoryManagerSimpleWithinFunctionLevelFixture = BlobMemoryManagerSim
GCFullyConnectedLayer>;
FIXTURE_TEST_CASE(BlobMemoryManagerSimpleWithinFunctionLevel,
GCBlobMemoryManagerSimpleWithinFunctionLevelFixture,
- framework::DatasetMode::ALL)
+ framework::DatasetMode::NIGHTLY)
{
// Validate output
validate(GCAccessor(_target), _reference, tolerance_f32);
@@ -70,7 +70,7 @@ using GCBlobMemoryManagerReconfigureFixture = BlobMemoryManagerReconfigureTestCa
GCFullyConnectedLayer>;
FIXTURE_TEST_CASE(BlobMemoryManagerReconfigure,
GCBlobMemoryManagerReconfigureFixture,
- framework::DatasetMode::ALL)
+ framework::DatasetMode::NIGHTLY)
{
// Validate output
validate(GCAccessor(_target), _reference, tolerance_f32);
@@ -84,7 +84,7 @@ using GCBlobMemoryManagerReconfigure2Fixture = BlobMemoryManagerReconfigure2Test
GCSoftmaxLayer>;
FIXTURE_TEST_CASE(BlobMemoryManagerReconfigure2,
GCBlobMemoryManagerReconfigure2Fixture,
- framework::DatasetMode::ALL)
+ framework::DatasetMode::NIGHTLY)
{
// Validate output
validate(GCAccessor(_target), _reference, tolerance_f32);