webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.tool.commands.queues_unittest.CommitQueueTest Class Reference
Inheritance diagram for webkitpy.tool.commands.queues_unittest.CommitQueueTest:
webkitpy.tool.commands.queuestest.QueuesTest

Public Member Functions

def test_commit_queue (self)
 
def test_commit_queue_failure (self)
 
def test_commit_queue_failure_with_failing_tests (self)
 
def test_rollout (self)
 
def test_rollout_lands (self)
 
def test_non_valid_patch (self)
 
def test_auto_retry (self)
 
def test_manual_reject_during_processing (self)
 
def test_report_flaky_tests (self)
 
def test_did_pass_testing_ews (self)
 
- Public Member Functions inherited from webkitpy.tool.commands.queuestest.QueuesTest
def assert_outputs (self, func, func_name, args, expected_stdout, expected_stderr, expected_exceptions, expected_logs)
 
def assert_queue_outputs (self, queue, args=None, work_item=None, expected_stdout=None, expected_stderr=None, expected_exceptions=None, expected_logs=None, options=None, tool=None)
 

Public Attributes

 maxDiff
 
 fp
 

Additional Inherited Members

- Static Public Attributes inherited from webkitpy.tool.commands.queuestest.QueuesTest
 mock_work_item
 

Member Function Documentation

◆ test_auto_retry()

def webkitpy.tool.commands.queues_unittest.CommitQueueTest.test_auto_retry (   self)

◆ test_commit_queue()

def webkitpy.tool.commands.queues_unittest.CommitQueueTest.test_commit_queue (   self)

◆ test_commit_queue_failure()

def webkitpy.tool.commands.queues_unittest.CommitQueueTest.test_commit_queue_failure (   self)

◆ test_commit_queue_failure_with_failing_tests()

def webkitpy.tool.commands.queues_unittest.CommitQueueTest.test_commit_queue_failure_with_failing_tests (   self)

◆ test_did_pass_testing_ews()

def webkitpy.tool.commands.queues_unittest.CommitQueueTest.test_did_pass_testing_ews (   self)

◆ test_manual_reject_during_processing()

def webkitpy.tool.commands.queues_unittest.CommitQueueTest.test_manual_reject_during_processing (   self)

◆ test_non_valid_patch()

def webkitpy.tool.commands.queues_unittest.CommitQueueTest.test_non_valid_patch (   self)

◆ test_report_flaky_tests()

def webkitpy.tool.commands.queues_unittest.CommitQueueTest.test_report_flaky_tests (   self)

◆ test_rollout()

def webkitpy.tool.commands.queues_unittest.CommitQueueTest.test_rollout (   self)

◆ test_rollout_lands()

def webkitpy.tool.commands.queues_unittest.CommitQueueTest.test_rollout_lands (   self)

Member Data Documentation

◆ fp

webkitpy.tool.commands.queues_unittest.CommitQueueTest.fp

◆ maxDiff

webkitpy.tool.commands.queues_unittest.CommitQueueTest.maxDiff

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