Lines Matching full:session
6 You need to specify the session directory in order for this script to locate the
24 # To be filled with the filterspecs found in the session logs.
34 # encountered "-C clang" and "-C gcc" when visiting the session files, both
47 -F : only consider the test for re-run if the session filename conatins the filename component
53 and session_dir specifies the session directory which contains previously
54 recorded session infos for all the test cases which either failed or errored.
57 possible session directories with names starting with %Y-%m-%d- (for example,
62 """Returns the full path to the session directory; None if non-existent."""
114 """Read the session directory and run the failed test cases one by one."""
153 # Get the specified session directory.
156 # Use heuristic to find the latest session directory.
160 print "No default session directory found, please specify it explicitly."
164 print "No default session directory found, please specify it explicitly."
170 print "Using session dir path:", session_dir_path
175 print "No failures/errors recorded within the session directory, please specify a different session directory.\n"