Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing 6 LTP test build errors #74

Merged
merged 1 commit into from
Aug 20, 2020
Merged

Fixing 6 LTP test build errors #74

merged 1 commit into from
Aug 20, 2020

Conversation

hukoyu
Copy link
Collaborator

@hukoyu hukoyu commented Aug 20, 2020

I was investigating ltp build errors and found build errors for these 6 tests and fixed.

  • connect01
  • fstat03
  • write05
  • chroot03
  • ptrace06 & ptrace07

Also verified that connect01, fstat03, write05, chroot03 are enabled tests but they are not reported failed evenif their binaries failed to build. They are not reported at all. So there is a bug in ltp test runner script that if ltp test binary is not available (not built successfully) , it is not reported as failure. I will investigate and submit a PR to fix that to lsds/sgx-lkl.

After we merge this PR and bump ltp submodule in sgx-lkl, these 4 tests will be reported pass.

cc @SeanTAllen @KenGordon @paulcallen @bodzhang @davidchisnall

Copy link
Collaborator

@KenGordon KenGordon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great..

@hukoyu hukoyu merged commit 7993e51 into sgx-lkl Aug 20, 2020
@hukoyu hukoyu deleted the hukoyu/fix-tests1 branch August 20, 2020 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants