Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:frispete:python
python-python-prctl
skip-speculation.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File skip-speculation.patch of Package python-python-prctl
Index: python-prctl-1.8.1/test_prctl.py =================================================================== --- python-prctl-1.8.1.orig/test_prctl.py +++ python-prctl-1.8.1/test_prctl.py @@ -371,6 +371,7 @@ class PrctlTest(unittest.TestCase): self.assertRaises(OSError, set_true) @require('set_speculation_ctrl') + @unittest.skip('borked in sandbox') def test_speculation_ctrl(self): self.assertTrue(prctl.get_speculation_ctrl(prctl.SPEC_STORE_BYPASS) > 0) self.assertTrue(prctl.get_speculation_ctrl(prctl.SPEC_INDIRECT_BRANCH) > 0)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor