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

[Tracking] Fix and enable LTP tests categorized as "Test Issues - Test Bugs" #7

Open
hukoyu opened this issue Jul 29, 2020 · 1 comment
Labels

Comments

@hukoyu
Copy link
Collaborator

hukoyu commented Jul 29, 2020

When failing LTP tests categorized, they were categorized into 4 categories:

  1. Test Issues - Test Bugs:
  • There is bug in the test code such as non-existing folder or user and so on
  • Fix bug in test code and enable test
  1. Test Issue – Test Using Not-Supported Feature
  • Testing supported feature (syscall) in sgx-lkl but in the test code a not-supported feature is used
  • Refactor test code without using not-supported feature and enable test
  1. Testing Not Supported Feature
  • Sgx-lkl will not support these features due to limitations such as single process, single user
  • We will disable these tests. They are not applicable since sgx-lkl doesn’t implement these features
  1. SGX-LKL Bug
  • Tests are  legit and failures are genuine. Tests failing due to incomplete implementation or bug in sgx-lkl implementation.
  • Fix bug in sgx-lkl and enable test

Currently there are 30 tests in "Test Issues - Test Bugs" category that we will track with this issue

@hukoyu
Copy link
Collaborator Author

hukoyu commented Jul 29, 2020

Here is the list of syscalls for this category: (Count: 30)
Update Date: July 28, 2020

sigrelse01
sighold02
sigaction01
rt_sigsuspend01
ftruncate04
gethostid01
fcntl14
fcntl15
fcntl17
fcntl19
fcntl20
fcntl21
chroot02
times03
symlink02
accept02
openat02
access02
mmap05
mmap10
mmap13
chmod03
chmod04
semctl02
semop02
shmctl02
symlink03
truncate03
utime02
utime05

@hukoyu hukoyu changed the title [LTP] Fix and enable LTP tests categorized as "Test Issues - Test Bugs" [Tracking] Fix and enable LTP tests categorized as "Test Issues - Test Bugs" Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant