I suspect you don't have the src/webkit/data/layout_tests/LayoutTests directory.
Check your .gclient file (it lives in your client's root).
If you have this:
"custom_deps" : {
"src/webkit/data/layout_tests/LayoutTests": None,
}
Then comment it out.
"custom_deps" : {
# "src/webkit/data/layout_tests/LayoutTests": None,
}
Now do a "gclient sync" to fetch the new dependency.
You can then go watch a movie or something.
By the time you get back it will be done checking out the code.
On Fri, Sep 12, 2008 at 6:17 PM, Thatcher Ulrich <[EMAIL PROTECTED]> wrote:
>
> I'm trying to figure out how to run the webkit layout_tests. Is there
> a readme somewhere? Here's where I'm stuck:
>
> [EMAIL PROTECTED]
> /cygdrive/c/chromiumtrunk/chromium/src/webkit/tools/layout_tests
> $ ./run_webkit_tests.sh
> Traceback (most recent call last):
> File "./run_webkit_tests.py", line 37, in ?
> from layout_package import http_server
> File
> "c:\chromiumtrunk\chromium\src\webkit\tools\layout_tests\layout_package\http_server.py",
> line 29, in ?
> class Lighttpd:
> File
> "c:\chromiumtrunk\chromium\src\webkit\tools\layout_tests\layout_package\http_server.py",
> line 32, in Lighttpd
> 'LayoutTests', 'http', 'tests')
> File
> "c:\chromiumtrunk\chromium\src\webkit\tools\layout_tests\layout_package\http_server.py",
> line 24, in PathFromBase
> return google.path_utils.FindUpward(THISDIR, *pathies)
> File "c:\chromiumtrunk\chromium\src\tools\python\google\path_utils.py",
> line 72, in FindUpward
> parent = FindUpwardParent(start_dir, *desired_list)
> File "c:\chromiumtrunk\chromium\src\tools\python\google\path_utils.py",
> line 54, in FindUpwardParent
> raise PathNotFound('Unable to find %s above %s' %
> google.path_utils.PathNotFound: Unable to find
> webkit\data\layout_tests\LayoutTests\http\tests above
> c:\chromiumtrunk\chromium\src\webkit\tools\layout_tests\layout_package
>
>
> --
> Thatcher Ulrich <[EMAIL PROTECTED]>
> Google Software Engineer NYC
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---