- 19 10月, 2021 1 次提交
-
-
https://gitee.com/mingxingyu/xts_acts/pulls/724由 limeng 提交于
修改用例中敏感字符 Signed-off-by: Nlimeng <limeng151@huawei.com> Change-Id: Ia1219e36fa60643720e6c086d446582dd372fe6f
-
- 29 3月, 2021 1 次提交
-
-
由 Robert Drab 提交于
In many places checking for nullptr is done using EXPECT test macros that doesn't return from the function when condition is not met (i.e. they are non-fatal). Lack of further error handling results in a subsequent segfault. To avoid that in most places it's sufficient to change macro type to ASSERT. Signed-off-by: NRobert Drab <robert.drab@huawei.com>
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 08 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-