forked from rust-vmm/kvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable arm coverage test for kvm-ioctl
As kcov supports arm64 now, this commit will enable the arm coverage test in the CI of kvm-ioctl repository. This commit contains a workaround to avoid `test_create_device` failure caused by ioctl returning `EINVAL` instead of `ENOTTY` using gnu toolchain. Signed-off-by: Henry Wang <henry.wang@arm.com>
- Loading branch information
Showing
4 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"coverage_score": 76.3, | ||
"exclude_path": "", | ||
"crate_features": "" | ||
} |
File renamed without changes.
Submodule rust-vmm-ci
updated
5 files
+27 −13 | .buildkite/pipeline.yml | |
+11 −7 | README.md | |
+0 −0 | coverage_config_aarch64.json.sample | |
+5 −0 | coverage_config_x86_64.json.sample | |
+5 −3 | integration_tests/test_coverage.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters