mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Disable TEST_MAPPING for VtsHalNeuralnetworksV1_*TargetTest" am: bc24c9b37a am: 184e6dcebd
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2118707 Change-Id: Ib81ecc387650f8eadd559fd17956ee023c62b92d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -90,7 +90,6 @@ cc_test {
|
||||
"libneuralnetworks_headers",
|
||||
],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"vts",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -58,7 +58,6 @@ cc_test {
|
||||
"libneuralnetworks_headers",
|
||||
],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"vts",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -85,7 +85,6 @@ cc_test {
|
||||
"libneuralnetworks_headers",
|
||||
],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"vts",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -92,7 +92,6 @@ cc_test {
|
||||
"libneuralnetworks_headers",
|
||||
],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"vts",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -17,53 +17,9 @@
|
||||
},
|
||||
{
|
||||
"name": "neuralnetworks_utils_hal_aidl_test"
|
||||
},
|
||||
{
|
||||
"name": "VtsHalNeuralnetworksV1_0TargetTest",
|
||||
"options": [
|
||||
{
|
||||
// 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*"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "VtsHalNeuralnetworksV1_1TargetTest",
|
||||
"options": [
|
||||
{
|
||||
// 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*"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"presubmit-large": [
|
||||
{
|
||||
"name": "VtsHalNeuralnetworksV1_2TargetTest",
|
||||
"options": [
|
||||
{
|
||||
// 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*"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "VtsHalNeuralnetworksV1_3TargetTest",
|
||||
"options": [
|
||||
{
|
||||
// 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*"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "VtsHalNeuralnetworksTargetTest",
|
||||
"options": [
|
||||
|
||||
Reference in New Issue
Block a user