~kparichay/nnstreamer/+git/trunk:build_error_checking_error

Last commit made on 2020-02-07
Get this branch:
git clone -b build_error_checking_error https://git.launchpad.net/~kparichay/nnstreamer/+git/trunk

Branch merges

Branch information

Name:
build_error_checking_error
Repository:
lp:~kparichay/nnstreamer/+git/trunk

Recent commits

a5d0d97... by Parichay Kapoor <email address hidden>

[build/tizen] Identify build failure correctly

Identify the build failures correctly
Also disable the problematic unit-test of nnfw
This resolves #2081

Signed-off-by: Parichay Kapoor <email address hidden>

febe3b3... by Parichay Kapoor <email address hidden>

[tests] Clean up files after tests

Clean up files created during tests with ssat

Signed-off-by: Parichay Kapoor <email address hidden>

5d4b26c... by Wook Song

[Tests/Filter/MvNCSDK2] Add failure test cases

This patch adds failure test cases, which are based on the normal
pipeline launch test case.

Signed-off-by: Wook Song <email address hidden>

3ce14c2... by Wook Song

[Tests/Filter/MvNCSDK2] Update the helper class to test failure cases

This patch updates the helper class so that testing failure cases are
supported.

Signed-off-by: Wook Song <email address hidden>

0466e7e... by Wook Song

[Dist/Tizen] Enable unit testing for mvncsdk2 tensor filter

Unit testing for mvncsdk2 tensor filter is enabled by default.

Signed-off-by: Wook Song <email address hidden>

57e4ced... by Wook Song

[Tests/Filter/OpenVino] Add test cases for utility methods

This patch adds unit test cases for utility member methods of the
OpenVino Tensor Filter class.

Signed-off-by: Wook Song <email address hidden>

3088da1... by Wook Song

[Tests/Filter/OpenVino] Add negative cases for getIn/OutputDimension ()

Negative test cases for the getInputDimension and getOutputDimension
callbacks are added.

Signed-off-by: Wook Song <email address hidden>

9fa72ae... by Wook Song

[Tests/Filter/OpenVino] Add test cases for getInput/OutputDimension

This patch adds test cases for the implementation of the callbacks,
getInputDimension and getOutputDimension.

Signed-off-by: Wook Song <email address hidden>

5df0089... by Jaeyun <email address hidden>

[Api/CodeClean] prepare next acr

Codeclean to prepare next ACR, remove unnecessary function definition.

Signed-off-by: Jaeyun <email address hidden>

c918cdd... by MyungJoo Ham

Fix/Coverity/265573: Handle thrown exceptions

GTest APIs may throw exceptions. Handle them.
Coverity CID 265573: Error handling Issues (UNCAUGHT_EXCEPT)
/tests/cpp_methods/unittest_cpp_methods.cc: 292 in main()

Signed-off-by: MyungJoo Ham <email address hidden>