mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-04 08:15:21 +00:00
tools: Mark profiles with multiple rules in one line as known-failing
The tools don't support having multiple rules in one line (they expect \n after each rule), therefore mark some of the bare_include_tests as known failures.
This commit is contained in:
@@ -230,6 +230,12 @@ unknown_line = [
|
||||
'profile/profile_ns_ok3.sd', # profile keyword?
|
||||
'profile/re_named_ok4.sd', # profile keyword
|
||||
'profile/re_ok4.sd',
|
||||
|
||||
# multiple rules in one line
|
||||
'bare_include_tests/ok_14.sd',
|
||||
'bare_include_tests/ok_19.sd',
|
||||
'bare_include_tests/ok_64.sd',
|
||||
'bare_include_tests/ok_69.sd',
|
||||
]
|
||||
|
||||
# testcases with various unexpected failures
|
||||
|
Reference in New Issue
Block a user