Lines Matching full:test
1 # Process the test results
2 # Test status (like passed, or failed with error code)
79 # Return test result as a text tree
100 kind = "Test"
122 # Return test result as a text tree
131 print("<html><head><title>Test Results</title></head><body>")
164 kind = "Test"
203 # Return test result as a CSV
231 kind = "Test"
278 kind = "Test"
386 # Otherwise we are parsing a test and we need to analyse the
387 # test result.
388 # TESTPARAM is used to read parameters of the test.
391 #test status : id error linenb status Y or N (Y when passing)
392 #param for this test b x,x,x,x or b alone if not param
407 # Extract the test id
425 # A test and a benchmark are different
428 # impact the cycles since the test
430 # So benchmark are always passing and contain no test
445 # If we have detected a test, we switch to test mode
460 # In test mode, we are looking for test status.
465 # If we have found a test status then we will start again
470 # Extract test ID, test error code, line number and status
565 parser = argparse.ArgumentParser(description='Parse test description')
567 parser.add_argument('-f', nargs='?',type = str, default="Output.pickle", help="Test description fil…
574 parser.add_argument('-e', action='store_true', help="Embedded test")
589 # Parse the test description file