Bug 69943 - nwrt: lint-test-files does not seem to work
Summary: nwrt: lint-test-files does not seem to work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords: NRWT
Depends on:
Blocks: 64491
  Show dependency treegraph
 
Reported: 2011-10-12 10:59 PDT by Dimitri Glazkov (Google)
Modified: 2012-06-19 14:45 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2011-10-12 10:59:27 PDT
If I run new-run-webkit-tests lint-test-files, I get a bunch of warnings like this:

Exception runnig driver: [u'/Volumes/Work/WebKitForRolls/WebKitBuild/Release/DumpRenderTree', '--print-supported-features'], [Errno 2] No such file or directory.  Driver must be built before calling WebKitPort.test_expectations().
Exception runnig driver: [u'/Volumes/Work/WebKitForRolls/WebKitBuild/Release/DumpRenderTree', '--print-supported-features'], [Errno 2] No such file or directory.  Driver must be built before calling WebKitPort.test_expectations().
Exception runnig driver: [u'/Volumes/Work/WebKitForRolls/WebKitBuild/Release/DumpRenderTree', '--print-supported-features'], [Errno 2] No such file or directory.  Driver must be built before calling WebKitPort.test_expectations().
Exception runnig driver: [u'/Volumes/Work/WebKitForRolls/WebKitBuild/Release/DumpRenderTree', '--print-supported-features'], [Errno 2] No such file or directory.  Driver must be built before calling WebKitPort.test_expectations().
Exception runnig driver: [u'/Volumes/Work/WebKitForRolls/WebKitBuild/Release/DumpRenderTree', '--print-supported-features'], [Errno 2] No such file or directory.  Driver must be built before calling WebKitPort.test_expectations().
Exception runnig driver: [u'/Volumes/Work/WebKitForRolls/WebKitBuild/Release/DumpRenderTree', '--print-supported-features'], [Errno 2] No such file or directory.  Driver must be built before calling WebKitPort.test_expectations().
Exception runnig driver: [u'/Volumes/Work/WebKitForRolls/WebKitBuild/Release/DumpRenderTree', '--print-supported-features'], [Errno 2] No such file or directory.  Driver must be built before calling WebKitPort.test_expectations().
Exception runnig driver: [u'/Volumes/Work/WebKitForRolls/WebKitBuild/Release/DumpRenderTree', '--print-supported-features'], [Errno 2] No such file or directory.  Driver must be built before calling WebKitPort.test_expectations().
Lint succeeded.

What's more important, it totally missed ambiguous expectations in http://trac.webkit.org/changeset/97271/ and http://trac.webkit.org/changeset/97268/.
Comment 1 Adam Barth 2011-10-12 11:41:19 PDT
This was a bug caused by some recent Qt changes.  I've rolled out the offending change.  It should work again.
Comment 2 Adam Barth 2011-10-12 11:41:39 PDT
Actually, it might be something different.
Comment 3 Dimitri Glazkov (Google) 2011-10-13 16:30:09 PDT
Ah, it works when you give it the --chromium option, which I don't think is there right behavior.
Comment 4 Dirk Pranke 2012-06-19 14:45:34 PDT
I think this was fixed long ago; it works fine now.