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

Public Member Functions

def test_show_results_html_file (self)
 
def test_baseline_search_path (self)
 
def test_versions (self)
 
def test_compare_text (self)
 
def test_operating_system (self)
 
def test_runtime_feature_list (self)
 
def test_expectations_files (self)
 
def test_get_crash_log (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)
 

Static Public Attributes

string os_name = 'win'
 
string os_version = 'xp'
 
string port_name = 'win-xp'
 
 port_maker = WinPort
 
- 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
 

Additional Inherited Members

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

Member Function Documentation

◆ test_baseline_search_path()

def webkitpy.port.win_unittest.WinPortTest.test_baseline_search_path (   self)

◆ test_compare_text()

def webkitpy.port.win_unittest.WinPortTest.test_compare_text (   self)

◆ test_expectations_files()

def webkitpy.port.win_unittest.WinPortTest.test_expectations_files (   self)

◆ test_get_crash_log()

def webkitpy.port.win_unittest.WinPortTest.test_get_crash_log (   self)

◆ test_operating_system()

def webkitpy.port.win_unittest.WinPortTest.test_operating_system (   self)

◆ test_runtime_feature_list()

def webkitpy.port.win_unittest.WinPortTest.test_runtime_feature_list (   self)

◆ test_show_results_html_file()

def webkitpy.port.win_unittest.WinPortTest.test_show_results_html_file (   self)

◆ test_versions()

def webkitpy.port.win_unittest.WinPortTest.test_versions (   self)

Member Data Documentation

◆ os_name

string webkitpy.port.win_unittest.WinPortTest.os_name = 'win'
static

◆ os_version

string webkitpy.port.win_unittest.WinPortTest.os_version = 'xp'
static

◆ port_maker

webkitpy.port.win_unittest.WinPortTest.port_maker = WinPort
static

◆ port_name

string webkitpy.port.win_unittest.WinPortTest.port_name = 'win-xp'
static

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