lsds / sgx-lkl

SGX-LKL Library OS for running Linux applications inside of Intel SGX enclaves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Test] Enable back 5 tests failing with ethreads=1 after bugs fixed

hukoyu opened this issue · comments

5 tests are failing in sgx-lkl nightly build with SGXLKL_ETHREADS=1 ( 3 java, 1 dotnet, 1 ml/openvino)
We are disabling them with PR #801

#415 (ml/openvino)
#795 (java, helloworld)
#796 (java, read_file, thread)
#797 (dotnet)

We are skipping (disabling) these 5 tests for ETHREADS=1. They will continue to run for ETHREADS > 1 ( 4 and 8)
We will enable these 5 tests after underlying bugs fixed.