Home
last modified time | relevance | path

Searched refs:expect_fail (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments_test.py111 def expect_fail(self, input, output, *, check_db=False): member in comchk_test
136 self.expect_fail('10 this is a bug\n\nChange-Id: Ideadbeef',
141 self.expect_fail('10 this is the the bug\n',
146 self.expect_fail('XX this is a bug\n',
151 self.expect_fail('10 this is a bug\n\n',
155 self.expect_fail('10this is a bug\n',
166 self.expect_fail('10 this is a bug\n10this is another bug\n',
175 self.expect_fail('10 this is a bug\nReviewed-by: bob',
181 self.expect_fail('10 this is a bug\n\nChange-Id: Ideadbeef',
190 self.expect_fail('10 this is the wrong synopsis\n',
[all …]
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_zonecfg.sh45 expect_fail() { function
106 expect_fail invalid-full-lower-gt-def "default secflags must be above the lower limit" <<EOF
115 expect_fail invalid-partial-lower-gt-def "default secflags must be above the lower limit" <<EOF
123 expect_fail invalid-full-def-gt-upper "default secflags must be within the upper limit" <<EOF
132 expect_fail invalid-partial-def-gt-upper "default secflags must be within the upper limit" <<EOF
140 expect_fail invalid-full-def-gt-upper "default secflags must be within the upper limit" <<EOF
149 expect_fail invalid-partial-lower-gt-upper "lower secflags must be within the upper limit" <<EOF
157 expect_fail invalid-parse-fail-def "default security flags 'fail' are invalid" <<EOF
164 expect_fail invalid-parse-fail-lower "lower security flags 'fail' are invalid" <<EOF
171 expect_fail invalid-parse-fail-def "upper security flags 'fail' are invalid" <<EOF