Skip to content

Parses the webkit Layout Test results history and prints all the results for a given test grouped by revision intervals.

Notifications You must be signed in to change notification settings

calvaris/webkit-testhunter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebKit-TestHunter

Small utiliy to parse the WebKit Layout Test results history and print all the results for a given test grouped by revision intervals.

Note: This only tracks the GTK release bot. But, support for other platforms/bots should be easy to add.

The repository includes also the (GTK) json files prefetched for a quicker start.

However, before running wktesthunter is always a good idea to update the json files.

Update the json files

  • Execute: ./fetch.sh
  • Is safe to ignore the warnings about revisions not available (probably that revisions failed to compile webkit, therefore there are no test results for them)

Hunt the results of a test

  • Typical usage:

    • ./wktesthunter testdir/testname.html
  • Check ./wktesthunter -h for additional help.

  • Note: This runs faster with python3. (will use it by default if is installed)

About

Parses the webkit Layout Test results history and prints all the results for a given test grouped by revision intervals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.2%
  • Shell 10.8%