webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webkitpy.port.mac_unittest.MacTest Class Reference
Inheritance diagram for webkitpy.port.mac_unittest.MacTest:
webkitpy.port.darwin_testcase.DarwinTest webkitpy.port.port_testcase.PortTestCase

Public Member Functions

def test_tests_for_other_platforms (self)
 
def test_version (self)
 
def test_versions (self)
 
def test_setup_environ_for_server (self)
 
def test_baseline_search_path (self)
 
def test_show_results_html_file (self)
 
def test_operating_system (self)
 
def test_default_child_processes (self)
 
def test_get_crash_log (self)
 
def test_32bit (self)
 
def test_64bit (self)
 
def test_sdk_name (self)
 
def test_xcrun (self)
 
- Public Member Functions inherited from webkitpy.port.darwin_testcase.DarwinTest
def assert_skipped_file_search_paths (self, port_name, expected_paths, use_webkit2=False)
 
def test_default_timeout_ms (self)
 
def assert_name (self, port_name, os_version_string, expected)
 
def test_show_results_html_file (self)
 
def test_helper_starts (self)
 
def test_helper_fails_to_start (self)
 
def test_helper_fails_to_stop (self)
 
def test_spindump (self)
 
def test_sample_process (self)
 
def test_sample_process_exception (self)
 
- Public Member Functions inherited from webkitpy.port.port_testcase.PortTestCase
def make_port (self, host=None, port_name=None, options=None, os_name=None, os_version=None, kwargs)
 
def test_default_timeout_ms (self)
 
def test_default_pixel_tests (self)
 
def test_driver_cmd_line (self)
 
def assert_servers_are_down (self, host, ports)
 
def assert_servers_are_up (self, host, ports)
 
def integration_test_check_sys_deps (self)
 
def integration_test_helper (self)
 
def integration_test_http_server__normal (self)
 
def integration_test_http_server__fails (self)
 
def integration_test_http_server__two_servers (self)
 
def integration_test_image_diff (self)
 
def test_diff_image__missing_both (self)
 
def test_diff_image__missing_actual (self)
 
def test_diff_image__missing_expected (self)
 
def test_diff_image (self)
 
def test_diff_image_crashed (self)
 
def integration_test_websocket_server__normal (self)
 
def integration_test_websocket_server__fails (self)
 
def integration_test_websocket_server__two_servers (self)
 
def test_test_configuration (self)
 
def test_all_test_configurations (self)
 
def integration_test_http_server__loop (self)
 
def test_get_crash_log (self)
 
def assert_build_path (self, options, dirs, expected_path)
 
def test_expectations_ordering (self)
 
def test_path_to_test_expectations_file (self)
 
def test_skipped_directories_for_features (self)
 
def test_skipped_directories_for_features_no_matching_tests_in_test_list (self)
 
def test_skipped_tests_for_unsupported_features_empty_test_list (self)
 
def test_skipped_layout_tests (self)
 
def test_expectations_files (self)
 
def test_root_option (self)
 
def test_test_expectations (self)
 
def test_build_driver (self)
 
def test_linux_distro_detection (self)
 
def test_apache_config_file_name_for_platform (self)
 
def test_path_to_apache_config_file (self)
 
def test_check_build (self)
 
def test_additional_platform_directory (self)
 

Public Attributes

 args
 
- Public Attributes inherited from webkitpy.port.port_testcase.PortTestCase
 proc
 
 build_called
 

Static Public Attributes

string os_name = 'mac'
 
string os_version = 'lion'
 
string port_name = 'mac-lion'
 
 port_maker = MacPort
 
- Static Public Attributes inherited from webkitpy.port.port_testcase.PortTestCase
tuple HTTP_PORTS = (8000, 8080, 8443)
 
tuple WEBSOCKET_PORTS = (8880,)
 
 os_name = None
 
 os_version = None
 
 port_maker = TestWebKitPort
 
 port_name = None
 
bool is_simulator = False
 

Member Function Documentation

◆ test_32bit()

def webkitpy.port.mac_unittest.MacTest.test_32bit (   self)

◆ test_64bit()

def webkitpy.port.mac_unittest.MacTest.test_64bit (   self)

◆ test_baseline_search_path()

def webkitpy.port.mac_unittest.MacTest.test_baseline_search_path (   self)

◆ test_default_child_processes()

def webkitpy.port.mac_unittest.MacTest.test_default_child_processes (   self)

◆ test_get_crash_log()

def webkitpy.port.mac_unittest.MacTest.test_get_crash_log (   self)

◆ test_operating_system()

def webkitpy.port.mac_unittest.MacTest.test_operating_system (   self)

◆ test_sdk_name()

def webkitpy.port.mac_unittest.MacTest.test_sdk_name (   self)

◆ test_setup_environ_for_server()

def webkitpy.port.mac_unittest.MacTest.test_setup_environ_for_server (   self)

◆ test_show_results_html_file()

def webkitpy.port.mac_unittest.MacTest.test_show_results_html_file (   self)

◆ test_tests_for_other_platforms()

def webkitpy.port.mac_unittest.MacTest.test_tests_for_other_platforms (   self)

◆ test_version()

def webkitpy.port.mac_unittest.MacTest.test_version (   self)

◆ test_versions()

def webkitpy.port.mac_unittest.MacTest.test_versions (   self)

◆ test_xcrun()

def webkitpy.port.mac_unittest.MacTest.test_xcrun (   self)

Member Data Documentation

◆ args

webkitpy.port.mac_unittest.MacTest.args

◆ os_name

string webkitpy.port.mac_unittest.MacTest.os_name = 'mac'
static

◆ os_version

string webkitpy.port.mac_unittest.MacTest.os_version = 'lion'
static

◆ port_maker

webkitpy.port.mac_unittest.MacTest.port_maker = MacPort
static

◆ port_name

string webkitpy.port.mac_unittest.MacTest.port_name = 'mac-lion'
static

The documentation for this class was generated from the following file: