Searched defs:INTERRUPTED_EXIT_STATUS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dlint_test_expectations.py40 INTERRUPTED_EXIT_STATUS = signal.SIGINT + 128 variable
109 exit_status = INTERRUPTED_EXIT_STATUS
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_run_results.py43 INTERRUPTED_EXIT_STATUS = signal.SIGINT + 128 variable
54 INTERRUPTED_EXIT_STATUS,

Completed in 100 milliseconds