mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-04 16:25:10 +00:00
Remove TODO notes from no-longer-failing tests
simple.pl reported TODO passed: 71448, 71459-71460, 71494, 71577 This commit removes the TODO note from the tests that now work as expected.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#=DESCRIPTION reference variables in rules that also have alternations
|
#=DESCRIPTION reference variables in rules that also have alternations
|
||||||
#=EXRESULT PASS
|
#=EXRESULT PASS
|
||||||
#=TODO
|
|
||||||
# This test needs check on @{FOO} attachment having leading / post var expansion
|
# This test needs check on @{FOO} attachment having leading / post var expansion
|
||||||
|
|
||||||
@{FOO}=/bar /baz
|
@{FOO}=/bar /baz
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
#=DESCRIPTION reference variables is null
|
#=DESCRIPTION reference variables is null
|
||||||
#=EXRESULT FAIL
|
#=EXRESULT FAIL
|
||||||
#=TODO
|
|
||||||
#needs post var expansion check that variable contained a value
|
#needs post var expansion check that variable contained a value
|
||||||
|
|
||||||
@{FOO}=
|
@{FOO}=
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
#=DESCRIPTION reference variables is null
|
#=DESCRIPTION reference variables is null
|
||||||
#=EXRESULT FAIL
|
#=EXRESULT FAIL
|
||||||
#=TODO
|
|
||||||
#needs post var expansion check that variable contained a value
|
#needs post var expansion check that variable contained a value
|
||||||
|
|
||||||
@{FOO}=
|
@{FOO}=
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
#
|
#
|
||||||
#=DESCRIPTION test for conflict resolution in minimization phase of dfa gen
|
#=DESCRIPTION test for conflict resolution in minimization phase of dfa gen
|
||||||
#=EXRESULT PASS
|
#=EXRESULT PASS
|
||||||
#=TODO
|
|
||||||
#
|
#
|
||||||
/usr/bin/foo {
|
/usr/bin/foo {
|
||||||
|
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
#
|
#
|
||||||
#=DESCRIPTION test for conflict resolution in minimization phase of dfa gen
|
#=DESCRIPTION test for conflict resolution in minimization phase of dfa gen
|
||||||
#=EXRESULT FAIL
|
#=EXRESULT FAIL
|
||||||
#=TODO
|
|
||||||
#
|
#
|
||||||
/usr/bin/foo {
|
/usr/bin/foo {
|
||||||
/b* px,
|
/b* px,
|
||||||
|
Reference in New Issue
Block a user