Lines Matching full:bar
21 suite = TestSuite('foo', 'bar')
24 'foo/bar': set(['PASS', 'SKIP']),
25 'baz/bar': set(['PASS', 'FAIL']),
34 TestCase(suite, 'foo/bar', 'foo/bar'),
35 TestCase(suite, 'baz/bar', 'baz/bar'),
39 [TestCase(suite, 'baz/bar', 'baz/bar')],
47 suite = TestSuite('foo', 'bar')
51 'foo/bar': set(['PREV']),
54 'foo/bar': set(['PASS', 'SKIP']),
55 'baz/bar': set(['PASS', 'FAIL']),
58 'baz/bar': set(['SKIP']),
73 test1 = TestCase(suite, 'foo/bar', 'foo/bar')
74 test2 = TestCase(suite, 'baz/bar', 'baz/bar')
85 TestCase(suite, 'foo/bar', 'foo/bar').create_variant(None, ['-v']),
86 TestCase(suite, 'baz/bar', 'baz/bar'),
103 suite = TestSuite('foo', 'bar')
106 'foo/bar': set(['FAIL_OK']),
107 'baz/bar': set(['FAIL']),
112 TestCase(suite, 'foo/bar', 'foo/bar'),
113 TestCase(suite, 'baz/bar', 'baz/bar'),