From: Prasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 Date: Mon, 24 Dec 2018 05:04:36 +0000 (+0530) Subject: Arrange GTests in linux skip lists in order (#4092) X-Git-Tag: 0.3~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b596c06b166d4e307d1a356f30e6a72e42aef9bc;p=platform%2Fcore%2Fml%2Fnnfw.git Arrange GTests in linux skip lists in order (#4092) Gtest in skiplist were in order before #3878 This patch arranges the same for better organizing and tracking Signed-off-by: prasannar --- diff --git a/tests/nnapi/nnapi_gtest.skip.armv7l-linux b/tests/nnapi/nnapi_gtest.skip.armv7l-linux index 2e06afd..1c85418 100644 --- a/tests/nnapi/nnapi_gtest.skip.armv7l-linux +++ b/tests/nnapi/nnapi_gtest.skip.armv7l-linux @@ -1,3 +1,9 @@ +GeneratedTests.add_broadcast_quant8 +GeneratedTests.add_quant8 +GeneratedTests.argmax_ex_quant8* +GeneratedTests.logical_not_ex* +GeneratedTests.logistic_quant8_1 +GeneratedTests.logistic_quant8_2 GeneratedTests.lsh_projection GeneratedTests.lsh_projection_2 GeneratedTests.lsh_projection_weights_as_inputs @@ -11,12 +17,21 @@ GeneratedTests.lstm3_state2 GeneratedTests.lstm3_state3 GeneratedTests.lstm_state GeneratedTests.lstm_state2 +GeneratedTests.mul_broadcast_quant8 +GeneratedTests.mul_quant8 +GeneratedTests.pack* GeneratedTests.svdf GeneratedTests.svdf2 GeneratedTests.svdf_state -GeneratedTests.logical_not_ex* ValidationTestCompilation.CreateExecution +ValidationTestCompilation.Finish ValidationTestCompilation.SetPreference +ValidationTestExecution.EventWait +ValidationTestExecution.SetInput +ValidationTestExecution.SetInputFromMemory +ValidationTestExecution.SetOutput +ValidationTestExecution.SetOutputFromMemory +ValidationTestExecution.StartCompute ValidationTestIdentify.DuplicateInputs ValidationTestIdentify.DuplicateOutputs ValidationTestIdentify.InputIsOutput @@ -27,18 +42,3 @@ ValidationTestModel.Finish ValidationTestModel.IdentifyInputsAndOutputs ValidationTestModel.SetOperandValue ValidationTestModel.SetOperandValueFromMemory -ValidationTestCompilation.Finish -ValidationTestExecution.SetInput -ValidationTestExecution.SetOutput -ValidationTestExecution.SetInputFromMemory -ValidationTestExecution.SetOutputFromMemory -ValidationTestExecution.StartCompute -ValidationTestExecution.EventWait -GeneratedTests.add_broadcast_quant8 -GeneratedTests.add_quant8 -GeneratedTests.argmax_ex_quant8* -GeneratedTests.logistic_quant8_1 -GeneratedTests.logistic_quant8_2 -GeneratedTests.mul_broadcast_quant8 -GeneratedTests.mul_quant8 -GeneratedTests.pack*