Created
January 23, 2012 11:52
-
-
Save azbesthu/1662715 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/user/swork/webkit # ./WebKitBuild/Release/bin/DumpRenderTree | |
Usage: DumpRenderTree [-v|--pixel-tests] [--stdout output_filename] [-stderr error_filename] filename [filename2..n] | |
Or folder containing test files: DumpRenderTree [-v|--pixel-tests] dirpath | |
/home/user/swork/webkit # ./Tools/Scripts/new-run-webkit-tests --no-http | |
Unable to find test driver | |
at /home/user/swork/webkit/out/Release/DumpRenderTree | |
Unable to find image diff exe | |
at /home/user/swork/webkit/out/Release/ImageDiff | |
To override, invoke with --no-pixel-tests | |
Ruby is not installed; can't generate pretty patches. | |
Unable to find wdiff | |
at /usr/bin/wdiff | |
Please install using: "sudo apt-get install wdiff" | |
For complete Linux build requirements, please see: | |
http://code.google.com/p/chromium/wiki/LinuxBuildInstructions | |
Build check failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment