[Webkit-unassigned] [Bug 81007] New: check-webkit-style fails on LayoutTests/platform/efl/test_expectations.txt
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 13 09:57:56 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81007
Summary: check-webkit-style fails on
LayoutTests/platform/efl/test_expectations.txt
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kbolisetty at innominds.com
CC: jchaffraix at webkit.org
./Tools/Scripts/check-webkit-style LayoutTests/platform/efl/test_expectations.txt
fails even after removing duplicate entries in Skipped & test_expectations.txt
./Tools/Scripts/check-webkit-style LayoutTests/platform/efl/test_expectations.txt
Traceback (most recent call last):
File "./Tools/Scripts/check-webkit-style", line 48, in <module>
sys.exit(CheckWebKitStyle().main())
File "/home/administrator/kishore/osc/code/8march/WebKit/Tools/Scripts/webkitpy/style/main.py", line 149, in main
file_reader.process_paths(paths)
File "/home/administrator/kishore/osc/code/8march/WebKit/Tools/Scripts/webkitpy/style/filereader.py", line 145, in process_paths
self.process_file(path)
File "/home/administrator/kishore/osc/code/8march/WebKit/Tools/Scripts/webkitpy/style/filereader.py", line 130, in process_file
self._processor.process(lines, file_path, **kwargs)
File "/home/administrator/kishore/osc/code/8march/WebKit/Tools/Scripts/webkitpy/style/checker.py", line 838, in process
checker.check(lines)
File "/home/administrator/kishore/osc/code/8march/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py", line 103, in check
overrides = self._port_obj.test_expectations_overrides()
AttributeError: 'NoneType' object has no attribute 'test_expectations_overrides'
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list