summaryrefslogtreecommitdiffstats
path: root/neuralnetworks
diff options
context:
space:
mode:
authorMichael Butler <butlermichael@google.com>2019-11-01 12:00:55 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-11-01 12:00:55 -0700
commitb2e17dd9cd7f4a4099c732aad4dddce1afc84075 (patch)
tree7da55d56359a5a2859b29f32022306eb9160bf4a /neuralnetworks
parente08a89e47558b853b328f8643726b7cf0a705641 (diff)
parentb64ab1daa471f66c4ae93d0c541c86e78337ca05 (diff)
downloadplatform_hardware_interfaces-b2e17dd9cd7f4a4099c732aad4dddce1afc84075.tar.gz
platform_hardware_interfaces-b2e17dd9cd7f4a4099c732aad4dddce1afc84075.tar.bz2
platform_hardware_interfaces-b2e17dd9cd7f4a4099c732aad4dddce1afc84075.zip
Merge "Change NNAPI VTS TEST_MAPPING to restrict testing on sample drivers" am: 3d3c792bb8 am: fb196c4365
am: b64ab1daa4 Change-Id: Ie9ba34ca05702a7a254c6f07db5d975032e3ae86
Diffstat (limited to 'neuralnetworks')
-rw-r--r--neuralnetworks/TEST_MAPPING32
1 files changed, 16 insertions, 16 deletions
diff --git a/neuralnetworks/TEST_MAPPING b/neuralnetworks/TEST_MAPPING
index bbf34f7c3e..0cefffad61 100644
--- a/neuralnetworks/TEST_MAPPING
+++ b/neuralnetworks/TEST_MAPPING
@@ -4,10 +4,10 @@
"name": "VtsHalNeuralnetworksV1_0TargetTest",
"options": [
{
- // Just use sample-all driver for presubmit tests for faster results.
- // The other sample drivers (fast-float, quant, etc.) are subsets of
- // sample-all.
- "include-filter": "*sample_all*"
+ // Do not use any sample driver except sample-all in order to reduce
+ // testing time. The other sample drivers (fast-float, quant, etc.)
+ // are subsets of sample-all.
+ "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
}
]
},
@@ -15,10 +15,10 @@
"name": "VtsHalNeuralnetworksV1_1TargetTest",
"options": [
{
- // Just use sample-all driver for presubmit tests for faster results.
- // The other sample drivers (fast-float, quant, etc.) are subsets of
- // sample-all.
- "include-filter": "*sample_all*"
+ // Do not use any sample driver except sample-all in order to reduce
+ // testing time. The other sample drivers (fast-float, quant, etc.)
+ // are subsets of sample-all.
+ "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
}
]
},
@@ -26,10 +26,10 @@
"name": "VtsHalNeuralnetworksV1_2TargetTest",
"options": [
{
- // Just use sample-all driver for presubmit tests for faster results.
- // The other sample drivers (fast-float, quant, etc.) are subsets of
- // sample-all.
- "include-filter": "*sample_all*"
+ // Do not use any sample driver except sample-all in order to reduce
+ // testing time. The other sample drivers (fast-float, quant, etc.)
+ // are subsets of sample-all.
+ "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
}
]
},
@@ -37,10 +37,10 @@
"name": "VtsHalNeuralnetworksV1_3TargetTest",
"options": [
{
- // Just use sample-all driver for presubmit tests for faster results.
- // The other sample drivers (fast-float, quant, etc.) are subsets of
- // sample-all.
- "include-filter": "*sample_all*"
+ // Do not use any sample driver except sample-all in order to reduce
+ // testing time. The other sample drivers (fast-float, quant, etc.)
+ // are subsets of sample-all.
+ "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
}
]
}