Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pmdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Egorov, Sergey (PG/R - Comp Sci & Elec Eng)
pmdk
Commits
3fb80aa1
Commit
3fb80aa1
authored
5 years ago
by
Weronika Lewandowska
Browse files
Options
Downloads
Patches
Plain Diff
test: disable pmem2_map_prot devdax exec test
parent
2b4b2373
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/pmem2_map_prot/TESTS.py
+9
-8
9 additions, 8 deletions
src/test/pmem2_map_prot/TESTS.py
with
9 additions
and
8 deletions
src/test/pmem2_map_prot/TESTS.py
+
9
−
8
View file @
3fb80aa1
...
...
@@ -174,11 +174,12 @@ class TEST15(PMEM2_MAP_DEVDAX):
"""
test_case
=
"
test_rw_mode_rw_prot
"
@t.require_architectures
(
'
x86_64
'
)
class
TEST16
(
PMEM2_MAP_DEVDAX
):
"""
READ|EXEC protection on device DAX opened in read|write|exec mode; test
runs the program, which is put in mapped memory - should succeed
"""
test_case
=
"
test_rx_mode_rx_prot_do_execute
"
# XXX: we need to add support to test framework and create a tool-helper
# to skip this test when exec access is not allowed for specific device
# @t.require_architectures('x86_64')
# class TEST16(PMEM2_MAP_DEVDAX):
# """
# READ|EXEC protection on device DAX opened in read|write|exec mode; test
# runs the program, which is put in mapped memory - should succeed
# """
# test_case = "test_rx_mode_rx_prot_do_execute"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment