webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest Class Reference
Inheritance diagram for webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest:

Public Member Functions

def create_runner (self, args=[], driver_class=TestDriver)
 
def run_test (self, test_name)
 
def test_run_passing_test (self)
 
def test_run_silent_test (self)
 
def test_run_failed_test (self)
 
def test_run_tonguey_test (self)
 
def test_run_timeout_test (self)
 
def test_run_crash_test (self)
 
def test_run_test_set_kills_drt_per_run (self)
 
def test_run_test_set_for_parser_tests (self)
 
def test_run_memory_test (self)
 
def test_run_test_with_subtests (self)
 
def test_run_with_json_output (self)
 
def test_run_with_description (self)
 
def create_runner_and_setup_results_template (self, args=[])
 
def test_run_respects_no_results (self)
 
def test_run_generates_json_by_default (self)
 
def test_run_merges_output_by_default (self)
 
def test_run_respects_reset_results (self)
 
def test_run_generates_and_show_results_page (self)
 
def test_run_respects_no_show_results (self)
 
def test_run_with_bad_output_json (self)
 
def test_run_with_slave_config_json (self)
 
def test_run_with_bad_slave_config_json (self)
 
def test_run_with_multiple_repositories (self)
 
def test_run_with_upload_json (self)
 
def test_run_with_upload_json_should_generate_perf_webkit_json (self)
 
def test_run_with_repeat (self)
 
def test_run_with_test_runner_count (self)
 

Public Attributes

 maxDiff
 

Member Function Documentation

◆ create_runner()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.create_runner (   self,
  args = [],
  driver_class = TestDriver 
)

◆ create_runner_and_setup_results_template()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.create_runner_and_setup_results_template (   self,
  args = [] 
)

◆ run_test()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.run_test (   self,
  test_name 
)

◆ test_run_crash_test()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_crash_test (   self)

◆ test_run_failed_test()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_failed_test (   self)

◆ test_run_generates_and_show_results_page()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_generates_and_show_results_page (   self)

◆ test_run_generates_json_by_default()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_generates_json_by_default (   self)

◆ test_run_memory_test()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_memory_test (   self)

◆ test_run_merges_output_by_default()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_merges_output_by_default (   self)

◆ test_run_passing_test()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_passing_test (   self)

◆ test_run_respects_no_results()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_respects_no_results (   self)

◆ test_run_respects_no_show_results()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_respects_no_show_results (   self)

◆ test_run_respects_reset_results()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_respects_reset_results (   self)

◆ test_run_silent_test()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_silent_test (   self)

◆ test_run_test_set_for_parser_tests()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_test_set_for_parser_tests (   self)

◆ test_run_test_set_kills_drt_per_run()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_test_set_kills_drt_per_run (   self)

◆ test_run_test_with_subtests()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_test_with_subtests (   self)

◆ test_run_timeout_test()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_timeout_test (   self)

◆ test_run_tonguey_test()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_tonguey_test (   self)

◆ test_run_with_bad_output_json()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_with_bad_output_json (   self)

◆ test_run_with_bad_slave_config_json()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_with_bad_slave_config_json (   self)

◆ test_run_with_description()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_with_description (   self)

◆ test_run_with_json_output()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_with_json_output (   self)

◆ test_run_with_multiple_repositories()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_with_multiple_repositories (   self)

◆ test_run_with_repeat()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_with_repeat (   self)

◆ test_run_with_slave_config_json()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_with_slave_config_json (   self)

◆ test_run_with_test_runner_count()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_with_test_runner_count (   self)

◆ test_run_with_upload_json()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_with_upload_json (   self)

◆ test_run_with_upload_json_should_generate_perf_webkit_json()

def webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.test_run_with_upload_json_should_generate_perf_webkit_json (   self)

Member Data Documentation

◆ maxDiff

webkitpy.performance_tests.perftestsrunner_integrationtest.MainTest.maxDiff

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