Browse Source

[LibOS] test/apps: Skip meaningless signal06 test in LTP

The LTP test signal06 is a regression test for some obscure bug in older
Linux kernels. It uses SIGHUP and SIGSEGV signals to test mprotect() of
altstack. Since SIGHUP is completely ignored by Graphene, and altstack is
not correctly emulated, and mprotect() doesn't work, this test never made
sense for Graphene. This commit disables it.
Dmitrii Kuvaiskii 5 years ago
parent
commit
ca4fdab7bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      LibOS/shim/test/apps

+ 1 - 1
LibOS/shim/test/apps

@@ -1 +1 @@
-Subproject commit 32469e4a20a0f7b8658894bcdd8b9aa92509cf74
+Subproject commit aee5f992fbba22e90c744174d9ea6e66deea6f48