From ca4fdab7bc98ed1cef8229fc0152c86a00ea5177 Mon Sep 17 00:00:00 2001 From: Dmitrii Kuvaiskii Date: Tue, 3 Dec 2019 17:34:27 -0800 Subject: [PATCH] [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. --- LibOS/shim/test/apps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibOS/shim/test/apps b/LibOS/shim/test/apps index 32469e4a..aee5f992 160000 --- a/LibOS/shim/test/apps +++ b/LibOS/shim/test/apps @@ -1 +1 @@ -Subproject commit 32469e4a20a0f7b8658894bcdd8b9aa92509cf74 +Subproject commit aee5f992fbba22e90c744174d9ea6e66deea6f48