Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aot] Fixed C-API behavior tests (taichi-dev#6939)
Fixed allocation leakage, unchecked values, camel cases and uninitialized structs in behavior tests. Reflected in codes, this PR has done the following: 1. Use lifetime guarded C++ wrapper for usage that are *not* the tested interface. 2. Removed several *success* tests that might overlap with those in other tests. (This is not done completely, will make another PR to refactorize that.) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information