Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D deqp_runner
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • virgl-es
  • deqp_runner
  • Merge requests
  • !5

Improve submit by adding some stats and beautify diff

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Gert Wollny requested to merge improve-submit into master Jun 01, 2018
  • Overview 7
  • Commits 1
  • Changes 3
  • Print out the summary of changes directly from running "upload"
  • Add a summary to the diff output
  • Make diff output a bit simpler to read

Specifically:

deqp_submit.py upload now prints changes stat at the end of a run, e.g.

Change stats:
    Fail -> Pass:4
    Incomplete -> Pass:7
    Pass -> Fail:1

deqp_submit.py diff does no longer go through a git commit git diff git reset cycle, the output is simplified to make it more readable, i.e. it is now

 testname oldState -> newState

When printed to a terminal the output is colored, and when piping, e.g. to grep the color escape codes are not printed to make grep work properly. To filter the result for the current changed outcome (e.g. Pass)

deqp_submit.py diff .... | grep Pass$
Edited Aug 02, 2018 by Gert Wollny
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: improve-submit