projects
/
platform
/
core
/
graphics
/
tizenvg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1157abf
)
test capiSwCanvas: remove a invalid test case.
author
JunsuChoi
<jsuya.choi@samsung.com>
Mon, 22 Nov 2021 03:59:43 +0000
(12:59 +0900)
committer
JunsuChoi
<jsuya.choi@samsung.com>
Thu, 25 Nov 2021 00:34:37 +0000
(09:34 +0900)
This test depends on the machine environment.
it's not guaranteed the same result so we remove it.
test/capi/capiSwCanvas.cpp
patch
|
blob
|
history
diff --git
a/test/capi/capiSwCanvas.cpp
b/test/capi/capiSwCanvas.cpp
index 2a39eb1c4f302793dccee1d9f4638945d2f7d7c6..d46972d7ea919e344870897e64e421f831f19728 100644
(file)
--- a/
test/capi/capiSwCanvas.cpp
+++ b/
test/capi/capiSwCanvas.cpp
@@
-57,8
+57,6
@@
TEST_CASE("Memory Reservation", "[capiSwCanvas]")
REQUIRE(tvg_canvas_reserve(canvas, 100) == TVG_RESULT_SUCCESS);
REQUIRE(tvg_canvas_reserve(canvas, 0) == TVG_RESULT_SUCCESS);
- REQUIRE(tvg_canvas_reserve(canvas, -1) == TVG_RESULT_FAILED_ALLOCATION);
-
REQUIRE(tvg_canvas_destroy(canvas) == TVG_RESULT_SUCCESS);
REQUIRE(tvg_engine_term(TVG_ENGINE_SW) == TVG_RESULT_SUCCESS);