mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
test_multi: no longer skip testcase31
It is handled correctly in the current codebase. It would be even better if it would generate a link rule that includes the source, but let's leave that for a later fix.
This commit is contained in:
parent
19b4aeb338
commit
209dd851b3
2 changed files with 6 additions and 2 deletions
|
@ -0,0 +1,4 @@
|
|||
/home/steve/aa-regression-tests/link {
|
||||
/tmp/sdtest.8236-29816-IN8243/target l,
|
||||
|
||||
}
|
|
@ -157,12 +157,12 @@ log_to_profile_known_failures = [
|
|||
'testcase01',
|
||||
'testcase12',
|
||||
'testcase13',
|
||||
|
||||
# 'testcase31', # works, but including the link source would be nice
|
||||
]
|
||||
|
||||
# tests that cause crashes or need user interaction (will be skipped)
|
||||
log_to_profile_skip = [
|
||||
'testcase31', # XXX AppArmorBug: Log contains unknown mode mrwIxl
|
||||
|
||||
'testcase_dmesg_changehat_negative_error', # fails in write_header -> quote_if_needed because data is None
|
||||
'testcase_syslog_changehat_negative_error', # fails in write_header -> quote_if_needed because data is None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue