mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01: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.
(cherry picked from commit 26af640fda
)
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
350b50b1da
commit
9959f50d76
1 changed files with 6 additions and 0 deletions
|
@ -278,6 +278,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
|
||||
|
|
Loading…
Add table
Reference in a new issue