Skip to content

Commit

Permalink
[nnfwapi] Test: Workaround for TCM (#5027)
Browse files Browse the repository at this point in the history
Workaround for TCM tool reporting a false positive(no assertion).

ONE-DCO-1.0-Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
  • Loading branch information
wateret authored Nov 12, 2020
1 parent cfe17c4 commit 23f78ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/nnfw_api/src/one_op_tests/DepthwiseConv2D.cc
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ TEST_F(GenModelTest, neg_OneOp_DepthwiseConv2D_InvalidPaddingType)
static_cast<circle::Padding>(99), 1, 1, 1, circle::ActivationFunctionType_NONE));
_context->expectFailModelLoad();
_context->setBackends({"acl_cl", "acl_neon", "cpu"});

SUCCEED();
}

// TODO add other invalid operation tests like above

0 comments on commit 23f78ee

Please sign in to comment.