| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix test matching failures Co-authored-by: FelixTang7<tangyanfeng@huawei.com> # message auto-generated for no-merge-commit merge: !24 merge build into master fix test matching failures Created-by: gcw_CfilvwB1 Commit-by: FelixTang7 Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 修复测试运行时--test-name和--test-pattern匹配不完全的问题 ## checklist <!-- [x] 表示选中 --> - [x] 是否通过本地IDE对代码进行静态检查 - [x] 是否通过本地IDE对代码进行格式化处理 - [x] 是否进行空指针校验 - [x] 是否进行返回值校验 - [x] 是否正确释放new/malloc申请的内存 - [x] 是否充分考虑接口的异常场景 - [x] 是否正确记录错误日志 修改前:  修改后: 1.匹配到的全部通过:  2.匹配到的有运行失败的:  3.全部匹配失败:  See merge request: cann/ops-collections!24 | 3 天前 |