Home
last modified time | relevance | path

Searched defs:failures (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_argparse.py265 failures = ['-x', 'a', '--foo', '-x --foo', '-x -y'] variable in TestOptionalsSingleDash
283 failures = ['a', '--foo', '-xa', '-x --foo', '-x -z', '-z -x', variable in TestOptionalsSingleDashCombined
305 failures = ['-foo', 'a', '--foo', '-foo --foo', '-foo -y', '-fooa'] variable in TestOptionalsSingleDashLong
319 failures = ['-f', '-foo', '-fo', '-foo b', '-foob', '-fooba', '-foora'] variable in TestOptionalsSingleDashSubsetAmbiguous
335 failures = ['-f', '-f a', '-fa', '-foa', '-foo', '-fo', '-foo b'] variable in TestOptionalsSingleDashAmbiguous
351 failures = ['-1', 'a', '-1 --foo', '-1 -y', '-1 -1', '-1 -2'] variable in TestOptionalsNumeric
364 failures = ['--foo', '-f', '-f a', 'a', '--foo -x', '--foo --bar'] variable in TestOptionalsDoubleDash
381 failures = ['--bar', '--b', '--ba', '--b=2', '--ba=4', '--badge 5'] variable in TestOptionalsDoubleDashPartialMatch
399 failures = ['--bar', '--b', '--ba', '--b=2', '--badge 5'] variable in TestOptionalsDoubleDashPrefixMatch
419 failures = ['--bar', '-fbar', '-fbaz', '-bazf', '-b B', 'B'] variable in TestOptionalsSingleDoubleDash
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_result.py315 def assertOldResultWarning(self, test, failures): argument