Sfoglia il codice sorgente

[LibOS] test/regression: Enable exit_group test on SGX

Previously, exit_group test was disabled on Linux-SGX PAL. It was
disabled because the PAL incorrectly exited threads. The latest
commits fix this, and the test can be re-enabled.
Dmitrii Kuvaiskii 5 anni fa
parent
commit
860e1083a2
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      LibOS/shim/test/regression/test_libos.py

+ 0 - 2
LibOS/shim/test/regression/test_libos.py

@@ -128,8 +128,6 @@ class TC_01_Bootstrap(RegressionTestCase):
         with self.expect_returncode(113):
             self.run_binary(['exit'])
 
-    @unittest.skipIf(HAS_SGX,
-        'Exposes a rare memory corruption on SGX PAL. Disable for now.')
     def test_401_exit_group(self):
         try:
             self.run_binary(['exit_group'])