Ubuntu Pastebin

Paste from mwhudson at Thu, 7 Jul 2016 09:57:36 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
----------------------------------------------------------------------
FAIL: policy_test.go:103: policySuite.TestIterOpBadTargetdir

policy_test.go:105:
    c.Check(err, ErrorMatches, `.*unable.*make.*directory.*`)
... error string = "unable to do policyOp(42) for /autopkgtest: not a regular file"
... regex string = ".*unable.*make.*directory.*"


----------------------------------------------------------------------
FAIL: policy_test.go:120: policySuite.TestIterOpInstallBadFilemode

policy_test.go:124:
    c.Check(err, ErrorMatches, ".*unable to open.*")
... value = nil
... regex string = ".*unable to open.*"
... Error value is nil


----------------------------------------------------------------------
FAIL: policy_test.go:127: policySuite.TestIterOpInstallBadTarget

policy_test.go:131:
    c.Check(err, ErrorMatches, ".*unable to create.*")
... value = nil
... regex string = ".*unable to create.*"
... Error value is nil


----------------------------------------------------------------------
FAIL: policy_test.go:134: policySuite.TestIterOpRemoveBadDirmode

policy_test.go:140:
    c.Assert(err, ErrorMatches, ".*unable to remove.*")
... value = nil
... regex string = ".*unable to remove.*"
... Error value is nil

OOPS: 8 passed, 4 FAILED
--- FAIL: Test (0.02s)
Download as text