Skip to content

Commit

Permalink
[LibOS] test/regression: reenable sigaltstack test
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
  • Loading branch information
Dmitrii Kuvaiskii committed Mar 14, 2024
1 parent e3d3aa3 commit 9fca996
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libos/test/regression/test_libos.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,6 @@ def test_05A_munmap(self):
stdout, _ = self.run_binary(['munmap'])
self.assertIn('TEST OK', stdout)

@unittest.skip('sigaltstack isn\'t correctly implemented')
def test_060_sigaltstack(self):
stdout, _ = self.run_binary(['sigaltstack'])

Expand Down

0 comments on commit 9fca996

Please sign in to comment.