Changeset 251927 in webkit


Ignore:
Timestamp:
Nov 1, 2019 10:27:35 AM (4 years ago)
Author:
aakash_jain@apple.com
Message:

[ews] Pass clobber-old-results parameter to run-webkit-tests
https://bugs.webkit.org/show_bug.cgi?id=203736

Reviewed by Jonathan Bedard.

  • BuildSlaveSupport/ews-build/steps.py:

(RunWebKitTests): Added --clobber-old-results paramter to run-webkit-tests. Also re-ordered
--no-new-test-results and --no-show-results to match with build.webkit.org configuration.

  • BuildSlaveSupport/ews-build/steps_unittest.py: Updated unit-tests.
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-build/steps.py

    r251869 r251927  
    981981    command = ['python', 'Tools/Scripts/run-webkit-tests',
    982982               '--no-build',
     983               '--no-show-results',
    983984               '--no-new-test-results',
    984                '--no-show-results',
     985               '--clobber-old-results',
    985986               '--exit-after-n-failures', '30',
    986987               '--skip-failing-tests',
  • trunk/Tools/BuildSlaveSupport/ews-build/steps_unittest.py

    r251653 r251927  
    11441144            ExpectShell(workdir='wkdir',
    11451145                        logfiles={'json': self.jsonFileName},
    1146                         command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
     1146                        command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-show-results', '--no-new-test-results', '--clobber-old-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
    11471147                        )
    11481148            + 0,
     
    11581158            ExpectShell(workdir='wkdir',
    11591159                        logfiles={'json': self.jsonFileName},
    1160                         command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
     1160                        command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-show-results', '--no-new-test-results', '--clobber-old-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
    11611161                        )
    11621162            + 0
     
    11751175            ExpectShell(workdir='wkdir',
    11761176                        logfiles={'json': self.jsonFileName},
    1177                         command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
     1177                        command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-show-results', '--no-new-test-results', '--clobber-old-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
    11781178                        )
    11791179            + 2
     
    12031203            ExpectShell(workdir='wkdir',
    12041204                        logfiles={'json': self.jsonFileName},
    1205                         command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
     1205                        command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-show-results', '--no-new-test-results', '--clobber-old-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
    12061206                        )
    12071207            + 0
     
    12211221            ExpectShell(workdir='wkdir',
    12221222                        logfiles={'json': self.jsonFileName},
    1223                         command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
     1223                        command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-show-results', '--no-new-test-results', '--clobber-old-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
    12241224                        )
    12251225            + 2
     
    12391239            ExpectShell(workdir='wkdir',
    12401240                        logfiles={'json': self.jsonFileName},
    1241                         command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
     1241                        command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-show-results', '--no-new-test-results', '--clobber-old-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
    12421242                        )
    12431243            + 2
     
    12571257            ExpectShell(workdir='wkdir',
    12581258                        logfiles={'json': self.jsonFileName},
    1259                         command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--debug', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
     1259                        command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-show-results', '--no-new-test-results', '--clobber-old-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--debug', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
    12601260                        )
    12611261            + ExpectShell.log('stdio', stdout='Unexpected error.')
     
    12721272            ExpectShell(workdir='wkdir',
    12731273                        logfiles={'json': self.jsonFileName},
    1274                         command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
     1274                        command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-show-results', '--no-new-test-results', '--clobber-old-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
    12751275                        )
    12761276            + ExpectShell.log('stdio', stdout='9 failures found.')
     
    13041304            ExpectShell(workdir='wkdir',
    13051305                        logfiles={'json': self.jsonFileName},
    1306                         command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--debug', '--dump-render-tree', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
     1306                        command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-show-results', '--no-new-test-results', '--clobber-old-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--debug', '--dump-render-tree', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
    13071307                        )
    13081308            + 0,
     
    13181318            ExpectShell(workdir='wkdir',
    13191319                        logfiles={'json': self.jsonFileName},
    1320                         command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--dump-render-tree', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
     1320                        command=['python', 'Tools/Scripts/run-webkit-tests', '--no-build', '--no-show-results', '--no-new-test-results', '--clobber-old-results', '--exit-after-n-failures', '30', '--skip-failing-tests', '--release', '--dump-render-tree', '--results-directory', 'layout-test-results', '--debug-rwt-logging'],
    13211321                        )
    13221322            + ExpectShell.log('stdio', stdout='9 failures found.')
  • trunk/Tools/ChangeLog

    r251915 r251927  
     12019-11-01  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews] Pass clobber-old-results parameter to run-webkit-tests
     4        https://bugs.webkit.org/show_bug.cgi?id=203736
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * BuildSlaveSupport/ews-build/steps.py:
     9        (RunWebKitTests): Added --clobber-old-results paramter to run-webkit-tests. Also re-ordered
     10        --no-new-test-results and --no-show-results to match with build.webkit.org configuration.
     11        * BuildSlaveSupport/ews-build/steps_unittest.py: Updated unit-tests.
     12
    1132019-11-01  Fujii Hironori  <Hironori.Fujii@sony.com>
    214
Note: See TracChangeset for help on using the changeset viewer.