You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the system test suite is compiled into a single ELF
executable, leading to discrepancies between the inputs for Linux
kernel emulation and the system test suite. By introducing
ENABLE_USE_ELF, we can allow the use of the ELF executable when
running the system test suite.
This might be a temporarily solution, need to refactor more.
0 commit comments