Lines Matching refs:status
460 RELEVANT_EXTENSIONS = ['.js', '.cc', '.h', '.py', '.c', '.status', '.tq', '.g4']
660 status = {"success": True}
666 status["success"] = False
670 return status["success"]
674 """Checks status files for incorrect syntax and duplicate keys."""
677 # Several changes to files under the test directories could impact status
701 test_path, suitename, suitename + ".status")
711 # Infer affected status file name. Only care for existing status
715 status_file = join(test_path, pieces[0], pieces[0] + ".status")
791 print("Running status-files check...")