rework auto test cases (#19862)
* initial commit Signed-off-by: fishbell <bell.song@intel.com> * clean up Signed-off-by: fishbell <bell.song@intel.com> * fix windows build failure Signed-off-by: fishbell <bell.song@intel.com> * enable auto func tests Signed-off-by: fishbell <bell.song@intel.com> * enable auto_func_test to ci Signed-off-by: fishbell <bell.song@intel.com> * some clean up in gpu case Signed-off-by: fishbell <bell.song@intel.com> * clang Signed-off-by: fishbell <bell.song@intel.com> * fix build warning Signed-off-by: fishbell <bell.song@intel.com> * enable new tests Signed-off-by: fishbell <bell.song@intel.com> * fix build warning Signed-off-by: fishbell <bell.song@intel.com> * enable consistency test Signed-off-by: fishbell <bell.song@intel.com> * try fix build error on manylinux Signed-off-by: fishbell <bell.song@intel.com> * enable cpplint Signed-off-by: fishbell <bell.song@intel.com> * enable clang-format Signed-off-by: fishbell <bell.song@intel.com> enable some tests Signed-off-by: fishbell <bell.song@intel.com> * fix typo Signed-off-by: fishbell <bell.song@intel.com> * clang for unit tests Signed-off-by: fishbell <bell.song@intel.com> * fix merge conflict Signed-off-by: fishbell <bell.song@intel.com> --------- Signed-off-by: fishbell <bell.song@intel.com>
This commit is contained in:
@@ -30,6 +30,8 @@ OPENVINO_SUPPRESS_DEPRECATED_START
|
||||
__VA_ARGS__; \
|
||||
} catch (const ::InferenceEngine::RequestBusy& ex) { \
|
||||
ov::Busy::create(ex.what()); \
|
||||
} catch (const ov::Busy&) { \
|
||||
throw; \
|
||||
} catch (const std::exception& ex) { \
|
||||
OPENVINO_THROW(ex.what()); \
|
||||
} catch (...) { \
|
||||
|
||||
Reference in New Issue
Block a user