Lines Matching full:test
49 logger = logging.getLogger('device-crash-test')
72 # when testing the corresponding test case
198 """Check if a test case specification can match a error rule
201 for a given test case, it won't check if the test case
216 """Generate the list of candidates that can match a test case"""
223 """Check if there's an expected=True error rule for a test case
234 """Check if test case results/output match a error rule
248 """Look up error rule for a given test case result
266 """Format test case info as "key=value key=value" for prettier logging output"""
359 dbg("will test: %r", testcase)
374 dbg("Exception while running test case")
427 a specific test case.
440 """Generate test cases for all variables
456 dbg("%d test cases to test", len(cases))
488 parser = argparse.ArgumentParser(description="QEMU -device crash test")
490 help="Limit test cases to KEY=VALUE",
499 help='run a random sample of COUNT test cases',
502 help='Run test cases in random order')
506 help="Test only device types that implement TYPE")
508 help="Quick mode: skip test cases that are expected to fail")
510 help="Full mode: test cases that are expected to fail")
514 help="Only test with TCG accelerator")
552 logger.info("running test case: %s", formatTestCase(t))
584 logger.info("Total: %d test cases", total)
586 logger.info("Skipped %d test cases", skipped)