HomeSort by relevance Sort by last modified time
    Searched refs:filterspec (Results 1 - 2 of 2) sorted by null

  /external/lldb/test/
redo.py 101 filterspec = match.group(1)
102 print "adding filterspec:", filterspec
103 redo_specs.append(filterspec)
dotest.py 196 # If '-g' is specified, the filterspec is not exclusive. If a test module does
197 # not contain testclass.testmethod which matches the filterspec, the whole test
444 group.add_argument('-f', metavar='filterspec', action='append', help='Specify a filter, which consists of the test class name, a dot, followed by the test method, to only admit such test into the test suite') # FIXME: Example?
445 X('-g', 'If specified, the filterspec by -f is not exclusive, i.e., if a test module does not match the filterspec (testclass.testmethod), the whole module is still admitted to the test suite')
    [all...]

Completed in 419 milliseconds