Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
S
swiftshader
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • swiftshader
  • Repository

Switch branch/tag
  • swiftshader
  • tests
  • regres
  • run.sh
Find file
BlameHistoryPermalink
  • Ben Clayton's avatar
    Regres: Generate coverage data on nightly runs · 536e2c80
    Ben Clayton authored Mar 28, 2020
    Push this to https://github.com/swiftshader-regres/swiftshader-coverage so that it can be viewed at:
    https://swiftshader-regres.github.io/swiftshader-coverage/
    
    There's quite a lot of new code and fixes in this change. The most notable:
    * The regres daily run for the subzero backend now produces combined coverage information for all the test runs. The LLVM backend does not produce coverage information.
    * Regres now takes two additional command line arguments: `gh-user` and `gh-pass` for the swiftshader-regres account. If you omit these, then coverage will not be produced.
    * test.srcDir has been renamed to checkoutDir, as this was confusing with the `src` directory in the repo.
    * The coverage JSON now contains a root field to describe the git revision to which it relates. This prevents the coverage going out of sync with the source.
    * `git.CheckoutRemoteBranch()` drops back to a depth of 1 again. This was only increased to 99 to deal with issues checking out from gitlab, which we don't do any more.
    * Regres  now builds using `third_party/llvm-10.0`
    * Fixed the `--limit` regres command line flag which wasn't actually limiting, as it was using the len() on the number of groups, not the number of tests.
    
    Bug: b/152192800
    Bug: b/152339534
    Change-Id: I2d25735f485097d4efb080546d989056a3a8aab3
    Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/43168
    Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
    Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
    Tested-by: 's avatarBen Clayton <bclayton@google.com>
    536e2c80
run.sh 155 Bytes
EditWeb IDE
×

Replace run.sh

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.