webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
webkitpy.layout_tests.lint_test_expectations Namespace Reference

Functions

def lint (host, options, logging_stream)
 
def main (argv, _, stderr)
 

Variables

int INTERRUPTED_EXIT_STATUS = signal.SIGINT + 128
 
int EXCEPTIONAL_EXIT_STATUS = 254
 

Function Documentation

◆ lint()

def webkitpy.layout_tests.lint_test_expectations.lint (   host,
  options,
  logging_stream 
)

◆ main()

def webkitpy.layout_tests.lint_test_expectations.main (   argv,
  _,
  stderr 
)

Variable Documentation

◆ EXCEPTIONAL_EXIT_STATUS

int webkitpy.layout_tests.lint_test_expectations.EXCEPTIONAL_EXIT_STATUS = 254

◆ INTERRUPTED_EXIT_STATUS

int webkitpy.layout_tests.lint_test_expectations.INTERRUPTED_EXIT_STATUS = signal.SIGINT + 128